gnupg/scripts (ChangeLog gnupg.spec.in)

cvs user dshaw cvs at cvs.gnupg.org
Sat Apr 23 02:58:20 CEST 2005


    Date: Saturday, April 23, 2005 @ 03:15:29
  Author: dshaw
    Path: /cvs/gnupg/gnupg/scripts

Modified: ChangeLog gnupg.spec.in

* gnupg.spec.in: No longer any need to override libexecdir.  The
makefiles now calculate this correctly internally.


---------------+
 ChangeLog     |    5 +++++
 gnupg.spec.in |    6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)


Index: gnupg/scripts/ChangeLog
diff -u gnupg/scripts/ChangeLog:1.67 gnupg/scripts/ChangeLog:1.68
--- gnupg/scripts/ChangeLog:1.67	Wed Mar 30 16:23:01 2005
+++ gnupg/scripts/ChangeLog	Sat Apr 23 03:15:29 2005
@@ -1,3 +1,8 @@
+2005-04-22  David Shaw  <dshaw at jabberwocky.com>
+
+	* gnupg.spec.in: No longer any need to override libexecdir.  The
+	makefiles now calculate this correctly internally.
+
 2005-03-30  Werner Koch  <wk at g10code.com>
 
 	* w32installer.nsi: Allow including of WINPT source.  Include
Index: gnupg/scripts/gnupg.spec.in
diff -u gnupg/scripts/gnupg.spec.in:1.10 gnupg/scripts/gnupg.spec.in:1.11
--- gnupg/scripts/gnupg.spec.in:1.10	Thu Feb 17 04:49:16 2005
+++ gnupg/scripts/gnupg.spec.in	Sat Apr 23 03:15:29 2005
@@ -25,6 +25,10 @@
 BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
 
 %changelog
+* Fri Apr 22 2005 David Shaw <dshaw at jabberwocky.com>
+- No longer any need to override libexecdir.  The makefiles now
+  calculate this correctly internally.
+
 * 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.
@@ -165,7 +169,7 @@
 make
 
 %install
-%makeinstall libexecdir=$RPM_BUILD_ROOT/%{_libexecdir}/gnupg
+%makeinstall
 %find_lang %{name}
 rm %{buildroot}%{_datadir}/%{name}/FAQ
 rm %{buildroot}%{_datadir}/%{name}/faq.html




More information about the Gnupg-commits mailing list