# This spec file was generated by KDevelop # Please report any problem to KDevelop Team # Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html Name: gps Version: 0.1 Release: 1 Vendor: Michael Moritz Copyright: GPL Summary: greylist policy server for postfix Group: mail Packager: Michael Moritz BuildRoot: %{_tmppath}/%{name}-root Source: gps-0.1.tar.gz %description gps is an implementation of the greylist policy server for Postfix MTA. It is written in C/C++ and uses a Database backend (MySQL, PGSQL, etc.). %prep %setup CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ --target=i386 %build %configure make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %{_libdir}/*.so.* %{_datadir}/%{name} %{_mandir}/man8/* %changelog 2004-05-22 initial version