]> git.pld-linux.org Git - packages/dspam.git/blobdiff - dspam.spec
- updated do 3.2.7,
[packages/dspam.git] / dspam.spec
index c8ae38cf774f2223fc5d2197fba37fcfb74ff752..c73525f95c51f3c596fb5edf9886303dd171e8f0 100644 (file)
@@ -1,27 +1,27 @@
+# TODO: everything
 #
 # Conditional build:
-%bcond_with    mysql   # enable MySQL storage driver (disable db4 driver)
-%bcond_with    pgsql   # enable PostgreSQL storage driver (disable db4 driver)
+%bcond_with    mysql   # enable MySQL storage driver (disable sqlite driver)
+%bcond_with    pgsql   # enable PostgreSQL storage driver (disable sqlite driver)
 #
 Summary:       A library and Mail Delivery Agent for Bayesian spam filtering
 Summary(pl):   Biblioteka i MDA do bayesowskiego filtrowania spamu
 Name:          dspam
-Version:       3.2.1
-Release:       1
+Version:       3.2.7
+Release:       0.1
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://www.nuclearelephant.com/projects/dspam/sources/%{name}-%{version}.tar.gz
-# Source0-md5: a4357c02ca39a68480719adf47fca67a
+# Source0-md5: f2bc9fb56ab6f21ef0b0ec7a3d453121
 Patch0:                %{name}-Makefile.patch
 URL:           http://www.nuclearelephant.com/projects/dspam/
-BuildRequires: db-static
 %if %{with mysql}
 BuildRequires: mysql-devel
 %else 
 %if %{with pgsql}
 BuildRequires: postgresql-devel
 %else
-BuildRequires: db-devel
+BuildRequires: sqlite-devel
 %endif
 %endif
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -121,6 +121,7 @@ Statyczna biblioteka DSPAM.
 %prep
 %setup -q
 %patch0 -p1
+sed -i -e 's#-static##g' tools/Makefile*
 
 %build
 %configure \
@@ -141,22 +142,20 @@ Statyczna biblioteka DSPAM.
        --with-signature-life=14 \
        --disable-dependency-tracking \
 %if %{with mysql}
-       --enable-neural-networking \
        --enable-virtual-users \
        --with-storage-driver=mysql_drv \
        --with-mysql-includes=%{_includedir}/mysql \
        --with-mysql-libraries=%{_libdir}
 %else
 %if %{with pgsql}
-       --enable-neural-networking \
        --enable-virtual-users \
        --with-storage-driver=pgsql_drv \
        --with-pgsql-includes=%{_includedir}/postgresql \
        --with-pgsql-libraries=%{_libdir}
 %else
-       --with-storage-driver=libdb4_drv \
-       --with-db4-includes=%{_includedir} \
-       --with-db4-libraries=%{_libdir}
+       --with-storage-driver=sqlite_drv \
+       --with-sqlite-includes=%{_includedir} \
+       --with-sqlite-libraries=%{_libdir}
 %endif
 %endif
 %{__make}
@@ -164,8 +163,8 @@ Statyczna biblioteka DSPAM.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-#%makeinstall_std
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 # install devel files
 install -d $RPM_BUILD_ROOT{%{_includedir}/%{name},/var/lib/%{name}}
@@ -240,12 +239,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README CHANGELOG RELEASE.NOTES
+%doc README CHANGELOG RELEASE.NOTES README.courier README.pop3filter README.qmail README.exim README.postfix README.sendmail
 %doc cgi/base.css cgi/dspam.cgi
 %if %{with mysql}
 %doc README.mysql
-%doc tools.mysql_drv/mysql_objects.sql.space.optimized
-%doc tools.mysql_drv/mysql_objects.sql.speed.optimized
+%doc tools.mysql_drv/mysql_objects-space.sql
+%doc tools.mysql_drv/mysql_objects-speed.sql
 %doc tools.mysql_drv/purge.sql
 %doc tools.mysql_drv/virtual_users.sql
 %endif
@@ -255,12 +254,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc tools.pgsql_drv/pgsql_objects.sql
 %doc tools.pgsql_drv/purge.sql
 %endif
+%config(noreplace) %verify(not size mtime md5) /etc/dspam.conf
 %dir %attr(0750,root,mail) /var/lib/%{name}
 %{?with_mysql:%attr(640,root,mail) %config(noreplace) /var/lib/%{name}/mysql.data}
 %{?with_pgsql:%attr(640,root,mail) %config(noreplace) /var/lib/%{name}/pgsql.data}
 %attr(755,root,root) %config(noreplace) %{_sysconfdir}/cron.daily/%{name}
-#%attr(755,root,root) %config(noreplace) %{_sysconfdir}/cron.weekly/%{name}
 %attr(755,root,mail) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}_admin
 %attr(755,root,root) %{_bindir}/%{name}_clean
 %attr(755,root,root) %{_bindir}/%{name}_corpus
 %attr(755,root,root) %{_bindir}/%{name}_crc
@@ -270,7 +270,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/%{name}_merge
 %attr(755,root,root) %{_bindir}/%{name}_2sql
 %attr(755,root,root) %{_bindir}/%{name}_stats
-#%attr(755,root,root) %{_bindir}/libdb4_purge
 %{_mandir}/man?/*
 
 %files libs
@@ -283,6 +282,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/%{name}
+%{_pkgconfigdir}/*.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.544635 seconds and 4 git commands to generate.