rpms/libevent/devel libevent.spec,1.23,1.24

Tom Callaway spot at fedoraproject.org
Fri May 21 21:35:43 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/libevent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3155

Modified Files:
	libevent.spec 
Log Message:
disable static libs


Index: libevent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libevent/devel/libevent.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- libevent.spec	15 Dec 2009 16:12:07 -0000	1.23
+++ libevent.spec	21 May 2010 21:35:42 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           libevent
 Version:        1.4.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Abstract asynchronous event notification library
 
 Group:          System Environment/Libraries
@@ -40,7 +40,7 @@ you will need to install %{name}-devel.
 
 %build
 %configure \
-    --disable-dependency-tracking
+    --disable-dependency-tracking --disable-static
 make %{?_smp_mflags}
 
 # Create the docs
@@ -93,11 +93,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/evrpc.h
 %{_includedir}/evutil.h
 %{_libdir}/libevent.so
-%{_libdir}/libevent.a
 %{_libdir}/libevent_core.so
-%{_libdir}/libevent_core.a
 %{_libdir}/libevent_extra.so
-%{_libdir}/libevent_extra.a
 
 %{_bindir}/event_rpcgen.*
 
@@ -109,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/%{name}-devel-%{version}/sample/*
 
 %changelog
+* Fri May 21 2010 Tom "spot" Callaway <tcallawa at redhat.com> 1.4.13-2
+- disable static libs (bz 556067)
+
 * Tue Dec 15 2009 Steve Dickson <steved at redhat.com> 1.4.13-1
 - Updated to latest stable upstream version: 1.4.13
 



More information about the scm-commits mailing list