SPECS: kde4-kdebase-workspace.spec - fix BRs - install -d instead ...

shadzik shadzik at pld-linux.org
Sat Feb 2 02:56:28 CET 2008


Author: shadzik                      Date: Sat Feb  2 01:56:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix BRs
- install -d instead of mkdir

---- Files affected:
SPECS:
   kde4-kdebase-workspace.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdebase-workspace.spec
diff -u SPECS/kde4-kdebase-workspace.spec:1.22 SPECS/kde4-kdebase-workspace.spec:1.23
--- SPECS/kde4-kdebase-workspace.spec:1.22	Sat Feb  2 02:07:19 2008
+++ SPECS/kde4-kdebase-workspace.spec	Sat Feb  2 02:56:23 2008
@@ -37,7 +37,7 @@
 BuildRequires:	bluez-libs-devel
 BuildRequires:	cmake
 BuildRequires:	qimageblitz-devel
-BuildRequires:	kdelibs4-devel
+BuildRequires:	kde4-kdelibs-devel
 BuildRequires:	Mesa-libGL-devel
 BuildRequires:	QtScript-devel >= 4.3
 Obsoletes:	kdebase-desktop
@@ -475,7 +475,7 @@
 
 %build
 export QTDIR=%{_prefix}
-mkdir build
+install -d build
 cd build
 %cmake \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -1294,6 +1294,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2008-02-02 01:56:23  shadzik
+- fix BRs
+- install -d instead of mkdir
+
 Revision 1.22  2008-02-02 01:07:19  shadzik
 - fix Name
 - add O: and C:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase-workspace.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list