SPECS: pigment.spec - some cleanups; BR missing?

qboosh qboosh at pld-linux.org
Thu Apr 5 18:14:53 CEST 2007


Author: qboosh                       Date: Thu Apr  5 16:14:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some cleanups; BR missing?

---- Files affected:
SPECS:
   pigment.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/pigment.spec
diff -u SPECS/pigment.spec:1.2 SPECS/pigment.spec:1.3
--- SPECS/pigment.spec:1.2	Sat Mar 31 22:33:10 2007
+++ SPECS/pigment.spec	Thu Apr  5 18:14:48 2007
@@ -29,21 +29,27 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+
 find $RPM_BUILD_ROOT%{py_sitescriptdir}/pgm -name "*.py" -exec rm {} \;
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%doc
+# module or library?
 %attr(755,root,root) %{_libdir}/*.so*
 %dir %{_libdir}/%{name}*
 %attr(755,root,root) %{_libdir}/%{name}*/libpgmrendergl1.so
 %dir %{_libdir}/%{name}*/gstreamer
 %attr(755,root,root) %{_libdir}/%{name}*/gstreamer/libpgmrendersink.so
 %attr(755,root,root) %{py_sitedir}/pgmrendermodule.so
-%{_pkgconfigdir}/%{name}-render-0.1.pc
 %{py_sitescriptdir}/pgm
+# -> devel?
+%{_pkgconfigdir}/%{name}-render-0.1.pc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,9 +57,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/04/05 16:14:48  qboosh
+- some cleanups; BR missing?
+
 Revision 1.2  2007/03/31 20:33:10  luzik
 -utf8
 
 Revision 1.1  2007/03/31 18:32:54  luzik
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pigment.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list