Author: arekm Date: Wed Nov 23 09:30:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.99.9i; use correct prefix; use correct CC
---- Files affected: SPECS: git-core.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/git-core.spec diff -u SPECS/git-core.spec:1.5 SPECS/git-core.spec:1.6 --- SPECS/git-core.spec:1.5 Mon Oct 31 16:59:24 2005 +++ SPECS/git-core.spec Wed Nov 23 10:29:54 2005 @@ -4,12 +4,12 @@ Summary: The stupid content tracker Summary(pl): Prymitywne narzędzie do śledzenia treści Name: git-core -Version: 0.99.8 +Version: 0.99.9i Release: 1 License: GPL v2 Group: Development/Tools Source0: http://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2 -# Source0-md5: 0fb209de06352923b66ef1ca50e1b3b7 +# Source0-md5: d10e29a4d9730324fe3ef1864ef8b354 URL: http://git.or.cz/ BuildRequires: curl-devel BuildRequires: openssl-devel @@ -54,6 +54,8 @@ %prep %setup -q %{__make} \ + prefix=%{_prefix} \ + CC="%{__cc}" \ CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" @@ -61,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - prefix=/usr \ + prefix=%{_prefix} \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -80,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2005/11/23 09:29:54 arekm +- up to 0.99.9i; use correct prefix; use correct CC + Revision 1.5 2005/10/31 15:59:24 adamg - removed todo entry ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/git-core.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
