mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
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/).
This commit is contained in:
parent
9fb6cae5e4
commit
1ca0a0ac0b
@ -1,3 +1,10 @@
|
|||||||
|
2002-03-31 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* 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 <sbellon@sbellon.de>
|
2002-01-02 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
* build-riscos [__riscos__]: Set filetype of Makefile correctly.
|
* build-riscos [__riscos__]: Set filetype of Makefile correctly.
|
||||||
|
@ -24,6 +24,12 @@ Provides: gpg openpgp
|
|||||||
BuildRoot: /tmp/rpmbuild_%{name}
|
BuildRoot: /tmp/rpmbuild_%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 31 2002 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
- 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 <cova@ferrara.linux.it>
|
* Wed Sep 06 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||||
- Added Polish description and summary (Kindly provided by
|
- Added Polish description and summary (Kindly provided by
|
||||||
Lukasz Stelmach <stelmacl@ee.pw.edu.pl>)
|
Lukasz Stelmach <stelmacl@ee.pw.edu.pl>)
|
||||||
@ -148,18 +154,21 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr
|
|||||||
%doc %attr (-,root,root) PROJECTS
|
%doc %attr (-,root,root) PROJECTS
|
||||||
%doc %attr (-,root,root) doc/DETAILS
|
%doc %attr (-,root,root) doc/DETAILS
|
||||||
%doc %attr (-,root,root) doc/FAQ
|
%doc %attr (-,root,root) doc/FAQ
|
||||||
|
%doc %attr (-,root,root) doc/faq.html
|
||||||
%doc %attr (-,root,root) doc/HACKING
|
%doc %attr (-,root,root) doc/HACKING
|
||||||
%doc %attr (-,root,root) doc/OpenPGP
|
%doc %attr (-,root,root) doc/OpenPGP
|
||||||
%doc %attr (-,root,root) g10/pubring.asc
|
%doc %attr (-,root,root) g10/pubring.asc
|
||||||
%doc %attr (-,root,root) g10/OPTIONS
|
%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 (4755,root,root) /usr/bin/gpg
|
||||||
|
%attr (-,root,root) /usr/bin/gpgkeys_*
|
||||||
|
|
||||||
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
|
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
|
||||||
|
|
||||||
%attr (-,root,root) /usr/lib/%{name}
|
%attr (-,root,root) /usr/lib/%{name}
|
||||||
%attr (-,root,root) /usr/share/%{name}
|
|
||||||
|
%config %attr (-,root,root) /usr/share/%{name}/options.skel
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user