Author: qboosh Date: Tue Sep 2 20:40:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added safe patch, works now - release 2
---- Files affected: SPECS: asciidoc.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/asciidoc.spec diff -u SPECS/asciidoc.spec:1.18 SPECS/asciidoc.spec:1.19 --- SPECS/asciidoc.spec:1.18 Sun Jul 20 22:42:57 2008 +++ SPECS/asciidoc.spec Tue Sep 2 22:40:48 2008 @@ -4,11 +4,12 @@ Summary(pl.UTF-8): Narzędzie do konwersji plików tekstowych do różnych formatów Name: asciidoc Version: 8.2.7 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System Source0: http://dl.sourceforge.net/asciidoc/%{name}-%{version}.tar.gz # Source0-md5: f631c10bcf7216eaf6bc804c84ebb8e1 +Patch0: %{name}-safe.patch URL: http://www.methods.co.nz/asciidoc/index.html BuildRequires: sed >= 4.0 Requires: python >= 2.3 @@ -39,6 +40,7 @@ %prep %setup -q +%patch0 -p1 %build sed -i -e '1s|^#!/usr/bin/env python|#!/usr/bin/python|' asciidoc.py @@ -103,6 +105,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2008/09/02 20:40:48 qboosh +- added safe patch, works now +- release 2 + Revision 1.18 2008/07/20 20:42:57 qboosh - updated to 8.2.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asciidoc.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
