Author: adamg Date: Sat Feb 28 16:46:23 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.10.0
---- Files affected: SPECS: reglookup.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/reglookup.spec diff -u SPECS/reglookup.spec:1.1 SPECS/reglookup.spec:1.2 --- SPECS/reglookup.spec:1.1 Mon Aug 11 09:26:49 2008 +++ SPECS/reglookup.spec Sat Feb 28 17:46:18 2009 @@ -2,14 +2,15 @@ Summary: small utility for querying NT/2K/XP/2K3/Vista registries Summary(pl.UTF-8): proste narzędzie do odpytywania rejestrów NT/2K/XP/2K3/Vista Name: reglookup -Version: 0.9.0 +Version: 0.10.0 Release: 1 License: GPL v3 Group: Applications Source0: http://projects.sentinelchicken.org/data/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 518391c0d0c18c113670308446bd2199 +# Source0-md5: 67112df2798fc2d9539f2557ef38eb3d URL: http://projects.sentinelchicken.org/reglookup/ Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-parallel-make.patch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -39,11 +40,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__make} \ CC="%{__cc}" \ - OPTS="%{rpmcflags}" + OPTS="%{rpmcflags}" \ + INC="-I%{_includedir}" \ + LIB="-L%{_libdir} -lm" %install rm -rf $RPM_BUILD_ROOT @@ -70,6 +74,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/02/28 16:46:18 adamg +- updated to 0.10.0 + Revision 1.1 2008/08/11 07:26:49 adamg - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/reglookup.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
