Author: sparky Date: Sat Jan 22 14:53:53 2011 GMT Module: packages Tag: HEAD ---- Log message: - added link patch - auto*toolize - BR: autoconf, automake, libtool
---- Files affected: packages/libafdt: libafdt.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/libafdt/libafdt.spec diff -u packages/libafdt/libafdt.spec:1.3 packages/libafdt/libafdt.spec:1.4 --- packages/libafdt/libafdt.spec:1.3 Sun May 16 15:33:41 2010 +++ packages/libafdt/libafdt.spec Sat Jan 22 15:53:48 2011 @@ -14,8 +14,12 @@ Source0: http://downloads.sourceforge.net/project/libafdt/%{name}-%{version}.tar.gz # Source0-md5: 8051b4e88c5804ce34e221cb62c5e672 URL: http://libafdt.sourceforge.net/ +Patch0: %{name}-link.patch +BuildRequires: autoconf +BuildRequires: automake %{?with_apidocs:BuildRequires: doxygen} BuildRequires: libevent-devel >= 1.4.5 +BuildRequires: libtool %{?with_tests:BuildRequires: python} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -64,8 +68,13 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} %configure \ --enable-shared \ %{!?with_static_libs:--disable-static} @@ -115,6 +124,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2011/01/22 14:53:48 sparky +- added link patch +- auto*toolize +- BR: autoconf, automake, libtool + Revision 1.3 2010/05/16 13:33:41 sparky - sorted BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libafdt/libafdt.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
