Author: glen Date: Wed Jan 9 18:24:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - no extra dep for /usr/bin/env
---- Files affected: SPECS: createrepo.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/createrepo.spec diff -u SPECS/createrepo.spec:1.31 SPECS/createrepo.spec:1.32 --- SPECS/createrepo.spec:1.31 Wed Jan 9 19:22:39 2008 +++ SPECS/createrepo.spec Wed Jan 9 19:24:10 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Tworzenie wspólnego repozytorium metadanych Name: createrepo Version: 0.9.1 -Release: 0.1 +Release: 0.2 License: GPL Group: Applications/System Source0: http://linux.duke.edu/createrepo/download/%{name}-%{version}.tar.gz @@ -13,6 +13,7 @@ BuildRequires: python-devel > 1:2.5 BuildRequires: python-modules BuildRequires: rpm-pythonprov +BuildRequires: sed >= 4.0 %pyrequires_eq python Requires: python-libxml2 Requires: python-rpm @@ -33,6 +34,8 @@ %setup -q #%patch0 -p1 +%{__sed} -i -e '1s,#!.*python,#!%{__python},' modifyrepo.py + %install rm -rf $RPM_BUILD_ROOT %{__make} install \ @@ -65,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2008-01-09 18:24:10 glen +- no extra dep for /usr/bin/env + Revision 1.31 2008-01-09 18:22:39 glen - R: yum for rpmUtils ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/createrepo.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
