SPECS: qwt.spec - tabs

glen glen at pld-linux.org
Thu Jul 10 09:51:17 CEST 2008


Author: glen                         Date: Thu Jul 10 07:51:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- tabs

---- Files affected:
SPECS:
   qwt.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/qwt.spec
diff -u SPECS/qwt.spec:1.17 SPECS/qwt.spec:1.18
--- SPECS/qwt.spec:1.17	Sun May  4 10:44:59 2008
+++ SPECS/qwt.spec	Thu Jul 10 09:51:11 2008
@@ -75,21 +75,22 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir}/%{name},%{_libdir}/qt4/plugins-mt/designer,%{_mandir}/man3}
 
-for n in src/*.h ; do
-    install $n $RPM_BUILD_ROOT%{_includedir}/%{name}
+for n in src/*.h; do
+	install $n $RPM_BUILD_ROOT%{_includedir}/%{name}
 done
 
-for n in lib/libqwt.so* ; do
-    cp -d $n $RPM_BUILD_ROOT%{_libdir}
+for n in lib/libqwt.so*; do
+	cp -d $n $RPM_BUILD_ROOT%{_libdir}
 done
 
 %{__make} -C designer install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
+# XXX, what for?
 echo "%{_libdir}/qt4/plugins/designer/libqwtplugin.so" > plugin.list
 
-for n in doc/man/man3/*.3 ; do
-    install $n $RPM_BUILD_ROOT%{_mandir}/man3
+for n in doc/man/man3/*.3; do
+	install $n $RPM_BUILD_ROOT%{_mandir}/man3
 done
 
 %clean
@@ -123,6 +124,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2008/07/10 07:51:11  glen
+- tabs
+
 Revision 1.17  2008/05/04 08:44:59  rotom
 - up to 5.1.0
 
================================================================

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



More information about the pld-cvs-commit mailing list