diff --git a/README.md b/README.md index 4693ce0..0e1773d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # xmlto +xmlto is a front-end to an XSL toolchain. +It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. +It also performs any necessary post-processing. + diff --git a/xmlto.spec b/xmlto.spec new file mode 100644 index 0000000..821c84f --- /dev/null +++ b/xmlto.spec @@ -0,0 +1,66 @@ +Name: xmlto +Version: 0.0.26 +Release: 1mamba +Summary: A front-end to an XSL toolchain +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://cyberelk.net/tim/xmlto/ +Source: https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: docbook-dtds >= 1.0, docbook-xsl >= 1.68.1, libxml2-utils >= 2.6.17 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +xmlto is a front-end to an XSL toolchain. +It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. +It also performs any necessary post-processing. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README +%{_bindir}/xml* +%{_mandir}/man1/* +%dir %{_datadir}/xmlto +%{_datadir}/xmlto/* + +%changelog +* Fri Apr 11 2014 Automatic Build System 0.0.26-1mamba +- automatic update by autodist + +* Sat Apr 21 2012 Silvan Calarco 0.0.25-1mamba +- update to 0.0.25 + +* Tue Jul 19 2011 Automatic Build System 0.0.24-1mamba +- automatic update by autodist + +* Tue Sep 29 2009 Automatic Build System 0.0.23-1mamba +- automatic update by autodist + +* Fri May 08 2009 Ercole 'ercolinux' Carpanetto 0.0.22-1mamba +- update to 0.0.22 +- changed the source url + +* Fri Jun 13 2008 Silvan Calarco 0.0.20-1mamba +- update to 0.0.20 + +* Tue Feb 22 2005 Silvan Calarco 0.0.18-1qilnx +- package created by autospec