1
0
Fork 0
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:
Werner Koch 1999-01-13 11:51:47 +00:00
parent 62957ff4e7
commit 615e15dd68
15 changed files with 264 additions and 166 deletions

View file

@ -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

View file

@ -4,6 +4,6 @@ install-sh
mkinstalldirs
mkdiff
missing
gnupg.spec
gnupg.spec.in
autogen.sh
ChangeLog

View file

@ -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