Compare commits
No commits in common. "c9s" and "c8s" have entirely different histories.
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
Name: sgml-common
|
Name: sgml-common
|
||||||
Version: 0.6.3
|
Version: 0.6.3
|
||||||
Release: 58%{?dist}
|
Release: 50%{?dist}
|
||||||
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Common SGML catalog and DTD files
|
Summary: Common SGML catalog and DTD files
|
||||||
|
|
||||||
@ -13,9 +14,9 @@ BuildArch: noarch
|
|||||||
#Actually - there is no homepage of this project, on that URL
|
#Actually - there is no homepage of this project, on that URL
|
||||||
#page you could get complete ISO 8879 listing as was on the
|
#page you could get complete ISO 8879 listing as was on the
|
||||||
#old page - only part of it is included in sgml-common package.
|
#old page - only part of it is included in sgml-common package.
|
||||||
URL: https://www.w3.org/2003/entities/
|
URL: http://www.w3.org/2003/entities/
|
||||||
|
|
||||||
Source0: https://www.sourceware.org/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tgz
|
Source0: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tgz
|
||||||
# Following 4 from openjade/pubtext - same maintainer as in SGML-common, so up2date:
|
# Following 4 from openjade/pubtext - same maintainer as in SGML-common, so up2date:
|
||||||
Source1: xml.dcl
|
Source1: xml.dcl
|
||||||
Source2: xml.soc
|
Source2: xml.soc
|
||||||
@ -32,7 +33,6 @@ Patch0: sgml-common-umask.patch
|
|||||||
Patch1: sgml-common-xmldir.patch
|
Patch1: sgml-common-xmldir.patch
|
||||||
Patch2: sgml-common-quotes.patch
|
Patch2: sgml-common-quotes.patch
|
||||||
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
Requires: %{_bindir}/basename
|
Requires: %{_bindir}/basename
|
||||||
@ -44,6 +44,7 @@ included in multiple packages. Sgml-common also includes an
|
|||||||
up-to-date Open Catalog file.
|
up-to-date Open Catalog file.
|
||||||
|
|
||||||
%package -n xml-common
|
%package -n xml-common
|
||||||
|
Group: Applications/Text
|
||||||
Summary: Common XML catalog and DTD files
|
Summary: Common XML catalog and DTD files
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Requires(pre): %{_bindir}/xmlcatalog
|
Requires(pre): %{_bindir}/xmlcatalog
|
||||||
@ -70,7 +71,8 @@ done
|
|||||||
%configure
|
%configure
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install htmldir='%{_datadir}/doc'
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR="$RPM_BUILD_ROOT" htmldir='%{_datadir}/doc' INSTALL='install -p'
|
||||||
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/xml
|
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/xml
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml/docbook
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml/docbook
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/sgml/docbook
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/sgml/docbook
|
||||||
@ -195,33 +197,8 @@ fi
|
|||||||
%{_datadir}/xml/datatypes.dtd
|
%{_datadir}/xml/datatypes.dtd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.3-58
|
* Fri Oct 05 2018 Ondrej Vasik <ovasik@redhat.com> - 0.6.3-50
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- add basic manpages for sgml.conf(5) and sgmlwhich(1) (#1613279)
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.3-57
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-56
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-55
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-54
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-53
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-52
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Oct 05 2018 Ondrej Vasik <ovasik@redhat.com> - 0.6.3-51
|
|
||||||
- add basic manpages for sgml.conf(5) and sgmlwhich(1) (#1612272)
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-50
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 12 2018 Jan Pazdziora <jpazdziora@redhat.com> - 0.6.3-49
|
* Tue Jun 12 2018 Jan Pazdziora <jpazdziora@redhat.com> - 0.6.3-49
|
||||||
- Package and catalog xmldsig-core-schema.xsd, XMLSchema.dtd, and datatypes.dtd
|
- Package and catalog xmldsig-core-schema.xsd, XMLSchema.dtd, and datatypes.dtd
|
||||||
|
1
sources
1
sources
@ -1,5 +1,4 @@
|
|||||||
SHA512 (sgml-common-0.6.3.tgz) = 3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c
|
SHA512 (sgml-common-0.6.3.tgz) = 3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c
|
||||||
SHA512 (sgml-common-automake.tar.gz) = 4861db1f12726e1cefd1f7565b71af1485c146b73ef32492fff58207e50fb58e134721bb28f640b59261e5aee7f9c46d33bca95f7cfeb8986cf1dbaf9f13ccb3
|
|
||||||
SHA512 (xml.xsd) = 9b4efba3b49a15ab3e0a429eec47eebd052be32286925b27ffbe0bddf42b2294979c70856d52e71c4e7f18f7bd3c8fc72cf6c258e2d700ea9a560a9863bd542f
|
SHA512 (xml.xsd) = 9b4efba3b49a15ab3e0a429eec47eebd052be32286925b27ffbe0bddf42b2294979c70856d52e71c4e7f18f7bd3c8fc72cf6c258e2d700ea9a560a9863bd542f
|
||||||
SHA512 (xmldsig-core-schema.xsd) = ce73effa9cc94a9958d1de465d9398e2c157f1fd6eac56e4e5e6e2bd7e9ef7aef7093d1af2789d99ce817d1a7899ebc5a6ebea17882b02ba3274dc5317c64c14
|
SHA512 (xmldsig-core-schema.xsd) = ce73effa9cc94a9958d1de465d9398e2c157f1fd6eac56e4e5e6e2bd7e9ef7aef7093d1af2789d99ce817d1a7899ebc5a6ebea17882b02ba3274dc5317c64c14
|
||||||
SHA512 (XMLSchema.dtd) = b978fa4df8a891654c4738952c6aeca0790ce16655ead566966a60900ce7067ccc21eb923b2dc3e8061f6d002f9d64a075e35047eace022812df23afe473ad0b
|
SHA512 (XMLSchema.dtd) = b978fa4df8a891654c4738952c6aeca0790ce16655ead566966a60900ce7067ccc21eb923b2dc3e8061f6d002f9d64a075e35047eace022812df23afe473ad0b
|
||||||
|
Loading…
Reference in New Issue
Block a user