From 9caff1a14a89afc82db6eeb5097eef4b74dc44f0 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Jul 30 2012 04:58:47 +0000 Subject: Split out the library in its own subpackage --- 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 - 6.13-1 - New upstream release. +- Split out the library in its own subpackage. * Thu Jul 19 2012 Fedora Release Engineering - 6.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild