SPECS: kde4-kdeextragear-multimedia.spec - cosmetics at first look

shadzik shadzik at pld-linux.org
Thu Jun 5 18:17:13 CEST 2008


Author: shadzik                      Date: Thu Jun  5 16:17:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics at first look

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

---- Diffs:

================================================================
Index: SPECS/kde4-kdeextragear-multimedia.spec
diff -u SPECS/kde4-kdeextragear-multimedia.spec:1.1 SPECS/kde4-kdeextragear-multimedia.spec:1.2
--- SPECS/kde4-kdeextragear-multimedia.spec:1.1	Thu Jun  5 18:09:49 2008
+++ SPECS/kde4-kdeextragear-multimedia.spec	Thu Jun  5 18:17:08 2008
@@ -74,42 +74,33 @@
 %setup -q -n %{orgname}-%{snap}
 
 %build
-cd amarok
-install -d build
-cd build
+install -d {amarok/build, k3b/build}
+cd amarok/build
 %cmake \
-		-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-		-LCMS_DIR=%{_libdir} \
-		../
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-LCMS_DIR=%{_libdir} \
+	../
 %{__make}
-cd ..
 
-cd k3b
-install -d build
-cd build
+cd ../k3b/build
 %cmake \
-		-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-		-LCMS_DIR=%{_libdir} \
-		../
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-LCMS_DIR=%{_libdir} \
+	../
 %{__make}
-cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-cd amarok
-%{__make} -C build install \
+%{__make} -C amarok/build install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	kde_htmldir=%{_kdedocdir} \
 	kde_libs_htmldir=%{_kdedocdir}
-cd ..
 
-cd k3b
-%{__make} -C build install \
+%{__make} -C k3b/build install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	kde_htmldir=%{_kdedocdir} \
 	kde_libs_htmldir=%{_kdedocdir}
-cd ..
 
 #%find_lang amarok --with-kde
 #%find_lang k3b	--with-kde
@@ -182,6 +173,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-06-05 16:17:08  shadzik
+- cosmetics at first look
+
 Revision 1.1  2008-06-05 16:09:49  rotom
 - initial
 
================================================================

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



More information about the pld-cvs-commit mailing list