SPECS: krename.spec - unify building process - kill automake BR (w...

shadzik shadzik at pld-linux.org
Thu Mar 29 20:40:32 CEST 2007


Author: shadzik                      Date: Thu Mar 29 18:40:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify building process
- kill automake BR (we don't use it anyway)

---- Files affected:
SPECS:
   krename.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: SPECS/krename.spec
diff -u SPECS/krename.spec:1.52 SPECS/krename.spec:1.53
--- SPECS/krename.spec:1.52	Thu Mar 29 20:38:10 2007
+++ SPECS/krename.spec	Thu Mar 29 20:40:27 2007
@@ -12,7 +12,6 @@
 # Source1-md5:	0e598b7acf88e80bf76fdfd22d8c7929
 Patch0:		%{name}-desktop.patch
 URL:		http://www.krename.net/
-BuildRequires:	automake
 BuildRequires:	fam-devel
 BuildRequires:	kdelibs-devel >= 9:3.0
 BuildRequires:	rpmbuild(macros) >= 1.129
@@ -57,10 +56,12 @@
 %patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.sub admin
 %configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
 	--with-qt-libraries=%{_libdir}
-
 %{__make}
 
 %install
@@ -98,6 +99,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2007/03/29 18:40:27  shadzik
+- unify building process
+- kill automake BR (we don't use it anyway)
+
 Revision 1.52  2007/03/29 18:38:10  shadzik
 - epoch BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/krename.spec?r1=1.52&r2=1.53&f=u



More information about the pld-cvs-commit mailing list