[ipset] Split out the library in its own subpackage

Mathieu Bridon bochecha at fedoraproject.org
Mon Jul 30 07:14:46 UTC 2012


commit 9caff1a14a89afc82db6eeb5097eef4b74dc44f0
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Jul 30 12:58:47 2012 +0800

    Split out the library in its own subpackage

 ipset.spec |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ipset.spec b/ipset.spec
index e4172dc..9f5d277 100644
--- a/ipset.spec
+++ b/ipset.spec
@@ -28,6 +28,11 @@ If you want to:
    rule and benefit from the speed of IP sets
 then ipset may be the proper tool for you.
 
+%package libs
+Summary:       Shared library providing the IP sets functionality
+
+%description libs
+This package contains the libraries which provide the IP sets funcionality.
 
 %package devel
 Summary:       Development files for %{name}
@@ -71,6 +76,9 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
 %doc COPYING ChangeLog
 %doc %{_mandir}/man8/%{name}.8.gz
 %{_sbindir}/%{name}
+
+%files libs
+%doc COPYING
 %{_libdir}/lib%{name}.so.3
 %{_libdir}/lib%{name}.so.3.0.1
 
@@ -82,6 +90,7 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
 %changelog
 * Mon Jul 30 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 6.13-1
 - New upstream release.
+- Split out the library in its own subpackage.
 
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list