SPECS (DEVEL): kde4-kdepimlibs.spec - fix build with cmake > 2.6.0

shadzik shadzik at pld-linux.org
Sat Aug 9 16:46:44 CEST 2008


Author: shadzik                      Date: Sat Aug  9 14:46:44 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- fix build with cmake > 2.6.0

---- Files affected:
SPECS:
   kde4-kdepimlibs.spec (1.49.2.4 -> 1.49.2.5) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdepimlibs.spec
diff -u SPECS/kde4-kdepimlibs.spec:1.49.2.4 SPECS/kde4-kdepimlibs.spec:1.49.2.5
--- SPECS/kde4-kdepimlibs.spec:1.49.2.4	Fri Aug  8 15:36:30 2008
+++ SPECS/kde4-kdepimlibs.spec	Sat Aug  9 16:46:39 2008
@@ -25,7 +25,7 @@
 BuildRequires:	automoc4 >= 0.9.83
 BuildRequires:	bison
 BuildRequires:	boost-devel >= 1.35.0
-BuildRequires:	cmake = 2.6.0
+BuildRequires:	cmake >= 2.6.0
 BuildRequires:	cyrus-sasl-devel
 BuildRequires:	docbook-dtd42-xml
 %{?with_apidocs:BuildRequires:	doxygen}
@@ -76,15 +76,15 @@
 %setup -q -n %{orgname}-%{version}
 
 %build
-export QTDIR=%{_prefix}
 install -d build
 cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
+	-DCMAKE_AR=/usr/bin/ar \
 %if "%{_lib}" == "lib64"
 	-DLIB_SUFFIX=64 \
 %endif
-	-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
 	../
 
 %{__make}
@@ -237,6 +237,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49.2.5  2008/08/09 14:46:39  shadzik
+- fix build with cmake > 2.6.0
+
 Revision 1.49.2.4  2008/08/08 13:36:30  shadzik
 - 4.1.61
 - strict cmake version
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdepimlibs.spec?r1=1.49.2.4&r2=1.49.2.5&f=u



More information about the pld-cvs-commit mailing list