rpms/net-snmp/F-12 net-snmp.spec,1.188,1.189

Jan Šafránek jsafrane at fedoraproject.org
Tue Sep 29 10:15:30 UTC 2009


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17125

Modified Files:
	net-snmp.spec 
Log Message:
remove static libraries from -devel subpackage


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/F-12/net-snmp.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -p -r1.188 -r1.189
--- net-snmp.spec	14 Sep 2009 09:53:25 -0000	1.188
+++ net-snmp.spec	29 Sep 2009 10:15:30 -0000	1.189
@@ -8,7 +8,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 17%{?dist}
+Release: 18%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -194,7 +194,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
 %endif
 
 %configure \
-    --enable-static --enable-shared			\
+    --disable-static --enable-shared			\
     --with-cflags="$RPM_OPT_FLAGS -D_RPM_4_4_COMPAT"	\
 %ifnarch s390 s390x
     --with-ldflags="$LDFLAGS -lcrypto -lsensors"	\
@@ -393,7 +393,6 @@ rm -rf ${RPM_BUILD_ROOT}
 %files devel
 %defattr(0644,root,root,0755)
 %{_libdir}/lib*.so
-%{_libdir}/*.a
 /usr/include/*
 %attr(0644,root,root)	%{_mandir}/man3/*.3.*
 %attr(0755,root,root)	%{_bindir}/net-snmp-config*
@@ -429,7 +428,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/snmp/mibs
 
 %changelog
-* Mon Sep 14 2009 Jan Safranek <orion at cora.nwra.com> 1:5.4.2.1-17
+* Tue Sep 29 2009 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-18
+- remove static libraries from -devel subpackage
+
+* Mon Sep 14 2009 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-17
 - implement force-reload command in initscripts (#523126)
 
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1:5.4.2.1-16




More information about the fedora-extras-commits mailing list