Split out the library in its own subpackage
This commit is contained in:
parent
1e1ead1dd4
commit
9caff1a14a
@ -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@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@lists.fedoraproject.org> - 6.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user