1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-22 15:11:41 +02:00

* gnupg.spec.in: Fix problem with storing the gpgkeys helpers in

libexec, but calling them in libexec/gnupg.
This commit is contained in:
David Shaw 2005-02-17 03:49:16 +00:00
parent b7491aa8c7
commit 05ae122659
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-02-16 David Shaw <dshaw@jabberwocky.com>
* gnupg.spec.in: Fix problem with storing the gpgkeys helpers in
libexec, but calling them in libexec/gnupg.
2005-02-16 Werner Koch <wk@g10code.com>
* w32installer.nsi: Added page to select the language.

View File

@ -25,6 +25,10 @@ Requires(post,preun): /sbin/install-info
BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
%changelog
* Wed Feb 16 2005 David Shaw <dshaw@jabberwocky.com>
- Fix problem with storing the gpgkeys helpers in libexec, but calling
them in libexec/gnupg.
* Wed Jul 30 2003 David Shaw <dshaw@jabberwocky.com>
- Rework much of the spec to use %-macros throughout.
- Fix to work properly with RPM 4.1 (all files in buildroot must be packaged)
@ -161,11 +165,11 @@ fi
make
%install
%makeinstall
%makeinstall libexecdir=$RPM_BUILD_ROOT/%{_libexecdir}/gnupg
%find_lang %{name}
rm %{buildroot}%{_datadir}/%{name}/FAQ
rm %{buildroot}%{_datadir}/%{name}/faq.html
rm %{buildroot}%{_infodir}/dir
rm -f %{buildroot}%{_infodir}/dir
%files -f %{name}.lang
%defattr (-,root,root)
@ -181,7 +185,7 @@ rm %{buildroot}%{_infodir}/dir
%attr (4755,root,root) %{_bindir}/gpg
%attr (0755,root,root) %{_bindir}/gpgv
%attr (0755,root,root) %{_bindir}/gpgsplit
%attr (0755,root,root) %{_libexecdir}/*
%attr (0755,root,root) %{_libexecdir}/gnupg/*
%post
/sbin/install-info %{_infodir}/gpg.info %{_infodir}/dir 2>/dev/null || :