SPECS: gpa.spec - unified path passing

qboosh qboosh at pld-linux.org
Mon Jul 9 00:22:28 CEST 2007


Author: qboosh                       Date: Sun Jul  8 22:22:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified path passing

---- Files affected:
SPECS:
   gpa.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/gpa.spec
diff -u SPECS/gpa.spec:1.18 SPECS/gpa.spec:1.19
--- SPECS/gpa.spec:1.18	Mon Jul  9 00:18:47 2007
+++ SPECS/gpa.spec	Mon Jul  9 00:22:23 2007
@@ -35,15 +35,13 @@
 %setup -q
 
 %build
-GPG=%{_bindir}/gpg
-export GPG
-
 %{__gettextize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	GPG=/usr/bin/gpg
 %{__make}
 
 %install
@@ -73,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2007/07/08 22:22:23  qboosh
+- unified path passing
+
 Revision 1.18  2007/07/08 22:18:47  sls
 - export gpg path (./configure needs exported GPG or installed /usr/bin/gpg)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gpa.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list