From 1ca0a0ac0bfd00c914cb86df1342416a470f9cf1 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sun, 31 Mar 2002 21:42:38 +0000 Subject: [PATCH] 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/). --- scripts/ChangeLog | 7 +++++++ 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 + + * 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 * 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 +- 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 - Added Polish description and summary (Kindly provided by Lukasz Stelmach ) @@ -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