]> git.pld-linux.org Git - packages/libevent.git/commitdiff
- ooops, reverse
authorlisu <lisu@pld-linux.org>
Thu, 24 Feb 2011 21:37:01 +0000 (21:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libevent.spec -> 1.40

libevent.spec

index cab90171c6295a22229220aa51c654ffe285eac5..25e782605e89ff5cb4a0957aeb6dddbeba2faa05 100644 (file)
@@ -3,14 +3,12 @@
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static library
-%bcond_without dietlibc        # don't build static dietlibc library
-
 #
 Summary:       libevent - an event notification library
 Summary(pl.UTF-8):     libevent - biblioteka powiadamiajÄ…ca o zdarzeniach
 Name:          libevent
 Version:       2.0.10
-Release:       2
+Release:       0.1
 License:       BSD
 Group:         Libraries
 Source0:       http://www.monkey.org/~provos/%{name}-%{version}-stable.tar.gz
@@ -22,7 +20,6 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig
-Obsoletes:     libevent-dietlibc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,20 +68,6 @@ Statyczna biblioteka libevent.
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%if %{with dietlibc}
-%configure \
-       CC="diet %{__cc} %{rpmcflags} %{rpmldflags} -Os -D_BSD_SOURCE -D_EVENT_HAVE_FD_MASK" \
-       --enable-static \
-       --disable-shared
-
-# libtool sucks, build just the libs
-%{__make}
-mv .libs/libevent.a diet-libevent.a
-mv .libs/libevent_core.a diet-libevent_core.a
-mv .libs/libevent_extra.a diet-libevent_extra.a
-%{__make} clean
-%endif
-
 %configure \
        %{!?with_static_libs:--disable-static}
 %{__make}
This page took 0.079152 seconds and 4 git commands to generate.