diff options
author | David Shaw <[email protected]> | 2002-03-31 21:42:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-03-31 21:42:38 +0000 |
commit | 1ca0a0ac0bfd00c914cb86df1342416a470f9cf1 (patch) | |
tree | 54e9e1e08f8ab4ccd24921e400913ef819aaf683 | |
parent | Quote and unquote backslashes from keyserver search responses. (diff) | |
download | gnupg-1ca0a0ac0bfd00c914cb86df1342416a470f9cf1.tar.gz gnupg-1ca0a0ac0bfd00c914cb86df1342416a470f9cf1.zip |
Some gnupg.spec.in changes for RPM builds: Added the gpgkeys_xxx keyserver
helpers. Added a * to catch variations on the basic gpg man page (gpg,
gpgv). Mark options.skel as a config file. Do not include the
FAQ/faq.html twice (in /doc/ and /share/).
-rw-r--r-- | scripts/ChangeLog | 7 | ||||
-rw-r--r-- | scripts/gnupg.spec.in | 13 |
2 files changed, 18 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 40f0d06f7..43af02725 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,10 @@ +2002-03-31 David Shaw <[email protected]> + + * gnupg.spec.in: Added the gpgkeys_xxx keyserver helpers. Added a + * to catch variations on the basic gpg man page (gpg, gpgv). Mark + options.skel as a config file. Do not include the FAQ/faq.html + twice (in /doc/ and /share/). + 2002-01-02 Stefan Bellon <[email protected]> * build-riscos [__riscos__]: Set filetype of Makefile correctly. diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in index 425e0149a..282382d33 100644 --- a/scripts/gnupg.spec.in +++ b/scripts/gnupg.spec.in @@ -24,6 +24,12 @@ Provides: gpg openpgp BuildRoot: /tmp/rpmbuild_%{name} %changelog +* Sun Mar 31 2002 David Shaw <[email protected]> +- Added the gpgkeys_xxx keyserver helpers. +- Added a * to catch variations on the basic gpg man page (gpg, gpgv). +- Mark options.skel as a config file. +- Do not include the FAQ/faq.html twice (in /doc/ and /share/). + * Wed Sep 06 2000 Fabio Coatti <[email protected]> - Added Polish description and summary (Kindly provided by Lukasz Stelmach <[email protected]>) @@ -148,18 +154,21 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr %doc %attr (-,root,root) PROJECTS %doc %attr (-,root,root) doc/DETAILS %doc %attr (-,root,root) doc/FAQ +%doc %attr (-,root,root) doc/faq.html %doc %attr (-,root,root) doc/HACKING %doc %attr (-,root,root) doc/OpenPGP %doc %attr (-,root,root) g10/pubring.asc %doc %attr (-,root,root) g10/OPTIONS -%attr (-,root,root) /usr/man/man1/gpg.1* +%attr (-,root,root) /usr/man/man1/gpg*.1* %attr (4755,root,root) /usr/bin/gpg +%attr (-,root,root) /usr/bin/gpgkeys_* %attr (-,root,root) /usr/share/locale/*/*/%{name}.mo %attr (-,root,root) /usr/lib/%{name} -%attr (-,root,root) /usr/share/%{name} + +%config %attr (-,root,root) /usr/share/%{name}/options.skel %clean rm -rf $RPM_BUILD_ROOT |