SPECS: kxgenerator.spec - fix amd64 build

shadzik shadzik at pld-linux.org
Tue Nov 7 20:20:20 CET 2006


Author: shadzik                      Date: Tue Nov  7 19:20:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix amd64 build

---- Files affected:
SPECS:
   kxgenerator.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/kxgenerator.spec
diff -u SPECS/kxgenerator.spec:1.23 SPECS/kxgenerator.spec:1.24
--- SPECS/kxgenerator.spec:1.23	Tue Nov  7 17:56:53 2006
+++ SPECS/kxgenerator.spec	Tue Nov  7 20:20:15 2006
@@ -11,6 +11,8 @@
 # Source0-md5:	19ada62058a0a77b18563aa04f6d135e
 Patch0:		%{name}-desktop.patch
 URL:		http://kxgenerator.fe.pl/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	kdelibs-devel >= 9:3.2
 BuildRequires:	rpmbuild(macros) >= 1.129
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,7 +34,14 @@
 %patch0 -p0
 
 %build
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+
 %{__make}
 
 %install
@@ -66,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/11/07 19:20:15  shadzik
+- fix amd64 build
+
 Revision 1.23  2006/11/07 16:56:53  shadzik
 - kill autoconf BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kxgenerator.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list