From 69137c933fd601b272a799dfe323003e7ee31b9c Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Wed, 15 Sep 2004 16:27:12 +0000 Subject: [PATCH] - Dang, forgot to merge libs-devel and devel again, fixed. --- net-snmp.spec | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index 9accee3..857d813 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -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 5.1.2-5 -- Split out libs and libs-devel packages for multilib compatibility +* Wed Sep 15 2004 Phil Knirsch 5.1.2-6 +- Split out libs package for multilib compatibility * Wed Sep 08 2004 Radek Vokal 5.1.2-4 - New prereq for net-snmp-devel