aef3d3
Name:           xmltoman
aef3d3
Version:        0.4
23037b
Release:        9%{?dist}
aef3d3
Summary:        Scripts for converting XML to roff or HTML
aef3d3
aef3d3
Group:          Applications/Publishing
aef3d3
License:        GPLv2+
aef3d3
URL:            http://sourceforge.net/projects/xmltoman/
aef3d3
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
aef3d3
Patch0:         xmltoman-0.3-timestamps.patch
aef3d3
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
aef3d3
aef3d3
BuildRequires:  perl(XML::Parser)
aef3d3
BuildArch:      noarch
aef3d3
aef3d3
%description
aef3d3
This package provides xmltoman and xmlmantohtml scripts, to compile
aef3d3
the xml representation of manual page to either roff source, or HTML
aef3d3
(while providing the CSS stylesheet for eye-candy look). XSL stylesheet
aef3d3
for doing rougly the same job is provided.
aef3d3
aef3d3
aef3d3
%prep
aef3d3
%setup -q
aef3d3
%patch0 -p1 -b .timestamps
aef3d3
aef3d3
aef3d3
%build
aef3d3
make %{?_smp_mflags}
aef3d3
aef3d3
aef3d3
%install
aef3d3
rm -rf $RPM_BUILD_ROOT
aef3d3
make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
aef3d3
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
aef3d3
cp -p *.1 $RPM_BUILD_ROOT%{_mandir}/man1
aef3d3
aef3d3
%clean
aef3d3
rm -rf $RPM_BUILD_ROOT
aef3d3
aef3d3
aef3d3
%files
aef3d3
%defattr(-,root,root,-)
aef3d3
%{_bindir}/xmltoman
aef3d3
%{_bindir}/xmlmantohtml
aef3d3
%{_datadir}/xmltoman
aef3d3
%{_mandir}/*/*
aef3d3
%doc COPYING README
aef3d3
aef3d3
aef3d3
%changelog
23037b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4-9
23037b
- Mass rebuild 2013-12-27
23037b
aef3d3
* Thu Mar 21 2013 Ondrej Vasik <ovasik@redhat.com> 0.4-8
aef3d3
- Ship manpages
aef3d3
aef3d3
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7
aef3d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
aef3d3
aef3d3
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6
aef3d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aef3d3
aef3d3
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
aef3d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aef3d3
aef3d3
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
aef3d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
aef3d3
aef3d3
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
aef3d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
aef3d3
aef3d3
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
aef3d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
aef3d3
aef3d3
* Thu May 29 2008 Lubomir Rintel <lkundrak@v3.sk> - 0.4-1
aef3d3
- New upstream release
aef3d3
aef3d3
* Wed Mar 12 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.3-2
aef3d3
- Preserve timestamps, sanitize requires (thanks to Parag AN)
aef3d3
aef3d3
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0.3-1
aef3d3
- Initial packaging attempt