New version 0.0.19
This commit is contained in:
parent
3023f6e4c8
commit
c359ec05c0
@ -1 +1 @@
|
|||||||
xmlto-0.0.18.tar.bz2
|
xmlto-0.0.19.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1a06471b70eb27a6aca5d1b3a144f9b0 xmlto-0.0.18.tar.bz2
|
c536777e13bd5a03a4891b5ccaea0d00 xmlto-0.0.19.tar.bz2
|
||||||
|
17
xmlto.spec
17
xmlto.spec
@ -2,15 +2,13 @@
|
|||||||
|
|
||||||
Summary: A tool for converting XML files to various formats.
|
Summary: A tool for converting XML files to various formats.
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.18
|
Version: 0.0.19
|
||||||
Release: 17
|
Release: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cyberelk.net/tim/xmlto/
|
URL: http://cyberelk.net/tim/xmlto/
|
||||||
Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
||||||
Patch0: xmlto-basename.patch
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Patch1: xmlto-findwarning.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
||||||
|
|
||||||
BuildRequires: docbook-xsl >= 1.56.0
|
BuildRequires: docbook-xsl >= 1.56.0
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
@ -35,8 +33,6 @@ stylesheets.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .basename
|
|
||||||
%patch1 -p1 -b .findwarning
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch doc/xmlto.xml doc/xmlif.xml
|
touch doc/xmlto.xml doc/xmlif.xml
|
||||||
@ -45,11 +41,11 @@ make
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -58,6 +54,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/xmlto
|
%{_datadir}/xmlto
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 28 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.19-1
|
||||||
|
- new version 0.0.19
|
||||||
|
|
||||||
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-17
|
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-17
|
||||||
- generalized text-www-browser requirements(#174566)
|
- generalized text-www-browser requirements(#174566)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user