SPECS: kde4-kdenetwork.spec - s/mkdir/install -d/ this fixes an is...

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


Author: shadzik                      Date: Sat Feb  2 01:02:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- s/mkdir/install -d/ this fixes an issue when calling rpmbuild -bc --short-circuit
- fix qca and sqlite BR

---- Files affected:
SPECS:
   kde4-kdenetwork.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdenetwork.spec
diff -u SPECS/kde4-kdenetwork.spec:1.10 SPECS/kde4-kdenetwork.spec:1.11
--- SPECS/kde4-kdenetwork.spec:1.10	Sat Feb  2 01:21:13 2008
+++ SPECS/kde4-kdenetwork.spec	Sat Feb  2 02:02:15 2008
@@ -52,9 +52,9 @@
 BuildRequires:	ortp-devel
 BuildRequires:	pcre-devel
 BuildRequires:	perl-base
-BuildRequires:	qca >= 2.0
+BuildRequires:	qca-devel >= 2.0
 BuildRequires:	rpmbuild(macros) >= 1.268
-BuildRequires:	sqlite-devel
+BuildRequires:	sqlite3-devel
 %{?with_xmms:BuildRequires:	xmms-devel}
 BuildRequires:	xorg-lib-libXtst-devel
 Obsoletes:	kdenetwork4
@@ -993,7 +993,7 @@
 
 %build
 export QTDIR=%{_prefix}
-mkdir build
+install -d build
 cd build
 %cmake \
         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -1578,6 +1578,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-02-02 01:02:15  shadzik
+- s/mkdir/install -d/ this fixes an issue when calling rpmbuild -bc --short-circuit
+- fix qca and sqlite BR
+
 Revision 1.10  2008-02-02 00:21:13  shadzik
 - proper Name
 - add O: and C:
================================================================

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



More information about the pld-cvs-commit mailing list