Author: witekfl Date: Sun Jul 16 17:04:32 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added R:libxslt-progs and xmlto - added stylesheets to the package - Rel 2
---- Files affected: SPECS: asciidoc.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/asciidoc.spec diff -u SPECS/asciidoc.spec:1.7 SPECS/asciidoc.spec:1.8 --- SPECS/asciidoc.spec:1.7 Sat Jun 18 13:03:40 2005 +++ SPECS/asciidoc.spec Sun Jul 16 19:04:27 2006 @@ -3,14 +3,16 @@ Summary(pl): Narzędzie do konwersji plików tekstowych do różnych formatów Name: asciidoc Version: 7.0.0 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: http://www.methods.co.nz/asciidoc/%{name}-%{version}.tar.gz # Source0-md5: fdce1bb38f9ec8b333ced4f22f5e95a0 URL: http://www.methods.co.nz/asciidoc/index.html +Requires: libxslt-progs Requires: python >= 2.3 Requires: python-modules >= 2.3 +Requires: xmlto BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,8 +48,10 @@ install asciidoc.py $RPM_BUILD_ROOT%{_datadir}/%{name} find filters -type f -exec install {} $RPM_BUILD_ROOT%{_datadir}/%{name}/{} \;; find images -type f -exec install {} $RPM_BUILD_ROOT%{_datadir}/%{name}/{} \;; +find stylesheets -type f -exec install {} $RPM_BUILD_ROOT%{_datadir}/%{name}/{} \;; install doc/asciidoc.1 $RPM_BUILD_ROOT%{_mandir}/man1 ln -sf %{_datadir}/asciidoc/asciidoc.py $RPM_BUILD_ROOT%{_bindir}/asciidoc +ln -sf %{_datadir}/%{name}/stylesheets $RPM_BUILD_ROOT%{_sysconfdir}/stylesheets %clean rm -rf $RPM_BUILD_ROOT @@ -71,6 +75,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/07/16 17:04:27 witekfl +- added R:libxslt-progs and xmlto +- added stylesheets to the package +- Rel 2 + Revision 1.7 2005/06/18 11:03:40 charles - restored lost changelog entry ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/asciidoc.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
