]> git.pld-linux.org Git - packages/libspf2.git/blobdiff - libspf2.spec
- fixed configure.ac: don't use AC_CONFIG_AUX_DIR[config] macro, copy
[packages/libspf2.git] / libspf2.spec
index f73be100bb843eb66dedddc1abf84bd322bf74af..f9938707db35973624b67f6cc5ae01875dedb03a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Implementation of the SPF specification
 Summary(pl):   Implementacja specyfikacji SPF
 Name:          libspf2
 Version:       1.0.4
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
 Source0:       http://libspf2.org/spf/%{name}-%{version}.tar.gz
@@ -23,6 +23,20 @@ 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
@@ -78,13 +92,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.060379 seconds and 4 git commands to generate.