SPECS: kgtk.spec - cleanup

qboosh qboosh at pld-linux.org
Sat Jan 19 17:44:39 CET 2008


Author: qboosh                       Date: Sat Jan 19 16:44:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup

---- Files affected:
SPECS:
   kgtk.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/kgtk.spec
diff -u SPECS/kgtk.spec:1.18 SPECS/kgtk.spec:1.19
--- SPECS/kgtk.spec:1.18	Thu Nov  1 15:17:06 2007
+++ SPECS/kgtk.spec	Sat Jan 19 17:44:34 2008
@@ -44,23 +44,22 @@
 install -d build
 cd build
 %cmake \
-        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-        -DLIB_INSTALL_DIR=%{_libdir} \
-        -DKGTK_QT3=true \
-        -DKGTK_QT4=false \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DLIB_INSTALL_DIR=%{_libdir} \
+	-DKGTK_QT3=true \
+	-DKGTK_QT4=false \
 %if "%{_lib}" == "lib64"
 	-DLIB_SUFFIX=64 \
 %endif 
-        ../
-                        
+	../
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-cd build
-%{__make} install \
+%{__make} -C build install \
         DESTDIR=$RPM_BUILD_ROOT \
         kde_htmldir=%{_kdedocdir} \
         kde_libs_htmldir=%{_kdedocdir}
@@ -73,7 +72,7 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
-%files -f build/%{name}.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README
 %attr(755,root,root) %{_bindir}/*
@@ -87,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2008-01-19 16:44:34  qboosh
+- cleanup
+
 Revision 1.18  2007-11-01 14:17:06  rotom
 - up to 0.9.4
 - cmake used to build
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kgtk.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list