]> git.pld-linux.org Git - packages/libspf2.git/commitdiff
- add url, verbose files; rel 3 auto/th/libspf2-1_2_9-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 Aug 2011 17:37:29 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libspf2.spec -> 1.16

libspf2.spec

index d7dfa05dcdfb065f04f4b0f2c50086095ddf11f4..59481491fbfd1a2f8f91cae1b3f1b0df96fc85d8 100644 (file)
@@ -1,13 +1,17 @@
+# 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
 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
 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
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: libtool
@@ -16,12 +20,12 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Libspf2 is an implementation of the SPF specification as found at
 
 %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
 
 %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
 
 %package tools
 Summary:       Tools distributed with libspf2
@@ -72,13 +76,12 @@ Statyczna biblioteka libspf2.
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
-%{__automake} 
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -91,19 +94,27 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README TODO LICENSES INSTALL
 %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)
 
 %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)
 
 %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)
 %dir %{_includedir}/spf2
 %{_includedir}/spf2/*.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libspf2.a
This page took 0.082979 seconds and 4 git commands to generate.