mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Jan 13 12:49:36 CET 1999 Werner Koch
This commit is contained in:
parent
62957ff4e7
commit
615e15dd68
15 changed files with 264 additions and 166 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jan 13 12:49:36 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
* gnupg.spec.in: New
|
||||
* gnupg.spec: Removed
|
||||
|
||||
Wed Dec 23 13:18:14 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
* gnupg.spec: Updated version by Fabio Coatti
|
||||
|
|
|
@ -4,6 +4,6 @@ install-sh
|
|||
mkinstalldirs
|
||||
mkdiff
|
||||
missing
|
||||
gnupg.spec
|
||||
gnupg.spec.in
|
||||
autogen.sh
|
||||
ChangeLog
|
||||
|
|
|
@ -16,6 +16,11 @@ Provides: gpg openpgp
|
|||
BuildRoot: /tmp/rpmbuild_%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Jan 12 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- LINGUAS variable is now unset in configure to ensure that all
|
||||
languages will be built. (Thanks to Luca Olivetti <luca@luca.ddns.org>)
|
||||
|
||||
* Sat Jan 02 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Added pl language file.
|
||||
- Included g10/pubring.asc in documentation files.
|
||||
|
@ -44,6 +49,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%setup
|
||||
|
||||
%build
|
||||
if test -n "$LINGUAS"; then
|
||||
unset LINGUAS
|
||||
fi
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
||||
make
|
||||
|
||||
|
@ -62,7 +70,8 @@ ln -s gpg.1 gpgm.1
|
|||
%doc %attr (-,root,root) NEWS
|
||||
%doc %attr (-,root,root) README
|
||||
%doc %attr (-,root,root) THANKS
|
||||
%doc %attr (-,root,root) TODO
|
||||
%doc %attr (-,root,root) TODO
|
||||
%doc %attr (-,root,root) PROJECTS
|
||||
%doc %attr (-,root,root) doc/DETAILS
|
||||
%doc %attr (-,root,root) doc/FAQ
|
||||
%doc %attr (-,root,root) doc/HACKING
|
Loading…
Add table
Add a link
Reference in a new issue