SPECS: qimageblitz.spec - BR: QtGui-devel - cleanup, unified cmake call

qboosh qboosh at pld-linux.org
Mon Sep 29 23:12:36 CEST 2008


Author: qboosh                       Date: Mon Sep 29 21:12:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: QtGui-devel
- cleanup, unified cmake call

---- Files affected:
SPECS:
   qimageblitz.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/qimageblitz.spec
diff -u SPECS/qimageblitz.spec:1.8 SPECS/qimageblitz.spec:1.9
--- SPECS/qimageblitz.spec:1.8	Mon Sep 29 21:05:56 2008
+++ SPECS/qimageblitz.spec	Mon Sep 29 23:12:30 2008
@@ -9,6 +9,7 @@
 Source0:	http://dl.sourceforge.net/qimageblitz/%{name}-%{version}.tar.bz2
 # Source0-md5:	cb87c7f1c0455e8984ee4830f1e749cf
 URL:		http://sourceforge.net/projects/qimageblitz/
+BuildRequires:	QtGui-devel
 BuildRequires:	cmake
 BuildRequires:	kde4-kdelibs-devel >= 4.0.0
 BuildRequires:	qt4-qmake
@@ -45,10 +46,12 @@
 %build
 install -d build
 cd build
-%cmake \
+%cmake .. \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DLIB_INSTALL_DIR=%{_libdir} \
-	../
+	-DCMAKE_VERBOSE_MAKEFILE=ON \
+%if "%{_lib}" == "lib64"
+	-DLIB_SUFFIX=64
+%endif
 
 %{__make}
 
@@ -56,10 +59,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} -C build install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	kde_htmldir=%{_kdedocdir} \
-	kde_libs_htmldir=%{_kdedocdir} \
-	kdelnkdir=%{_desktopdir} \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,6 +88,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/09/29 21:12:30  qboosh
+- BR: QtGui-devel
+- cleanup, unified cmake call
+
 Revision 1.8  2008/09/29 19:05:56  qboosh
 - sorted BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qimageblitz.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list