aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-02-17 03:49:16 +0000
committerDavid Shaw <[email protected]>2005-02-17 03:49:16 +0000
commit05ae122659ff6e84323a604084e839813cfb7f8b (patch)
tree10c1f74a006dcfb17136b5ade3381d8397c18939
parentabout to release 1.4.1rc2 (diff)
downloadgnupg-05ae122659ff6e84323a604084e839813cfb7f8b.tar.gz
gnupg-05ae122659ff6e84323a604084e839813cfb7f8b.zip
* gnupg.spec.in: Fix problem with storing the gpgkeys helpers in
libexec, but calling them in libexec/gnupg.
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/gnupg.spec.in10
2 files changed, 12 insertions, 3 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 3c2bf594c..cd957e1e8 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-16 David Shaw <[email protected]>
+
+ * gnupg.spec.in: Fix problem with storing the gpgkeys helpers in
+ libexec, but calling them in libexec/gnupg.
+
2005-02-16 Werner Koch <[email protected]>
* w32installer.nsi: Added page to select the language.
diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in
index 844e9bda6..2d15c32fe 100644
--- a/scripts/gnupg.spec.in
+++ b/scripts/gnupg.spec.in
@@ -25,6 +25,10 @@ Requires(post,preun): /sbin/install-info
BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
%changelog
+* Wed Feb 16 2005 David Shaw <[email protected]>
+- Fix problem with storing the gpgkeys helpers in libexec, but calling
+ them in libexec/gnupg.
+
* Wed Jul 30 2003 David Shaw <[email protected]>
- 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 || :