Compare commits
No commits in common. "c9-beta" and "c8" have entirely different histories.
@ -1,18 +1,18 @@
|
|||||||
Name: docbook2X
|
Name: docbook2X
|
||||||
Version: 0.8.8
|
Version: 0.8.8
|
||||||
Release: 40%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: Convert docbook into man and Texinfo
|
Summary: Convert docbook into man and Texinfo
|
||||||
|
|
||||||
|
Group: Applications/Text
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://docbook2x.sourceforge.net/
|
URL: http://docbook2x.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/docbook2x/docbook2X-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/docbook2x/docbook2X-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: perl-interpreter perl-generators libxslt openjade texinfo %{_bindir}/sgml2xml
|
BuildRequires: perl-interpreter perl-generators libxslt openjade texinfo %{_bindir}/sgml2xml
|
||||||
# required by the perl -c calls during build
|
# required by the perl -c calls during build
|
||||||
BuildRequires: perl(XML::SAX::ParserFactory)
|
BuildRequires: perl(XML::SAX::ParserFactory)
|
||||||
BuildRequires: make
|
|
||||||
# rpmlint isn't happy with libxslt, but we need xsltproc
|
# rpmlint isn't happy with libxslt, but we need xsltproc
|
||||||
Requires: libxslt openjade texinfo %{_bindir}/sgml2xml
|
Requires: libxslt openjade texinfo %{_bindir}/sgml2xml
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
@ -24,6 +24,9 @@ Requires: perl(Text::Wrap)
|
|||||||
Requires: perl(vars)
|
Requires: perl(vars)
|
||||||
Requires: perl(XML::SAX::ParserFactory)
|
Requires: perl(XML::SAX::ParserFactory)
|
||||||
|
|
||||||
|
Requires(post): /sbin/install-info
|
||||||
|
Requires(preun): /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
docbook2X converts DocBook documents into man pages and Texinfo
|
docbook2X converts DocBook documents into man pages and Texinfo
|
||||||
documents.
|
documents.
|
||||||
@ -48,7 +51,19 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/
|
|||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||||
|
|
||||||
|
%preun
|
||||||
|
if [ $1 = 0 ]; then
|
||||||
|
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||||
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README THANKS AUTHORS __dist_html/html/
|
%doc COPYING README THANKS AUTHORS __dist_html/html/
|
||||||
%{_bindir}/db2x_manxml
|
%{_bindir}/db2x_manxml
|
||||||
%{_bindir}/db2x_texixml
|
%{_bindir}/db2x_texixml
|
||||||
@ -70,40 +85,6 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.8-40
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.8-39
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-38
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-37
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-36
|
|
||||||
- Perl 5.32 rebuild
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-35
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-34
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-33
|
|
||||||
- Perl 5.30 rebuild
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-32
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-31
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.8-30
|
|
||||||
- Perl 5.28 rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-29
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-29
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user