- 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.
|
||||
Name: net-snmp
|
||||
Version: 5.1.2
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: BSDish
|
||||
Group: System Environment/Daemons
|
||||
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
|
||||
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
|
||||
%setup -q
|
||||
%patch1 -p1 -b .mnttab
|
||||
@ -293,6 +284,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files devel
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_libdir}/lib*.so
|
||||
/usr/include/*
|
||||
%attr(0644,root,root) %{_mandir}/man3/*.3.*
|
||||
%attr(0755,root,root) %{_bindir}/net-snmp-config
|
||||
@ -309,14 +301,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
|
||||
%files libs-devel
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_libdir}/lib*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-5
|
||||
- Split out libs and libs-devel packages for multilib compatibility
|
||||
* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-6
|
||||
- Split out libs package for multilib compatibility
|
||||
|
||||
* Wed Sep 08 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-4
|
||||
- New prereq for net-snmp-devel
|
||||
|
Loading…
Reference in New Issue
Block a user