Author: matkor Date: Wed Sep 22 17:33:40 2010 GMT Module: packages Tag: HEAD ---- Log message: - Builds, installs.
---- Files affected: packages/dkim-milter: dkim-milter.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/dkim-milter/dkim-milter.spec diff -u packages/dkim-milter/dkim-milter.spec:1.2 packages/dkim-milter/dkim-milter.spec:1.3 --- packages/dkim-milter/dkim-milter.spec:1.2 Wed Sep 22 15:11:14 2010 +++ packages/dkim-milter/dkim-milter.spec Wed Sep 22 19:33:34 2010 @@ -1,16 +1,17 @@ # $Revision$, $Date$ -# TODO: Make it install +# TODO: Init script +# TODO: Devel package Summary: DomainKeys Identified Mail service provider # Summary(pl.UTF-8): - Name: dkim-milter Version: 2.8.3 -Release: 0.1 +Release: 0.2 License: Sendmail Open Source License Group: Applications Source0: http://downloads.sourceforge.net/project/dkim-milter/DKIM%20Milter/%{version}/%{name}-%{version}.tar.gz # Source0-md5: d2043c269f1720cc095a9b4f163cf3df URL: http://www.sendmail.com/sm/wp/dkim/ -# BuildRequires: - +BuildRequires: libmilter-devel # Requires: - BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -55,9 +56,12 @@ %files %defattr(644,root,root,755) -%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO -%attr(755,root,root) %{_bindir}/* - +# %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_sbindir}/* +%{_mandir}/man3/ar.3* +%{_mandir}/man5/* +%{_mandir}/man8/* +/etc/mail/dkim-milter/dkim-filter.conf %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -65,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/09/22 17:33:34 matkor +- Builds, installs. + Revision 1.2 2010/09/22 13:11:14 matkor - Stolen fixes from Fedora. NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dkim-milter/dkim-milter.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
