]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- updated TODO
authorpawelz <pawelz@pld-linux.org>
Mon, 26 Apr 2010 23:55:18 +0000 (23:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more verbose %files

Changed files:
    dspam.spec -> 1.87

dspam.spec

index 44d1a1048b430d0440c8e55515a71d981ac550ce..742362ea51f7f6fbb1351b88fd5b7c35bdc7710e 100644 (file)
@@ -2,9 +2,7 @@
 # - support for libdclassify
 # - oracle driver
 # - messages from default install of cron with mysql driver Memory fault
-# - install drivers in /usr/lib/dspam
-# - if drivers are installed to private dir, remove versioned sonames from drivers
-# - upgrade to 3.9.0
+# - remove versioned sonames from drivers
 #
 # Conditional build:
 %bcond_without mysql   # disable MySQL storage driver
@@ -461,10 +459,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libdspam.so
 %{_libdir}/libdspam.la
-%{_libdir}/dspam/lib*_drv.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}/*.pc
+%{_pkgconfigdir}/dspam.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.088871 seconds and 4 git commands to generate.