mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* gnupg.spec.in: Use new path for keyserver helpers, /usr/lib is no longer
used for cipher/hash plugins, and include gpgv, gpgsplit, and the new gnupg.7 man page.
This commit is contained in:
parent
be1d2a4038
commit
f33df26a20
2 changed files with 14 additions and 5 deletions
|
@ -24,6 +24,10 @@ Provides: gpg openpgp
|
|||
BuildRoot: /tmp/rpmbuild_%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Oct 26 2002 David Shaw <dshaw@jabberwocky.com>
|
||||
- Use new path for keyserver helpers.
|
||||
- /usr/lib is no longer used for cipher/hash plugins.
|
||||
- Include gpgv, gpgsplit, and the new gnupg.7 man page.
|
||||
* Fri Apr 19 2002 David Shaw <dshaw@jabberwocky.com>
|
||||
- Removed OPTIONS and pubring.asc - no longer used
|
||||
- Added doc/samplekeys.asc
|
||||
|
@ -163,13 +167,12 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr
|
|||
%doc %attr (-,root,root) doc/samplekeys.asc
|
||||
|
||||
%attr (-,root,root) /usr/man/man1/gpg*.1*
|
||||
%attr (-,root,root) /usr/man/man7/gnupg.7*
|
||||
%attr (4755,root,root) /usr/bin/gpg
|
||||
%attr (-,root,root) /usr/bin/gpgkeys_*
|
||||
|
||||
%attr (4755,root,root) /usr/bin/gpgv
|
||||
%attr (4755,root,root) /usr/bin/gpgsplit
|
||||
%attr (-,root,root) /usr/libexec/%{name}
|
||||
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
|
||||
|
||||
%attr (-,root,root) /usr/lib/%{name}
|
||||
|
||||
%config %attr (-,root,root) /usr/share/%{name}/options.skel
|
||||
|
||||
%clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue