SPECS: kde4-kdeextragear-libs.spec - BR: cmake - kill useless BRs - cosmeti...

shadzik shadzik at pld-linux.org
Thu Jun 5 17:55:05 CEST 2008


Author: shadzik                      Date: Thu Jun  5 15:55:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: cmake
- kill useless BRs
- cosmetics like "install -d" instead of "mkdir"

---- Files affected:
SPECS:
   kde4-kdeextragear-libs.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdeextragear-libs.spec
diff -u SPECS/kde4-kdeextragear-libs.spec:1.1 SPECS/kde4-kdeextragear-libs.spec:1.2
--- SPECS/kde4-kdeextragear-libs.spec:1.1	Sun May 11 23:09:48 2008
+++ SPECS/kde4-kdeextragear-libs.spec	Thu Jun  5 17:54:59 2008
@@ -10,9 +10,7 @@
 Source0:	ftp://ftp.kde.org/pub/kde/unstable/snapshots/%{orgname}-%{version}.tar.bz2
 # Source0-md5:	d07fd8fd8ab7799e63f42286064526f9
 URL:		http://extragear.kde.org/apps/kipi/
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	gettext-devel
+BuildRequires:	cmake
 #BuildRequires:	kdelibs-devel >= 9:3.2.0
 BuildRequires:	lcms-devel
 BuildRequires:	libjpeg-devel
@@ -88,12 +86,12 @@
 %setup -q -n %{orgname}-%{version}
 
 %build
-mkdir build
+install -d build
 cd build
 %cmake \
-		-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-		-LCMS_DIR=%{_libdir} \
-		../
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-LCMS_DIR=%{_libdir} \
+	../
 %{__make}
 
 %install
@@ -171,6 +169,11 @@
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.2  2008-06-05 15:54:59  shadzik
+- BR: cmake
+- kill useless BRs
+- cosmetics like "install -d" instead of "mkdir"
+
 Revision 1.1  2008-05-11 21:09:48  rotom
 - initial (NFY)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdeextragear-libs.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list