SPECS: asciidoc.spec - up to 7.1.2 - more files - more docs

witekfl witekfl at pld-linux.org
Mon Jul 17 20:00:06 CEST 2006


Author: witekfl                      Date: Mon Jul 17 18:00:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 7.1.2
- more files
- more docs

---- Files affected:
SPECS:
   asciidoc.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/asciidoc.spec
diff -u SPECS/asciidoc.spec:1.9 SPECS/asciidoc.spec:1.10
--- SPECS/asciidoc.spec:1.9	Mon Jul 17 19:22:47 2006
+++ SPECS/asciidoc.spec	Mon Jul 17 20:00:01 2006
@@ -2,12 +2,12 @@
 Summary:	A tool for converting text files to various formats
 Summary(pl):	Narzędzie do konwersji plików tekstowych do różnych formatów
 Name:		asciidoc
-Version:	7.0.0
-Release:	2
+Version:	7.1.2
+Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://www.methods.co.nz/asciidoc/%{name}-%{version}.tar.gz
-# Source0-md5:	fdce1bb38f9ec8b333ced4f22f5e95a0
+# Source0-md5:	554af81fb0e578a77ede4359ef79db69
 URL:		http://www.methods.co.nz/asciidoc/index.html
 Requires:	python >= 2.3
 Requires:	python-modules >= 2.3
@@ -40,14 +40,16 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/asciidoc/{filters,stylesheets},%{_mandir}/man1,%{_sysconfdir}}
-install -d $RPM_BUILD_ROOT%{_datadir}/asciidoc/images/{callouts,jimmac,plain}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT%{_datadir}/asciidoc/{docbook-xsl,javascripts,filters,stylesheets}
+install -d $RPM_BUILD_ROOT%{_datadir}/asciidoc/images/icons/callouts
 
 install *.conf $RPM_BUILD_ROOT%{_sysconfdir}
 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}/{} \;;
+for i in docbook-xsl filters images javascripts stylesheets
+do
+	find $i -type f -exec install {} $RPM_BUILD_ROOT%{_datadir}/%{name}/{} \;;
+done
 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
@@ -57,14 +59,16 @@
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS README
+%doc BUGS CHANGELOG README doc/asciidoc.html examples
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %dir %{_datadir}/%{name}
 %attr(755,root,root) %{_datadir}/%{name}/asciidoc.py
+%{_datadir}/%{name}/docbook-xsl
 %{_datadir}/%{name}/filters
 %{_datadir}/%{name}/images
+%{_datadir}/%{name}/javascripts
 %{_datadir}/%{name}/stylesheets
 %{_mandir}/man1/*
 
@@ -74,6 +78,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/07/17 18:00:01  witekfl
+- up to 7.1.2
+- more files
+- more docs
+
 Revision 1.9  2006/07/17 17:22:47  witekfl
 - libxslt-progs is already required by xmlto
 
================================================================

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



More information about the pld-cvs-commit mailing list