]> git.pld-linux.org Git - packages/libspf2.git/blobdiff - libspf2.spec
- up to 1.2.5
[packages/libspf2.git] / libspf2.spec
index f106c0a7d7a00b832b4b089bb11442d5c8f2e854..1315802b6ffd763b88a1917e9e412d2e7c9d61e3 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       Implementation of the SPF specification
 Summary(pl):   Implementacja specyfikacji SPF
 Name:          libspf2
-Version:       1.0.4
-Release:       0.1
+Version:       1.2.5
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://libspf2.org/spf/%{name}-%{version}.tar.gz
-# Source0-md5: 5fe69ba13bf35d505b733247032a8a64
+# Source0-md5: 06ed6a3b0b54c8590679315ae2d28ad9
 Patch0:                %{name}-link.patch
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: libtool
-#Obsoletes:    libspf_alt
+Obsoletes:     libspf_alt
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,11 +23,26 @@ Libspf2 jest implementacj
 adresem
 http://www.ietf.org/internet-drafts/draft-mengwong-spf-01.txt .
 
+%package tools
+Summary:       Tools distributed with libspf2
+Summary(pl):   Programy narzêdziowe, dystrybuowane z libspf2
+Group:         Networking/Utilities
+Requires:      %{name} = %{version}-%{release}
+
+%description tools
+Tools distributed with libspf2; at the time of writing: spf_example,
+spf_example_2mx, spfd, spfquery and spftest.
+
+%description tools -l pl
+Programy narzêdziowe, dystrybuowane z libspf2; w momencie pisania tego
+opisu: spf_example, spf_example_2mx, spfd, spfquery i spftest.
+
 %package devel
 Summary:       Header files for libspf2 library
 Summary(pl):   Pliki nag³ówkowe biblioteki libspf2
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Obsoletes:     libspf_alt-devel
 
 %description devel
 Header files for libspf2 library.
@@ -40,6 +55,7 @@ Summary:      Static libspf2 library
 Summary(pl):   Statyczna biblioteka libspf2
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
+Obsoletes:     libspf_alt-static
 
 %description static
 Static libspf2 library.
@@ -57,7 +73,6 @@ Statyczna biblioteka libspf2.
 %{__autoconf}
 %{__autoheader}
 %{__automake} 
-cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
@@ -76,13 +91,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README TODO LICENSES INSTALL Changelog docs/API docs/draft-mengwong-spf-00.txt
-%attr(755,root,root) %{_bindir}/spf_example
-%attr(755,root,root) %{_bindir}/spf_example_2mx
-%attr(755,root,root) %{_bindir}/spfd
-%attr(755,root,root) %{_bindir}/spfquery
-%attr(755,root,root) %{_bindir}/spftest
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.073313 seconds and 4 git commands to generate.