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
|
rule and benefit from the speed of IP sets
|
||||||
then ipset may be the proper tool for you.
|
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
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -71,6 +76,9 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
|||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog
|
||||||
%doc %{_mandir}/man8/%{name}.8.gz
|
%doc %{_mandir}/man8/%{name}.8.gz
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%doc COPYING
|
||||||
%{_libdir}/lib%{name}.so.3
|
%{_libdir}/lib%{name}.so.3
|
||||||
%{_libdir}/lib%{name}.so.3.0.1
|
%{_libdir}/lib%{name}.so.3.0.1
|
||||||
|
|
||||||
@ -82,6 +90,7 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 30 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.13-1
|
* Mon Jul 30 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 6.13-1
|
||||||
- New upstream release.
|
- 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user