]> git.pld-linux.org Git - packages/createrepo.git/commitdiff
- no extra dep for /usr/bin/env
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 9 Jan 2008 18:24:10 +0000 (18:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    createrepo.spec -> 1.32

createrepo.spec

index 4855ea0b1e23397a082b95831557f3d27e0b8939..847080fc90f32d1cd14e9cca38b7bc807fca2289 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Creates a common metadata repository
 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
@@ -12,6 +12,7 @@ URL:          http://linux.duke.edu/metadata/
 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
@@ -32,6 +33,8 @@ pakietów RPM.
 %setup -q
 #%patch0 -p1
 
+%{__sed} -i -e '1s,#!.*python,#!%{__python},' modifyrepo.py
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
This page took 0.085942 seconds and 4 git commands to generate.