|
|
024217 |
Name: docbook2X
|
|
|
024217 |
Version: 0.8.8
|
|
|
024217 |
Release: 29%{?dist}
|
|
|
024217 |
Summary: Convert docbook into man and Texinfo
|
|
|
024217 |
|
|
|
024217 |
Group: Applications/Text
|
|
|
024217 |
License: MIT
|
|
|
024217 |
URL: http://docbook2x.sourceforge.net/
|
|
|
024217 |
Source0: http://downloads.sourceforge.net/docbook2x/docbook2X-%{version}.tar.gz
|
|
|
024217 |
|
|
|
024217 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
024217 |
|
|
|
024217 |
BuildRequires: perl-interpreter perl-generators libxslt openjade texinfo %{_bindir}/sgml2xml
|
|
|
024217 |
# required by the perl -c calls during build
|
|
|
024217 |
BuildRequires: perl(XML::SAX::ParserFactory)
|
|
|
024217 |
# rpmlint isn't happy with libxslt, but we need xsltproc
|
|
|
024217 |
Requires: libxslt openjade texinfo %{_bindir}/sgml2xml
|
|
|
024217 |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
024217 |
# Required by bin/* scripts, who does know why rpmbuild does not generate
|
|
|
024217 |
# dependencies automatically:
|
|
|
024217 |
Requires: perl(Exporter)
|
|
|
024217 |
Requires: perl(IO::File)
|
|
|
024217 |
Requires: perl(Text::Wrap)
|
|
|
024217 |
Requires: perl(vars)
|
|
|
024217 |
Requires: perl(XML::SAX::ParserFactory)
|
|
|
024217 |
|
|
|
024217 |
Requires(post): /sbin/install-info
|
|
|
024217 |
Requires(preun): /sbin/install-info
|
|
|
024217 |
|
|
|
024217 |
%description
|
|
|
024217 |
docbook2X converts DocBook documents into man pages and Texinfo
|
|
|
024217 |
documents.
|
|
|
024217 |
|
|
|
024217 |
|
|
|
024217 |
%prep
|
|
|
024217 |
%setup -q
|
|
|
024217 |
|
|
|
024217 |
%build
|
|
|
024217 |
# to avoid clashing with docbook2* from docbook-utils
|
|
|
024217 |
%configure --program-transform-name='s/docbook2/db2x_docbook2/'
|
|
|
024217 |
make %{?_smp_mflags}
|
|
|
024217 |
rm -rf __dist_html
|
|
|
024217 |
mkdir -p __dist_html/html
|
|
|
024217 |
cp -p doc/*.html __dist_html/html
|
|
|
024217 |
|
|
|
024217 |
|
|
|
024217 |
%install
|
|
|
024217 |
rm -rf $RPM_BUILD_ROOT
|
|
|
024217 |
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -c -p'
|
|
|
024217 |
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/
|
|
|
024217 |
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
024217 |
|
|
|
024217 |
|
|
|
024217 |
%clean
|
|
|
024217 |
rm -rf $RPM_BUILD_ROOT
|
|
|
024217 |
|
|
|
024217 |
%post
|
|
|
024217 |
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
|
|
024217 |
|
|
|
024217 |
%preun
|
|
|
024217 |
if [ $1 = 0 ]; then
|
|
|
024217 |
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
|
|
024217 |
fi
|
|
|
024217 |
|
|
|
024217 |
%files
|
|
|
024217 |
%defattr(-,root,root,-)
|
|
|
024217 |
%doc COPYING README THANKS AUTHORS __dist_html/html/
|
|
|
024217 |
%{_bindir}/db2x_manxml
|
|
|
024217 |
%{_bindir}/db2x_texixml
|
|
|
024217 |
%{_bindir}/db2x_xsltproc
|
|
|
024217 |
%{_bindir}/db2x_docbook2man
|
|
|
024217 |
%{_bindir}/db2x_docbook2texi
|
|
|
024217 |
%{_bindir}/sgml2xml-isoent
|
|
|
024217 |
%{_bindir}/utf8trans
|
|
|
024217 |
%dir %{_datadir}/docbook2X
|
|
|
024217 |
%{_datadir}/docbook2X/VERSION
|
|
|
024217 |
%dir %{_datadir}/docbook2X/charmaps
|
|
|
024217 |
%dir %{_datadir}/docbook2X/dtd
|
|
|
024217 |
%dir %{_datadir}/docbook2X/xslt
|
|
|
024217 |
%{_datadir}/docbook2X/charmaps/*
|
|
|
024217 |
%{_datadir}/docbook2X/dtd/*
|
|
|
024217 |
%{_datadir}/docbook2X/xslt/*
|
|
|
024217 |
%{_mandir}/man1/*.1*
|
|
|
024217 |
%{_infodir}/docbook2*
|
|
|
024217 |
|
|
|
024217 |
|
|
|
024217 |
%changelog
|
|
|
024217 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-29
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-28
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-27
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-26
|
|
|
024217 |
- Perl 5.26 rebuild
|
|
|
024217 |
|
|
|
024217 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-25
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-24
|
|
|
024217 |
- Perl 5.24 rebuild
|
|
|
024217 |
|
|
|
024217 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-23
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-22
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-21
|
|
|
024217 |
- Perl 5.22 rebuild
|
|
|
024217 |
|
|
|
024217 |
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-20
|
|
|
024217 |
- Perl 5.20 rebuild
|
|
|
024217 |
|
|
|
024217 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-19
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-18
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-17
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Thu Aug 01 2013 Petr Pisar <ppisar@redhat.com> - 0.8.8-16
|
|
|
024217 |
- Declare script dependencies explicitly
|
|
|
024217 |
|
|
|
024217 |
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.8.8-15
|
|
|
024217 |
- Perl 5.18 rebuild
|
|
|
024217 |
|
|
|
024217 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-14
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Mon Nov 05 2012 Caolán McNamara <caolanm@redhat.com> - 0.8.8-13
|
|
|
024217 |
- Resolves: rhbz#872580 license text is MIT-alike rather than BSD
|
|
|
024217 |
which fits with the upstream web-site declaration
|
|
|
024217 |
|
|
|
024217 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-12
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.8.8-11
|
|
|
024217 |
- Perl 5.16 rebuild
|
|
|
024217 |
|
|
|
024217 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-10
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.8.8-9
|
|
|
024217 |
- Perl mass rebuild
|
|
|
024217 |
|
|
|
024217 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-8
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.8.8-7
|
|
|
024217 |
- Mass rebuild with perl-5.12.0
|
|
|
024217 |
|
|
|
024217 |
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.8.8-6
|
|
|
024217 |
- rebuild against perl 5.10.1
|
|
|
024217 |
|
|
|
024217 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-5
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-4
|
|
|
024217 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
024217 |
|
|
|
024217 |
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.8-3
|
|
|
024217 |
Rebuild for new perl
|
|
|
024217 |
|
|
|
024217 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8.8-2
|
|
|
024217 |
- Autorebuild for GCC 4.3
|
|
|
024217 |
|
|
|
024217 |
* Wed Aug 8 2007 Patrice Dumas <pertusus@free.fr> 0.8.8-1
|
|
|
024217 |
- update to 0.8.8
|
|
|
024217 |
|
|
|
024217 |
* Mon Sep 11 2006 Patrice Dumas <pertusus@free.fr> 0.8.7-2
|
|
|
024217 |
- correct the perl-XML-SAX to be perl(XML::SAX::ParserFactory)
|
|
|
024217 |
|
|
|
024217 |
* Thu May 18 2006 Patrice Dumas <pertusus@free.fr> - 0.8.7-1
|
|
|
024217 |
- update to 0.8.7
|
|
|
024217 |
|
|
|
024217 |
* Fri Feb 17 2006 Patrice Dumas <pertusus@free.fr> - 0.8.6-1
|
|
|
024217 |
- update to 0.8.6
|
|
|
024217 |
- drop patch as SGMLSpl.pm is included in the scripts, not distributed
|
|
|
024217 |
- BR perl-XML-SAX (close 188481)
|
|
|
024217 |
|
|
|
024217 |
* Fri Feb 17 2006 Patrice Dumas <pertusus@free.fr> - 0.8.5-2
|
|
|
024217 |
- rebuild for fc5
|
|
|
024217 |
|
|
|
024217 |
* Fri Feb 3 2006 Patrice Dumas <pertusus@free.fr> - 0.8.5-1
|
|
|
024217 |
- FE submission
|