Compare commits
No commits in common. "imports/c9/openjade-1.3.2-68.el9" and "c8s" have entirely different histories.
imports/c9
...
c8s
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/openjade-1.3.2.tar.gz
|
OpenSP-1.5.tar.gz
|
||||||
|
openjade-1.3.2.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
54e1999f41450fbd62c5d466002d79d3efca2321 SOURCES/openjade-1.3.2.tar.gz
|
|
0
SOURCES/config.guess → config.guess
vendored
0
SOURCES/config.guess → config.guess
vendored
0
SOURCES/config.sub → config.sub
vendored
0
SOURCES/config.sub → config.sub
vendored
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}
|
5
openjade-1.3.1-manpage.patch
Normal file
5
openjade-1.3.1-manpage.patch
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
--- openjade-1.3.1/docsrc/sgmlnorm.1.manpage 2002-06-13 17:45:48.000000000 +0100
|
||||||
|
+++ openjade-1.3.1/docsrc/sgmlnorm.1 2002-06-13 17:45:58.000000000 +0100
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-.so man1/sgmlnorm.1
|
||||||
|
+.so man1/osgmlnorm.1
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A DSSSL implementation
|
Summary: A DSSSL implementation
|
||||||
Name: openjade
|
Name: openjade
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 68%{?dist}
|
Release: 57%{?dist}
|
||||||
Requires: sgml-common
|
Requires: sgml-common
|
||||||
URL: http://openjade.sourceforge.net/
|
URL: http://openjade.sourceforge.net/
|
||||||
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
||||||
@ -24,17 +24,15 @@ Patch4: openjade-1.3.2-gcc46.patch
|
|||||||
#use Getopt:Std to prevent build failure
|
#use Getopt:Std to prevent build failure
|
||||||
Patch5: openjade-getoptperl.patch
|
Patch5: openjade-getoptperl.patch
|
||||||
License: DMIT
|
License: DMIT
|
||||||
|
Group: Applications/Text
|
||||||
|
|
||||||
#Last jade version is from Red Hat 6.2
|
#Last jade version is from Red Hat 6.2
|
||||||
Provides: jade = %{version}-%{release}
|
Provides: jade = %{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: opensp-devel
|
BuildRequires: opensp-devel
|
||||||
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl-POSIX
|
|
||||||
BuildRequires: perl-Getopt-Std
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
|
OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
|
||||||
@ -87,7 +85,7 @@ cd -
|
|||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{?ldconfig}
|
/sbin/ldconfig
|
||||||
/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
|
/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
|
||||||
%{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
|
%{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
|
||||||
|
|
||||||
@ -95,7 +93,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
/usr/bin/install-catalog --remove /etc/sgml/%{name}-%{version}-%{release}.soc \
|
/usr/bin/install-catalog --remove /etc/sgml/%{name}-%{version}-%{release}.soc \
|
||||||
%{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
|
%{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
|
||||||
|
|
||||||
%ldconfig_postun
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc jadedoc/* dsssl/README.jadetex
|
%doc jadedoc/* dsssl/README.jadetex
|
||||||
@ -108,41 +106,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_datadir}/sgml/%{name}-%{version}
|
%{_datadir}/sgml/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.2-68
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.2-67
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-66
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Aug 27 2020 Than Ngo <than@redhat.com> - 1.3.2-65
|
|
||||||
- fixed FTBFS
|
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-64
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-63
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-62
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-61
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-60
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 21 2018 Ondrej Vasik <ovasik@redhat.com> - 1.3.2-59
|
|
||||||
- BuildRequires for gcc-c++ (#1605320)
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-58
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 11 2018 Ondrej Vasik <ovasik@redhat.com> - 1.3.2-57
|
* Wed Jul 11 2018 Ondrej Vasik <ovasik@redhat.com> - 1.3.2-57
|
||||||
- License should be DMIT actually
|
- License should be DMIT actually
|
||||||
|
|
74
opensp-1.5-gcc34.patch
Normal file
74
opensp-1.5-gcc34.patch
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
--- OpenSP-1.5/include/Attribute.h.gcc33 2003-05-22 17:04:20.000000000 +0100
|
||||||
|
+++ OpenSP-1.5/include/Attribute.h 2003-05-22 17:04:48.000000000 +0100
|
||||||
|
@@ -25,12 +25,32 @@
|
||||||
|
class Entity;
|
||||||
|
class Notation;
|
||||||
|
class DeclaredValue;
|
||||||
|
-class AttributeValue;
|
||||||
|
class TokenizedAttributeValue;
|
||||||
|
class AttributeSemantics;
|
||||||
|
class AttributeContext;
|
||||||
|
class Syntax;
|
||||||
|
|
||||||
|
+class SP_API AttributeValue : public Resource {
|
||||||
|
+public:
|
||||||
|
+ enum Type {
|
||||||
|
+ implied,
|
||||||
|
+ cdata,
|
||||||
|
+ tokenized
|
||||||
|
+ };
|
||||||
|
+ AttributeValue();
|
||||||
|
+ virtual ~AttributeValue();
|
||||||
|
+ virtual AttributeSemantics *makeSemantics(const DeclaredValue *,
|
||||||
|
+ AttributeContext &,
|
||||||
|
+ const StringC &,
|
||||||
|
+ unsigned &,
|
||||||
|
+ unsigned &) const;
|
||||||
|
+ virtual Type info(const Text *&, const StringC *&) const = 0;
|
||||||
|
+ virtual const Text *text() const;
|
||||||
|
+ virtual Boolean recoverUnquoted(const StringC &, const Location &,
|
||||||
|
+ AttributeContext &, const StringC &);
|
||||||
|
+ static Boolean handleAsUnterminated(const Text &, AttributeContext &);
|
||||||
|
+};
|
||||||
|
+
|
||||||
|
class SP_API AttributeDefinitionDesc {
|
||||||
|
public:
|
||||||
|
AttributeDefinitionDesc() { }
|
||||||
|
@@ -380,27 +400,6 @@
|
||||||
|
ConstPtr<Notation> notation_;
|
||||||
|
};
|
||||||
|
|
||||||
|
-class SP_API AttributeValue : public Resource {
|
||||||
|
-public:
|
||||||
|
- enum Type {
|
||||||
|
- implied,
|
||||||
|
- cdata,
|
||||||
|
- tokenized
|
||||||
|
- };
|
||||||
|
- AttributeValue();
|
||||||
|
- virtual ~AttributeValue();
|
||||||
|
- virtual AttributeSemantics *makeSemantics(const DeclaredValue *,
|
||||||
|
- AttributeContext &,
|
||||||
|
- const StringC &,
|
||||||
|
- unsigned &,
|
||||||
|
- unsigned &) const;
|
||||||
|
- virtual Type info(const Text *&, const StringC *&) const = 0;
|
||||||
|
- virtual const Text *text() const;
|
||||||
|
- virtual Boolean recoverUnquoted(const StringC &, const Location &,
|
||||||
|
- AttributeContext &, const StringC &);
|
||||||
|
- static Boolean handleAsUnterminated(const Text &, AttributeContext &);
|
||||||
|
-};
|
||||||
|
-
|
||||||
|
class SP_API ImpliedAttributeValue : public AttributeValue {
|
||||||
|
public:
|
||||||
|
ImpliedAttributeValue();
|
||||||
|
--- OpenSP-1.5/include/RangeMap.cxx.gcc34 2004-01-31 13:50:50.000000000 +0000
|
||||||
|
+++ OpenSP-1.5/include/RangeMap.cxx 2004-01-31 13:51:36.000000000 +0000
|
||||||
|
@@ -7,6 +7,7 @@
|
||||||
|
#include "RangeMap.h"
|
||||||
|
#include "ISet.h"
|
||||||
|
#include "types.h"
|
||||||
|
+#include "constant.h"
|
||||||
|
|
||||||
|
#ifdef SP_NAMESPACE
|
||||||
|
namespace SP_NAMESPACE {
|
Loading…
Reference in New Issue
Block a user