- Dang, forgot to merge libs-devel and devel again, fixed.
This commit is contained in:
parent
2c35e610fa
commit
69137c933f
@ -3,7 +3,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries.
|
Summary: A collection of SNMP protocol tools and libraries.
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.1.2
|
Version: 5.1.2
|
||||||
Release: 5
|
Release: 6
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz
|
Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz
|
||||||
@ -113,15 +113,6 @@ Summary: The NET-SNMP runtime libraries.
|
|||||||
The net-snmp-libs package contains the runtime libraries for shared binaries
|
The net-snmp-libs package contains the runtime libraries for shared binaries
|
||||||
and applications.
|
and applications.
|
||||||
|
|
||||||
%package libs-devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: The NET-SNMP development libraries.
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
%description libs-devel
|
|
||||||
The net-snmp-libs package contains the development libraries for applications
|
|
||||||
using the net-snmp functionality.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .mnttab
|
%patch1 -p1 -b .mnttab
|
||||||
@ -293,6 +284,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
|
%{_libdir}/lib*.so
|
||||||
/usr/include/*
|
/usr/include/*
|
||||||
%attr(0644,root,root) %{_mandir}/man3/*.3.*
|
%attr(0644,root,root) %{_mandir}/man3/*.3.*
|
||||||
%attr(0755,root,root) %{_bindir}/net-snmp-config
|
%attr(0755,root,root) %{_bindir}/net-snmp-config
|
||||||
@ -309,14 +301,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%files libs-devel
|
|
||||||
%defattr(0644,root,root,0755)
|
|
||||||
%{_libdir}/lib*.so
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-5
|
* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-6
|
||||||
- Split out libs and libs-devel packages for multilib compatibility
|
- Split out libs package for multilib compatibility
|
||||||
|
|
||||||
* Wed Sep 08 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-4
|
* Wed Sep 08 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-4
|
||||||
- New prereq for net-snmp-devel
|
- New prereq for net-snmp-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user