packages: libevent/libevent.spec - added link patch - auto*ize to enable li...

sparky sparky at pld-linux.org
Thu Jan 6 22:05:11 CET 2011


Author: sparky                       Date: Thu Jan  6 21:05:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added link patch
- auto*ize to enable link patch
- BR: autoconf, automake, libtool

---- Files affected:
packages/libevent:
   libevent.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: packages/libevent/libevent.spec
diff -u packages/libevent/libevent.spec:1.34 packages/libevent/libevent.spec:1.35
--- packages/libevent/libevent.spec:1.34	Sat Sep 25 17:16:58 2010
+++ packages/libevent/libevent.spec	Thu Jan  6 22:05:05 2011
@@ -18,8 +18,12 @@
 # Source0-md5:	a00e037e4d3f9e4fe9893e8a2d27918c
 Patch0:		%{name}-fpm.patch
 Patch1:		%{name}.fb-changes.diff
+Patch2:		%{name}-link.patch
 URL:		http://www.monkey.org/~provos/libevent/
+BuildRequires:	autoconf
+BuildRequires:	automake
 %{?with_dietlibc:BuildRequires:	dietlibc-static >= 2:0.31-5}
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # to get backslash, we need to escape it from spec parser. therefore "\\|" not "\|" here
@@ -78,8 +82,13 @@
 %setup -q -n %{name}-%{version}-stable
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %if %{with dietlibc}
 %configure \
 	CC="diet %{__cc} %{rpmcflags} %{rpmldflags} -Os -D_BSD_SOURCE -D_EVENT_HAVE_FD_MASK" \
@@ -166,6 +175,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2011/01/06 21:05:05  sparky
+- added link patch
+- auto*ize to enable link patch
+- BR: autoconf, automake, libtool
+
 Revision 1.34  2010/09/25 15:16:58  glen
 - reason is quite obvious
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libevent/libevent.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list