packages: dspam/dspam.spec - dont install .la and .a files for dlopen()-ed ...
pawelz
pawelz at pld-linux.org
Tue Apr 27 02:55:26 CEST 2010
Author: pawelz Date: Tue Apr 27 00:55:26 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- dont install .la and .a files for dlopen()-ed plugins
---- Files affected:
packages/dspam:
dspam.spec (1.89 -> 1.90)
---- Diffs:
================================================================
Index: packages/dspam/dspam.spec
diff -u packages/dspam/dspam.spec:1.89 packages/dspam/dspam.spec:1.90
--- packages/dspam/dspam.spec:1.89 Tue Apr 27 02:29:31 2010
+++ packages/dspam/dspam.spec Tue Apr 27 02:55:21 2010
@@ -461,10 +461,6 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libdspam.so
%{_libdir}/libdspam.la
-%{_libdir}/dspam/libhash_drv.la
-%{_libdir}/dspam/libmysql_drv.la
-%{_libdir}/dspam/libpgsql_drv.la
-%{_libdir}/dspam/libsqlite3_drv.la
%{_includedir}/%{name}
%{_mandir}/man3/libdspam.3*
%{_pkgconfigdir}/dspam.pc
@@ -472,7 +468,6 @@
%files static
%defattr(644,root,root,755)
%{_libdir}/libdspam.a
-%{_libdir}/dspam/lib*_drv.a
%files driver-hash
%defattr(644,root,root,755)
@@ -529,6 +524,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90 2010/04/27 00:55:21 pawelz
+- dont install .la and .a files for dlopen()-ed plugins
+
Revision 1.89 2010/04/27 00:29:31 pawelz
- install %{_libdir}/dspam directory (should it go to -libs?)
- dont install so symlinks for plugins that are ldopen-ed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dspam/dspam.spec?r1=1.89&r2=1.90&f=u
More information about the pld-cvs-commit
mailing list