]> git.pld-linux.org Git - packages/libspf2.git/commitdiff
- release 3: moved _bindir/* to the -tools subpackage to resolve auto/ac/libspf2-1_0_4-3
authorradek <radek@pld-linux.org>
Mon, 6 Dec 2004 12:31:50 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             conflict with perl-Mail-SPF-Query

Changed files:
    libspf2.spec -> 1.6

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
 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
 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 .
 
 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
 %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
 %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.*.*.*
 
 %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
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.065452 seconds and 4 git commands to generate.