Author: qboosh Date: Wed Oct 25 08:51:30 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - GPL v2 "or any later version" - really use our optflags
---- Files affected: SPECS: netrik.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/netrik.spec diff -u SPECS/netrik.spec:1.35 SPECS/netrik.spec:1.36 --- SPECS/netrik.spec:1.35 Sun Oct 22 20:39:47 2006 +++ SPECS/netrik.spec Wed Oct 25 10:51:24 2006 @@ -4,12 +4,12 @@ Name: netrik Version: 1.15.4 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Applications/Networking -Source0: http://dl.sourceforge.net/sourceforge/netrik/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/netrik/%{name}-%{version}.tar.gz # Source0-md5: 5ec0f6d48d44728bc7c3ba5ce087acc1 URL: http://netrik.sourceforge.net/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: readline-devel Requires: wget @@ -28,10 +28,12 @@ %build %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} -cp -f /usr/share/automake/config.* . CPPFLAGS="-I/usr/include/ncurses" -%configure +# CFLAGS_OLD is a workaround for getting CFLAGS before AC_INIT +%configure \ + CFLAGS_OLD="%{rpmcflags}" %{__make} %install @@ -55,6 +57,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2006/10/25 08:51:24 qboosh +- GPL v2 "or any later version" +- really use our optflags + Revision 1.35 2006/10/22 18:39:47 lisu - 1.15.4 - License changed to GPL v2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/netrik.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
