Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
1
.docbook-utils.metadata
Normal file
1
.docbook-utils.metadata
Normal file
@ -0,0 +1 @@
|
||||
aae596844930e0e4bb7f8824024be0982cc4fa85 SOURCES/docbook-utils-0.6.14.tar.gz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
docbook-utils-0.6.14.tar.gz
|
||||
SOURCES/docbook-utils-0.6.14.tar.gz
|
||||
|
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: docbook-utils
|
||||
# $Id$
|
||||
NAME := docbook-utils
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attempt a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
@ -1,7 +1,6 @@
|
||||
Name: docbook-utils
|
||||
Version: 0.6.14
|
||||
Release: 44%{?dist}
|
||||
Group: Applications/Text
|
||||
Release: 54%{?dist}
|
||||
|
||||
Summary: Shell scripts for managing DocBook documents
|
||||
URL: http://sources.redhat.com/docbook-tools/
|
||||
@ -14,11 +13,12 @@ Requires: perl-SGMLSpm >= 1.03ii
|
||||
Requires: which grep gawk
|
||||
Requires: text-www-browser
|
||||
|
||||
# In the absence of an already-installed text-www-browser, prefer elinks
|
||||
Suggests: elinks
|
||||
# In the absence of an already-installed text-www-browser, prefer lynx
|
||||
Suggests: lynx
|
||||
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
|
||||
BuildRequires: make
|
||||
|
||||
BuildArch: noarch
|
||||
Source0: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tar.gz
|
||||
@ -47,13 +47,12 @@ files to other formats (for example, HTML, RTF, and PostScript), and
|
||||
for comparing SGML files.
|
||||
|
||||
%package pdf
|
||||
Requires: jadetex >= 2.5
|
||||
Requires: texlive-jadetex >= 7
|
||||
Requires: docbook-utils = %{version}
|
||||
Requires: tex(dvips)
|
||||
Requires: texlive-collection-fontsrecommended
|
||||
Requires: texlive-collection-htmlxml
|
||||
License: GPL+
|
||||
Group: Applications/Text
|
||||
Obsoletes: stylesheets-db2pdf <= %{version}-%{release}
|
||||
Provides: stylesheets-db2pdf = %{version}-%{release}
|
||||
Summary: A script for converting DocBook documents to PDF format
|
||||
@ -96,10 +95,7 @@ install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{ver
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT/tmp
|
||||
|
||||
%clean
|
||||
|
||||
%files
|
||||
%defattr (-,root,root,-)
|
||||
%doc README COPYING TODO
|
||||
%{_bindir}/jw
|
||||
%{_bindir}/docbook2html
|
||||
@ -127,7 +123,6 @@ rm -rf $RPM_BUILD_ROOT/tmp
|
||||
%{_mandir}/*/*-spec.*
|
||||
|
||||
%files pdf
|
||||
%defattr (-,root,root,-)
|
||||
%{_bindir}/docbook2pdf
|
||||
%{_bindir}/docbook2dvi
|
||||
%{_bindir}/docbook2ps
|
||||
@ -140,6 +135,37 @@ rm -rf $RPM_BUILD_ROOT/tmp
|
||||
%{_mandir}/*/docbook2ps.*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.14-54
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.14-53
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-52
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jan 18 2021 Kamil Dudka <kdudka@redhat.com> - 0.6.14-51
|
||||
- suggest lynx rather than elinks to satisfy text-www-browser
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-50
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-49
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-48
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-47
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-46
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Mar 12 2018 Ondrej Mosnáček <omosnace@redhat.com> - 0.6.14-45
|
||||
- Fix jadetex dependency
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
Loading…
Reference in New Issue
Block a user