SPECS: asciidoc.spec - s|/#!/usr/bin/env python|#!/usr/bin/python|...

witekfl witekfl at pld-linux.org
Wed Jul 18 21:00:47 CEST 2007


Author: witekfl                      Date: Wed Jul 18 19:00:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- s|/#!/usr/bin/env python|#!/usr/bin/python|
- rel 3

---- Files affected:
SPECS:
   asciidoc.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/asciidoc.spec
diff -u SPECS/asciidoc.spec:1.13 SPECS/asciidoc.spec:1.14
--- SPECS/asciidoc.spec:1.13	Wed Feb 14 10:18:00 2007
+++ SPECS/asciidoc.spec	Wed Jul 18 21:00:41 2007
@@ -3,12 +3,13 @@
 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
@@ -38,6 +39,9 @@
 %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}}
@@ -80,6 +84,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007/07/18 19:00:41  witekfl
+- s|/#!/usr/bin/env python|#!/usr/bin/python|
+- rel 3
+
 Revision 1.13  2007/02/14 09:18:00  arekm
 - drop examples; too many symlinks pointing to nowhere
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/asciidoc.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list