SPECS: bmpx.spec - don't package plugins *.la, but package .so sym...

qboosh qboosh at pld-linux.org
Mon Oct 17 22:25:13 CEST 2005


Author: qboosh                       Date: Mon Oct 17 20:25:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't package plugins *.la, but package .so symlinks

---- Files affected:
SPECS:
   bmpx.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/bmpx.spec
diff -u SPECS/bmpx.spec:1.13 SPECS/bmpx.spec:1.14
--- SPECS/bmpx.spec:1.13	Mon Oct 17 22:09:20 2005
+++ SPECS/bmpx.spec	Mon Oct 17 22:25:03 2005
@@ -132,6 +132,8 @@
 mv -f $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/bmpx.png \
 	$RPM_BUILD_ROOT%{_pixmapsdir}
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/*/*.la
+
 %find_lang %{name}
 
 %clean
@@ -153,7 +155,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/bmp*
-%attr(755,root,root) %{_libdir}/libskinned.so.*
+%attr(755,root,root) %{_libdir}/libskinned.so.*.*.*
 %dir %{_libdir}/bmpx
 %dir %{_libdir}/bmpx/plugins
 %{_mandir}/man*/*
@@ -164,27 +166,22 @@
 
 %files devel
 %defattr(644,root,root,755)
-#%attr(755,root,root) %{_libdir}/libbeep.so
-%{_libdir}/lib*.la
-%{_includedir}/*
+%{_includedir}/bmpx
 
 %files plugin-container
 %defattr(644,root,root,755)
 %dir %{_libdir}/bmpx/plugins/container
-%attr(755,root,root) %{_libdir}/bmpx/plugins/container/*.so.*
-%{_libdir}/bmpx/plugins/container/*.la
+%attr(755,root,root) %{_libdir}/bmpx/plugins/container/*.so*
 
 %files plugin-flow
 %defattr(644,root,root,755)
 %dir %{_libdir}/bmpx/plugins/flow
-%attr(755,root,root) %{_libdir}/bmpx/plugins/flow/*.so.*
-%{_libdir}/bmpx/plugins/flow/*.la
+%attr(755,root,root) %{_libdir}/bmpx/plugins/flow/*.so*
 
 %files plugin-transport
 %defattr(644,root,root,755)
 %dir %{_libdir}/bmpx/plugins/transport
-%attr(755,root,root) %{_libdir}/bmpx/plugins/transport/*.so.*
-%{_libdir}/bmpx/plugins/transport/*.la
+%attr(755,root,root) %{_libdir}/bmpx/plugins/transport/*.so*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -192,6 +189,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/10/17 20:25:03  qboosh
+- don't package plugins *.la, but package .so symlinks
+
 Revision 1.13  2005/10/17 20:09:20  qboosh
 - BR: rpm-pythonprov (because of scripts in /usr/bin)
 - removed bogus gss BR (caused by curl)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bmpx.spec?r1=1.13&r2=1.14&f=u




More information about the pld-cvs-commit mailing list