]> git.pld-linux.org Git - packages/asciidoc.git/commitdiff
- s|/#!/usr/bin/env python|#!/usr/bin/python|
authorwitekfl <witekfl@pld-linux.org>
Wed, 18 Jul 2007 19:00:41 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    asciidoc.spec -> 1.14

asciidoc.spec

index 9997d0bc0889c173b9a13f490dc43fd8aae64c38..478bc1ebce1523ffd40b080ffd9879182311c67f 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A tool for converting text files to various formats
 Summary(pl.UTF-8):     Narzędzie do konwersji plików tekstowych do różnych formatów
 Name:          asciidoc
 Version:       7.1.2
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://www.methods.co.nz/asciidoc/%{name}-%{version}.tar.gz
 # Source0-md5: 554af81fb0e578a77ede4359ef79db69
 URL:           http://www.methods.co.nz/asciidoc/index.html
+BuildRequires: sed >= 4.0
 Requires:      python >= 2.3
 Requires:      python-modules >= 2.3
 Requires:      xmlto
@@ -37,6 +38,9 @@ dostosowywane i rozszerzane przez użytkownika.
 %prep
 %setup -q
 
+%build
+sed -i -e 's|^#!/usr/bin/env python|#!/usr/bin/python|' asciidoc.py
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
This page took 0.108848 seconds and 4 git commands to generate.