disable static libs
This commit is contained in:
parent
7eda71563a
commit
c3ac8b259c
@ -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@redhat.com> 1.4.13-2
|
||||
- disable static libs (bz 556067)
|
||||
|
||||
* Tue Dec 15 2009 Steve Dickson <steved@redhat.com> 1.4.13-1
|
||||
- Updated to latest stable upstream version: 1.4.13
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user