Author: qboosh Date: Sat Jun 16 20:06:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added info patch - use normal configure
---- Files affected: SPECS: check.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/check.spec diff -u SPECS/check.spec:1.12 SPECS/check.spec:1.13 --- SPECS/check.spec:1.12 Sat Jun 16 21:53:35 2007 +++ SPECS/check.spec Sat Jun 16 22:06:33 2007 @@ -8,6 +8,7 @@ Group: Development/Libraries Source0: http://dl.sourceforge.net/check/%{name}-%{version}.tar.gz # Source0-md5: 30143c7974b547a12a7da47809a90951 +Patch0: %{name}-info.patch URL: http://check.sourceforge.net/ BuildRequires: libtool BuildRequires: texinfo >= 4.2 @@ -45,11 +46,12 @@ %prep %setup -q +%patch0 -p1 %build -%configure2_13 -%{__make} \ - CFLAGS="%{rpmcflags} -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -fPIC" +CFLAGS="%{rpmcflags} -fPIC" +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -95,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2007/06/16 20:06:33 qboosh +- added info patch +- use normal configure + Revision 1.12 2007/06/16 19:53:35 qboosh - separated static lib ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/check.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
