SPECS: pdftk.spec - unseting unset variable generates false exit c...

glen glen at pld-linux.org
Sat Nov 26 03:12:46 CET 2005


Author: glen                         Date: Sat Nov 26 02:12:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unseting unset variable generates false exit code
- simplify and use make macro

---- Files affected:
SPECS:
   pdftk.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/pdftk.spec
diff -u SPECS/pdftk.spec:1.1 SPECS/pdftk.spec:1.2
--- SPECS/pdftk.spec:1.1	Fri Nov 25 15:38:49 2005
+++ SPECS/pdftk.spec	Sat Nov 26 03:12:41 2005
@@ -31,7 +31,8 @@
 %setup -q
 
 %build
-unset CLASSPATH && cd pdftk && make -f Makefile.RedHat && cd -
+unset CLASSPATH
+%{__make} -f Makefile.RedHat -C pdftk
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/26 02:12:41  glen
+- unseting unset variable generates false exit code
+- simplify and use make macro
+
 Revision 1.1  2005/11/25 14:38:49  hawk
 - new spec, adapterized, builds and even works
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pdftk.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list