Author: agaran Date: Mon Feb 5 11:47:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - crude fixup, works for me
---- Files affected: SPECS: LIB.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/LIB.spec diff -u SPECS/LIB.spec:1.16 SPECS/LIB.spec:1.17 --- SPECS/LIB.spec:1.16 Mon Aug 18 10:07:51 2003 +++ SPECS/LIB.spec Mon Feb 5 12:46:56 2007 @@ -9,6 +9,7 @@ Source0: http://dl.sourceforge.net/lib/%{name}.%{version}.tar.bz2 # Source0-md5: c8e17aaf9c16ccc73f4336a0d170b3ba Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-configure.patch URL: http://lib.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -23,13 +24,17 @@ %prep %setup -q -n %{name} %patch0 -p0 +%patch1 -p1 %build -CFLAGS="%{rpmcflags} -I/usr/include/ncurses" +%{__gettextize} %{__aclocal} %{__autoconf} %{__automake} -%configure2_13 +CFLAGS="%{rpmcflags} -I/usr/include/ncurses" +%configure \ + --disable-nls + %{__make} %install @@ -57,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2007/02/05 11:46:56 agaran +- crude fixup, works for me + Revision 1.16 2003/08/18 08:07:51 gotar - mass commit: cosmetics (removed trailing white spaces) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/LIB.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
