Author: glen Date: Mon Aug 8 17:37:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - add url, verbose files; rel 3
---- Files affected: packages/libspf2: libspf2.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/libspf2/libspf2.spec diff -u packages/libspf2/libspf2.spec:1.15 packages/libspf2/libspf2.spec:1.16 --- packages/libspf2/libspf2.spec:1.15 Sun May 3 16:59:51 2009 +++ packages/libspf2/libspf2.spec Mon Aug 8 19:37:29 2011 @@ -1,14 +1,18 @@ # $Revision$, $Date$ +# TODO +# ./configure[3000]: AX_WITH_PERL: not found - needed after regeneration + Summary: Implementation of the SPF specification Summary(pl.UTF-8): Implementacja specyfikacji SPF Name: libspf2 Version: 1.2.9 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://libspf2.org/spf/%{name}-%{version}.tar.gz # Source0-md5: 3305df4d1b13ca964d80b23bb5e4e2b6 Patch0: %{name}-link.patch +URL: http://www.libspf2.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: libtool @@ -17,12 +21,12 @@ %description Libspf2 is an implementation of the SPF specification as found at -http://www.ietf.org/internet-drafts/draft-mengwong-spf-01.txt . +<http://www.ietf.org/internet-drafts/draft-mengwong-spf-01.txt>. %description -l pl.UTF-8 Libspf2 jest implementacją specyfikacji SPF, która znajduje się pod -adresem -http://www.ietf.org/internet-drafts/draft-mengwong-spf-01.txt . +<adresem +http://www.ietf.org/internet-drafts/draft-mengwong-spf-01.txt>. %package tools Summary: Tools distributed with libspf2 @@ -73,13 +77,12 @@ %{__aclocal} %{__autoconf} %{__autoheader} -%{__automake} +%{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT - %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -92,22 +95,30 @@ %files %defattr(644,root,root,755) %doc README TODO LICENSES INSTALL -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libspf2.so.*.*.* +%ghost %{_libdir}/libspf2.so.2 %files tools %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/spf_example +%attr(755,root,root) %{_bindir}/spf_example_static +%attr(755,root,root) %{_bindir}/spfd +%attr(755,root,root) %{_bindir}/spfd_static +%attr(755,root,root) %{_bindir}/spfquery +%attr(755,root,root) %{_bindir}/spfquery_static +%attr(755,root,root) %{_bindir}/spftest +%attr(755,root,root) %{_bindir}/spftest_static %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libspf2.so +%{_libdir}/libspf2.la %dir %{_includedir}/spf2 %{_includedir}/spf2/*.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libspf2.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -115,6 +126,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2011/08/08 17:37:29 glen +- add url, verbose files; rel 3 + Revision 1.15 2009/05/03 14:59:51 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libspf2/libspf2.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
