gnupg/scripts (ChangeLog gnupg.spec.in)
cvs user dshaw
cvs at cvs.gnupg.org
Thu Feb 17 04:38:39 CET 2005
Date: Thursday, February 17, 2005 @ 04:49:16
Author: dshaw
Path: /cvs/gnupg/gnupg/scripts
Modified: ChangeLog gnupg.spec.in
* gnupg.spec.in: Fix problem with storing the gpgkeys helpers in
libexec, but calling them in libexec/gnupg.
---------------+
ChangeLog | 5 +++++
gnupg.spec.in | 10 +++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
Index: gnupg/scripts/ChangeLog
diff -u gnupg/scripts/ChangeLog:1.63 gnupg/scripts/ChangeLog:1.64
--- gnupg/scripts/ChangeLog:1.63 Wed Feb 16 14:27:57 2005
+++ gnupg/scripts/ChangeLog Thu Feb 17 04:49:16 2005
@@ -1,3 +1,8 @@
+2005-02-16 David Shaw <dshaw at 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 at g10code.com>
* w32installer.nsi: Added page to select the language.
Index: gnupg/scripts/gnupg.spec.in
diff -u gnupg/scripts/gnupg.spec.in:1.9 gnupg/scripts/gnupg.spec.in:1.10
--- gnupg/scripts/gnupg.spec.in:1.9 Tue Aug 26 02:37:09 2003
+++ gnupg/scripts/gnupg.spec.in Thu Feb 17 04:49:16 2005
@@ -25,6 +25,10 @@
BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
%changelog
+* Wed Feb 16 2005 David Shaw <dshaw at jabberwocky.com>
+- Fix problem with storing the gpgkeys helpers in libexec, but calling
+ them in libexec/gnupg.
+
* Wed Jul 30 2003 David Shaw <dshaw at 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 @@
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 @@
%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 || :
More information about the Gnupg-commits
mailing list