From 5c46fc29a4fe9a52b22522531ab3c9cb5f933627 Mon Sep 17 00:00:00 2001 From: mbooth Date: Sun, 12 Dec 2010 12:50:37 +0000 Subject: [PATCH 01/24] Fix FTBFS due to ant changes. --- xml-stylebook-build-javadoc.patch | 2 +- xml-stylebook.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xml-stylebook-build-javadoc.patch b/xml-stylebook-build-javadoc.patch index 0189976..a43a189 100644 --- a/xml-stylebook-build-javadoc.patch +++ b/xml-stylebook-build-javadoc.patch @@ -54,7 +54,7 @@ + doctitle="${name} ${version-xalan-2} JavaDoc"> + + -+ ++ + + + diff --git a/xml-stylebook.spec b/xml-stylebook.spec index d368d55..63e5b30 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.5.b3_xalan2.svn313293%{?dist} +Release: 0.6.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -119,6 +119,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Sun Dec 12 2010 Mat Booth - 1.0-0.6.b3_xalan2.svn313293 +- Fix FTBFS due to ant upgrade. + * Sat Jun 12 2010 Mat Booth - 1.0-0.5.b3_xalan2.svn313293 - Link to local java API docs properly and fix requires on javadoc package. - Build with source and target levels of 1.5 so we don't have to require 1.6. From dad5c10457347346512818ac9de7922c1aa2b73d Mon Sep 17 00:00:00 2001 From: mbooth Date: Sun, 12 Dec 2010 13:21:28 +0000 Subject: [PATCH 02/24] Really fix FTBFS this time --- xml-stylebook.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 63e5b30..031e9e8 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.6.b3_xalan2.svn313293%{?dist} +Release: 0.7.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -24,10 +24,13 @@ BuildRequires: java-devel >= 1:1.6.0 BuildRequires: java-javadoc BuildRequires: jpackage-utils BuildRequires: ant +BuildRequires: xml-commons-apis BuildRequires: jaxp_parser_impl BuildRequires: dejavu-sans-fonts Requires: java Requires: jpackage-utils +Requires: xml-commons-apis +Requires: jaxp_parser_impl %description Apache XML Stylebook is a HTML documentation generator. @@ -77,7 +80,7 @@ ant # Build the examples (this serves as a good test suite) pushd docs rm run.bat -java -classpath "$(build-classpath jaxp_parser_impl):../bin/stylebook-%{version}-b3_xalan-2.jar" \ +java -classpath "$(build-classpath xml-commons-apis):$(build-classpath jaxp_parser_impl):../bin/stylebook-%{version}-b3_xalan-2.jar" \ org.apache.stylebook.StyleBook "targetDirectory=../results" book.xml ../styles/apachexml popd @@ -119,6 +122,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Sun Dec 12 2010 Mat Booth - 1.0-0.7.b3_xalan2.svn313293 +- Really fix FTBFS this time. + * Sun Dec 12 2010 Mat Booth - 1.0-0.6.b3_xalan2.svn313293 - Fix FTBFS due to ant upgrade. From 2525000809eaf92eb2faee398e55c29c1414798d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 23:26:51 -0600 Subject: [PATCH 03/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 031e9e8..b1e82cd 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.7.b3_xalan2.svn313293%{?dist} +Release: 0.8.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -122,6 +122,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.0-0.8.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Dec 12 2010 Mat Booth - 1.0-0.7.b3_xalan2.svn313293 - Really fix FTBFS this time. From 8985abf4718186e490e1d3b9af3ea598df424fa8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 03:02:33 -0600 Subject: [PATCH 04/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index b1e82cd..a871bae 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.8.b3_xalan2.svn313293%{?dist} +Release: 0.9.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -122,6 +122,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.0-0.9.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.0-0.8.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From eed37d5306d1024f16a8a98498be2d1b25fa27de Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 00:47:51 -0500 Subject: [PATCH 05/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index a871bae..17ee36e 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.9.b3_xalan2.svn313293%{?dist} +Release: 0.10.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -122,6 +122,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.0-0.10.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.0-0.9.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From be9829762af3f1d58828c091b7a7a53d13b62787 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:49:04 -0600 Subject: [PATCH 06/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 17ee36e..5bdb1a6 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.10.b3_xalan2.svn313293%{?dist} +Release: 0.11.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -122,6 +122,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.0-0.11.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.0-0.10.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From dae160a214c4df0336b53a6e8fc86415d3f26efc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:27:44 -0500 Subject: [PATCH 07/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 5bdb1a6..db3f112 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.11.b3_xalan2.svn313293%{?dist} +Release: 0.12.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -122,6 +122,9 @@ rm -rf %{buildroot} %{_datadir}/%{name} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.0-0.12.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.0-0.11.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 4be0ae5d2228517477eb69ba6142c09f88dd1074 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Sat, 10 Aug 2013 16:45:20 +0100 Subject: [PATCH 08/24] Update for newer guidelines --- xml-stylebook.spec | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index db3f112..17d4572 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.12.b3_xalan2.svn313293%{?dist} +Release: 0.13.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -17,7 +17,6 @@ Patch0: %{name}-image-printer.patch # Patch the build script to build javadocs Patch1: %{name}-build-javadoc.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 @@ -85,18 +84,13 @@ java -classpath "$(build-classpath xml-commons-apis):$(build-classpath jaxp_pars popd %install -rm -rf %{buildroot} - # jars install -pD -T bin/stylebook-%{version}-b3_xalan-2.jar \ - %{buildroot}%{_javadir}/%{name}-%{version}.jar -(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do \ - ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) + %{buildroot}%{_javadir}/%{name}.jar # javadoc -install -d %{buildroot}%{_javadocdir}/%{name}-%{version} -cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version} -(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name}) +install -d %{buildroot}%{_javadocdir}/%{name} +cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name} # examples install -d %{buildroot}%{_datadir}/%{name} @@ -104,24 +98,21 @@ cp -pr docs %{buildroot}%{_datadir}/%{name} cp -pr styles %{buildroot}%{_datadir}/%{name} cp -pr results %{buildroot}%{_datadir}/%{name} -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc LICENSE.txt %{_javadir}/* %files javadoc -%defattr(-,root,root,-) -%{_javadocdir}/%{name}-%{version} +%doc LICENSE.txt %{_javadocdir}/%{name} %files demo -%defattr(-,root,root,-) %{_datadir}/%{name} %changelog +* Sat Aug 10 2013 Mat Booth - 1.0-0.13.b3_xalan2.svn313293 +- Update for newer guidelines + * Sun Aug 04 2013 Fedora Release Engineering - 1.0-0.12.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -147,7 +138,7 @@ rm -rf %{buildroot} - Link to local java API docs properly and fix requires on javadoc package. - Build with source and target levels of 1.5 so we don't have to require 1.6. -* Mon Apr 22 2010 Mat Booth - 1.0-0.4.b3_xalan2.svn313293 +* Thu Apr 22 2010 Mat Booth - 1.0-0.4.b3_xalan2.svn313293 - Remove font from demo package to comply with guidelines. RHBZ #567912 * Mon Jan 11 2010 Mat Booth - 1.0-0.3.b3_xalan2.svn313293 From 294ed0232a43e97b5add957de886c73c64729cc7 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mon, 12 Aug 2013 17:09:37 +0100 Subject: [PATCH 09/24] Prefer xerces-j2 instead of gcj for providing jaxp_parser_impl --- xml-stylebook.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 17d4572..3ed63a7 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.13.b3_xalan2.svn313293%{?dist} +Release: 0.14.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -24,12 +24,12 @@ BuildRequires: java-javadoc BuildRequires: jpackage-utils BuildRequires: ant BuildRequires: xml-commons-apis -BuildRequires: jaxp_parser_impl +BuildRequires: xerces-j2 BuildRequires: dejavu-sans-fonts Requires: java Requires: jpackage-utils Requires: xml-commons-apis -Requires: jaxp_parser_impl +Requires: xerces-j2 %description Apache XML Stylebook is a HTML documentation generator. @@ -110,6 +110,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Mon Aug 12 2013 Mat Booth - 1.0-0.14.b3_xalan2.svn313293 +- Prefer xerces-j2 instead of gcj for providing jaxp_parser_impl + * Sat Aug 10 2013 Mat Booth - 1.0-0.13.b3_xalan2.svn313293 - Update for newer guidelines From 6f7778ff3926228e3ab62a9eb68d5ecae916ce44 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 4 Mar 2014 09:05:31 +0100 Subject: [PATCH 10/24] Use Requires: java-headless rebuild (#1067528) --- xml-stylebook.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 3ed63a7..62de7a7 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.14.b3_xalan2.svn313293%{?dist} +Release: 0.15.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -26,7 +26,7 @@ BuildRequires: ant BuildRequires: xml-commons-apis BuildRequires: xerces-j2 BuildRequires: dejavu-sans-fonts -Requires: java +Requires: java-headless Requires: jpackage-utils Requires: xml-commons-apis Requires: xerces-j2 @@ -110,6 +110,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.0-0.15.b3_xalan2.svn313293 +- Use Requires: java-headless rebuild (#1067528) + * Mon Aug 12 2013 Mat Booth - 1.0-0.14.b3_xalan2.svn313293 - Prefer xerces-j2 instead of gcj for providing jaxp_parser_impl From 0ae40dcacfc88c30eb5e849612fcb1c3d1cd2799 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 01:04:02 -0500 Subject: [PATCH 11/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 62de7a7..867c0fe 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.15.b3_xalan2.svn313293%{?dist} +Release: 0.16.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -110,6 +110,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.0-0.16.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Mar 04 2014 Stanislav Ochotnicky - 1.0-0.15.b3_xalan2.svn313293 - Use Requires: java-headless rebuild (#1067528) From 41db7840315b4646fc6b9888d07bc911430561c7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:07:40 +0000 Subject: [PATCH 12/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 867c0fe..232ff12 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.16.b3_xalan2.svn313293%{?dist} +Release: 0.17.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -110,6 +110,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.0-0.17.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.0-0.16.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 7e1e830b1fad1ad90d90e980d490309e36bef89d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:35:08 +0000 Subject: [PATCH 13/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 232ff12..d27cd5d 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.17.b3_xalan2.svn313293%{?dist} +Release: 0.18.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -110,6 +110,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.0-0.18.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.0-0.17.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From fe720f1d6c289f48bbbdfbcaebdeb33f9e0bb5b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:56:32 +0000 Subject: [PATCH 14/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index d27cd5d..258c0bd 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.18.b3_xalan2.svn313293%{?dist} +Release: 0.19.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook Group: Development/Libraries License: ASL 1.1 @@ -110,6 +110,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.0-0.19.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.0-0.18.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 6ac746e0786ab7e1dee8279db9044f79bc1eb345 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 3 Mar 2017 11:55:12 +0100 Subject: [PATCH 15/24] Update to current packaging guidelines --- xml-stylebook.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 258c0bd..4566e01 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,8 +1,7 @@ Name: xml-stylebook Version: 1.0 -Release: 0.19.b3_xalan2.svn313293%{?dist} +Release: 0.20.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook -Group: Development/Libraries License: ASL 1.1 URL: http://xml.apache.org/ @@ -20,14 +19,12 @@ Patch1: %{name}-build-javadoc.patch BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: java-javadoc -BuildRequires: jpackage-utils +BuildRequires: javapackages-local BuildRequires: ant BuildRequires: xml-commons-apis BuildRequires: xerces-j2 BuildRequires: dejavu-sans-fonts Requires: java-headless -Requires: jpackage-utils Requires: xml-commons-apis Requires: xerces-j2 @@ -36,15 +33,12 @@ Apache XML Stylebook is a HTML documentation generator. %package javadoc Summary: API documentation for %{name} -Group: Documentation -Requires: java-javadoc %description javadoc %{summary}. %package demo Summary: Examples for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description demo @@ -110,6 +104,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Fri Mar 3 2017 Mikolaj Izdebski - 1.0-0.20.b3_xalan2.svn313293 +- Update to current packaging guidelines + * Sat Feb 11 2017 Fedora Release Engineering - 1.0-0.19.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 6a800c8bc16d2983a3611a2f52fa21dc3184a532 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Thu, 30 Mar 2017 09:57:02 +0100 Subject: [PATCH 16/24] Fix FTBFS and javadoc linting errors Adopt license macro --- .gitignore | 4 ++++ xml-stylebook-build-javadoc.patch | 9 ++++----- xml-stylebook.spec | 28 ++++++++++------------------ 3 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index b19ef76..337e421 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ xml-stylebook-1.0.tar.gz +xml-stylebook-1.0/ +*.src.rpm +noarch/ +.build-*.log diff --git a/xml-stylebook-build-javadoc.patch b/xml-stylebook-build-javadoc.patch index a43a189..3f97298 100644 --- a/xml-stylebook-build-javadoc.patch +++ b/xml-stylebook-build-javadoc.patch @@ -25,7 +25,7 @@ - -+ ++ - @@ -38,12 +38,14 @@ -@@ -103,4 +101,25 @@ +@@ -103,4 +101,24 @@ + + + + -+ -+ -+ + + + diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 4566e01..e5bfb1d 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.20.b3_xalan2.svn313293%{?dist} +Release: 0.21.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -50,30 +50,18 @@ Examples demonstrating the use of %{name}. %patch1 -p0 # Remove bundled binaries -rm -r bin/*.jar +find -name *.jar -delete # Don't include this sample theme because it contains an errant font rm -r styles/christmas/ -# Make sure upstream hasn't sneaked in any jars we don't know about -JARS="" -for j in `find -name "*.jar"`; do - if [ ! -L $j ]; then - JARS="$JARS $j" - fi -done -if [ ! -z "$JARS" ]; then - echo "These jars should be deleted and symlinked to system jars: $JARS" - exit 1 -fi - %build -ant +ant -Dclasspath=$(build-classpath xml-commons-apis xerces-j2) # Build the examples (this serves as a good test suite) pushd docs rm run.bat -java -classpath "$(build-classpath xml-commons-apis):$(build-classpath jaxp_parser_impl):../bin/stylebook-%{version}-b3_xalan-2.jar" \ +java -classpath "$(build-classpath xml-commons-apis xerces-j2):../bin/stylebook-%{version}-b3_xalan-2.jar" \ org.apache.stylebook.StyleBook "targetDirectory=../results" book.xml ../styles/apachexml popd @@ -93,17 +81,21 @@ cp -pr styles %{buildroot}%{_datadir}/%{name} cp -pr results %{buildroot}%{_datadir}/%{name} %files -%doc LICENSE.txt +%license LICENSE.txt %{_javadir}/* %files javadoc -%doc LICENSE.txt +%license LICENSE.txt %{_javadocdir}/%{name} %files demo %{_datadir}/%{name} %changelog +* Thu Mar 30 2017 Mat Booth - 1.0-0.21.b3_xalan2.svn313293 +- Fix FTBFS and javadoc linting errors +- Adopt license macro + * Fri Mar 3 2017 Mikolaj Izdebski - 1.0-0.20.b3_xalan2.svn313293 - Update to current packaging guidelines From a7f8dd0c4c21eb8cb063f3bca82a1e6efc04db88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:12:29 +0000 Subject: [PATCH 17/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index e5bfb1d..7bb550e 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.21.b3_xalan2.svn313293%{?dist} +Release: 0.22.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -92,6 +92,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.0-0.22.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Mar 30 2017 Mat Booth - 1.0-0.21.b3_xalan2.svn313293 - Fix FTBFS and javadoc linting errors - Adopt license macro From 3d47a00762ff04fa5d91acc544a07d6488cdbdb0 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sat, 23 Sep 2017 11:22:34 +0200 Subject: [PATCH 18/24] Remove unneeded dependency on dejavu-sans-fonts --- xml-stylebook.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 7bb550e..058ee2b 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.22.b3_xalan2.svn313293%{?dist} +Release: 0.23.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -23,7 +23,6 @@ BuildRequires: javapackages-local BuildRequires: ant BuildRequires: xml-commons-apis BuildRequires: xerces-j2 -BuildRequires: dejavu-sans-fonts Requires: java-headless Requires: xml-commons-apis Requires: xerces-j2 @@ -92,6 +91,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sat Sep 23 2017 Mikolaj Izdebski - 1.0-0.23.b3_xalan2.svn313293 +- Remove unneeded dependency on dejavu-sans-fonts + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-0.22.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 7c53647227fa205d108f09b0f101da8ab8a6d555 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sat, 23 Sep 2017 15:24:18 +0200 Subject: [PATCH 19/24] Fix modularized build --- xml-stylebook.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 058ee2b..b6d9046 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.23.b3_xalan2.svn313293%{?dist} +Release: 0.24.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -23,6 +23,13 @@ BuildRequires: javapackages-local BuildRequires: ant BuildRequires: xml-commons-apis BuildRequires: xerces-j2 +%if !0%{?_module_build} +# Sans-serif font ("Arial") is required to build examples. +# XXX In modular world lets disable building examples until some fonts +# are properly modularized. +BuildRequires: dejavu-sans-fonts +%endif + Requires: java-headless Requires: xml-commons-apis Requires: xerces-j2 @@ -58,11 +65,13 @@ rm -r styles/christmas/ ant -Dclasspath=$(build-classpath xml-commons-apis xerces-j2) # Build the examples (this serves as a good test suite) +%if !0%{?_module_build} pushd docs rm run.bat java -classpath "$(build-classpath xml-commons-apis xerces-j2):../bin/stylebook-%{version}-b3_xalan-2.jar" \ org.apache.stylebook.StyleBook "targetDirectory=../results" book.xml ../styles/apachexml popd +%endif %install # jars @@ -77,7 +86,9 @@ cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name} install -d %{buildroot}%{_datadir}/%{name} cp -pr docs %{buildroot}%{_datadir}/%{name} cp -pr styles %{buildroot}%{_datadir}/%{name} +%if !0%{?_module_build} cp -pr results %{buildroot}%{_datadir}/%{name} +%endif %files %license LICENSE.txt @@ -91,6 +102,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sat Sep 23 2017 Mikolaj Izdebski - 1.0-0.24.b3_xalan2.svn313293 +- Fix modularized build + * Sat Sep 23 2017 Mikolaj Izdebski - 1.0-0.23.b3_xalan2.svn313293 - Remove unneeded dependency on dejavu-sans-fonts From 47e963e7291c3bc667f983e8f050f3aaf9debf24 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:45:51 +0000 Subject: [PATCH 20/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index b6d9046..f34ae97 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.24.b3_xalan2.svn313293%{?dist} +Release: 0.25.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -102,6 +102,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.0-0.25.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Sat Sep 23 2017 Mikolaj Izdebski - 1.0-0.24.b3_xalan2.svn313293 - Fix modularized build From 29766b174a8f2600931bb05e39c679383fcdc285 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:22:40 +0000 Subject: [PATCH 21/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index f34ae97..4db2819 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.25.b3_xalan2.svn313293%{?dist} +Release: 0.26.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -102,6 +102,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.0-0.26.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.0-0.25.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 72ba158e54180241a273bca6e6229608cbdfcbfe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:31:53 +0000 Subject: [PATCH 22/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 4db2819..4d5d7c0 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.26.b3_xalan2.svn313293%{?dist} +Release: 0.27.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -102,6 +102,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.0-0.27.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.0-0.26.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 2171ebe1fe6b4643b3adb44685fc25ec740c7223 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:19:29 +0000 Subject: [PATCH 23/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-stylebook.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-stylebook.spec b/xml-stylebook.spec index 4d5d7c0..14affaa 100644 --- a/xml-stylebook.spec +++ b/xml-stylebook.spec @@ -1,6 +1,6 @@ Name: xml-stylebook Version: 1.0 -Release: 0.27.b3_xalan2.svn313293%{?dist} +Release: 0.28.b3_xalan2.svn313293%{?dist} Summary: Apache XML Stylebook License: ASL 1.1 URL: http://xml.apache.org/ @@ -102,6 +102,9 @@ cp -pr results %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.0-0.28.b3_xalan2.svn313293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.0-0.27.b3_xalan2.svn313293 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From f9a6ade4b7c5253521638b8da39ffb8f8e006e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 10 Jan 2020 08:21:56 +0100 Subject: [PATCH 24/24] Orphaned for 6+ weeks --- .gitignore | 5 - dead.package | 1 + sources | 1 - xml-stylebook-build-javadoc.patch | 65 ---------- xml-stylebook-image-printer.patch | 35 ------ xml-stylebook.spec | 193 ------------------------------ 6 files changed, 1 insertion(+), 299 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xml-stylebook-build-javadoc.patch delete mode 100644 xml-stylebook-image-printer.patch delete mode 100644 xml-stylebook.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 337e421..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -xml-stylebook-1.0.tar.gz -xml-stylebook-1.0/ -*.src.rpm -noarch/ -.build-*.log diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 66e7a35..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -11b3e4d6e4e2b45ceb161b99c91b2893 xml-stylebook-1.0.tar.gz diff --git a/xml-stylebook-build-javadoc.patch b/xml-stylebook-build-javadoc.patch deleted file mode 100644 index 3f97298..0000000 --- a/xml-stylebook-build-javadoc.patch +++ /dev/null @@ -1,65 +0,0 @@ ---- build.xml.orig 2004-12-14 15:54:50.000000000 +0000 -+++ build.xml 2010-06-12 19:50:39.976589551 +0100 -@@ -54,17 +54,16 @@ - - - -+ - - -- -- -- - - - - - - -+ - - - -@@ -86,15 +85,14 @@ - - - -- -+ - -- - - - - - -- -+ - - - -@@ -103,4 +101,24 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - diff --git a/xml-stylebook-image-printer.patch b/xml-stylebook-image-printer.patch deleted file mode 100644 index 9b40c5c..0000000 --- a/xml-stylebook-image-printer.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- src/org/apache/stylebook/printers/ImagePrinter.java 1999-11-30 07:28:54.000000000 -0500 -+++ src/org/apache/stylebook/printers/ImagePrinter.java 2009-01-07 17:00:13.802150149 -0500 -@@ -8,7 +8,10 @@ - package org.apache.stylebook.printers; - - import org.apache.stylebook.*; --import com.sun.image.codec.jpeg.*; -+import javax.imageio.*; -+import javax.imageio.plugins.jpeg.*; -+import javax.imageio.metadata.*; -+import javax.imageio.stream.*; - import java.io.IOException; - import java.io.OutputStream; - import java.io.PrintStream; -@@ -144,11 +147,15 @@ - } - } - -- // Write out image (highest quality for jpeg data) -- JPEGEncodeParam jpar=JPEGCodec.getDefaultJPEGEncodeParam(img); -- jpar.setQuality(1,true); -- JPEGImageEncoder jenc=JPEGCodec.createJPEGEncoder(out,jpar); -- jenc.encode(img); -+ ImageWriter encoder = (ImageWriter)ImageIO.getImageWritersByFormatName("JPEG").next(); -+ JPEGImageWriteParam param = new JPEGImageWriteParam(null); -+ -+ param.setCompressionMode(ImageWriteParam.MODE_EXPLICIT); -+ param.setCompressionQuality(1); -+ -+ encoder.setOutput(ImageIO.createImageOutputStream(out)); -+ encoder.write((IIOMetadata) null, new IIOImage(img,null,null), param); -+ - out.flush(); - } - diff --git a/xml-stylebook.spec b/xml-stylebook.spec deleted file mode 100644 index 14affaa..0000000 --- a/xml-stylebook.spec +++ /dev/null @@ -1,193 +0,0 @@ -Name: xml-stylebook -Version: 1.0 -Release: 0.28.b3_xalan2.svn313293%{?dist} -Summary: Apache XML Stylebook -License: ASL 1.1 -URL: http://xml.apache.org/ - -# How to generate this tarball: -# $ svn export http://svn.apache.org/repos/asf/xml/stylebook/trunk/@313293 xml-stylebook-1.0 -# $ tar zcf xml-stylebook-1.0.tar.gz xml-stylebook-1.0 -Source0: %{name}-%{version}.tar.gz - -# Patch to fix an NPE in Xalan-J2's docs generation (from JPackage) -Patch0: %{name}-image-printer.patch - -# Patch the build script to build javadocs -Patch1: %{name}-build-javadoc.patch - -BuildArch: noarch - -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: javapackages-local -BuildRequires: ant -BuildRequires: xml-commons-apis -BuildRequires: xerces-j2 -%if !0%{?_module_build} -# Sans-serif font ("Arial") is required to build examples. -# XXX In modular world lets disable building examples until some fonts -# are properly modularized. -BuildRequires: dejavu-sans-fonts -%endif - -Requires: java-headless -Requires: xml-commons-apis -Requires: xerces-j2 - -%description -Apache XML Stylebook is a HTML documentation generator. - -%package javadoc -Summary: API documentation for %{name} - -%description javadoc -%{summary}. - -%package demo -Summary: Examples for %{name} -Requires: %{name} = %{version}-%{release} - -%description demo -Examples demonstrating the use of %{name}. - -%prep -%setup -q -%patch0 -p0 -%patch1 -p0 - -# Remove bundled binaries -find -name *.jar -delete - -# Don't include this sample theme because it contains an errant font -rm -r styles/christmas/ - -%build -ant -Dclasspath=$(build-classpath xml-commons-apis xerces-j2) - -# Build the examples (this serves as a good test suite) -%if !0%{?_module_build} -pushd docs -rm run.bat -java -classpath "$(build-classpath xml-commons-apis xerces-j2):../bin/stylebook-%{version}-b3_xalan-2.jar" \ - org.apache.stylebook.StyleBook "targetDirectory=../results" book.xml ../styles/apachexml -popd -%endif - -%install -# jars -install -pD -T bin/stylebook-%{version}-b3_xalan-2.jar \ - %{buildroot}%{_javadir}/%{name}.jar - -# javadoc -install -d %{buildroot}%{_javadocdir}/%{name} -cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name} - -# examples -install -d %{buildroot}%{_datadir}/%{name} -cp -pr docs %{buildroot}%{_datadir}/%{name} -cp -pr styles %{buildroot}%{_datadir}/%{name} -%if !0%{?_module_build} -cp -pr results %{buildroot}%{_datadir}/%{name} -%endif - -%files -%license LICENSE.txt -%{_javadir}/* - -%files javadoc -%license LICENSE.txt -%{_javadocdir}/%{name} - -%files demo -%{_datadir}/%{name} - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 1.0-0.28.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.0-0.27.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0-0.26.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0-0.25.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Sep 23 2017 Mikolaj Izdebski - 1.0-0.24.b3_xalan2.svn313293 -- Fix modularized build - -* Sat Sep 23 2017 Mikolaj Izdebski - 1.0-0.23.b3_xalan2.svn313293 -- Remove unneeded dependency on dejavu-sans-fonts - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0-0.22.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Mar 30 2017 Mat Booth - 1.0-0.21.b3_xalan2.svn313293 -- Fix FTBFS and javadoc linting errors -- Adopt license macro - -* Fri Mar 3 2017 Mikolaj Izdebski - 1.0-0.20.b3_xalan2.svn313293 -- Update to current packaging guidelines - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0-0.19.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.0-0.18.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.0-0.17.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.0-0.16.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Mar 04 2014 Stanislav Ochotnicky - 1.0-0.15.b3_xalan2.svn313293 -- Use Requires: java-headless rebuild (#1067528) - -* Mon Aug 12 2013 Mat Booth - 1.0-0.14.b3_xalan2.svn313293 -- Prefer xerces-j2 instead of gcj for providing jaxp_parser_impl - -* Sat Aug 10 2013 Mat Booth - 1.0-0.13.b3_xalan2.svn313293 -- Update for newer guidelines - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0-0.12.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.0-0.11.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.0-0.10.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.0-0.9.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.0-0.8.b3_xalan2.svn313293 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Dec 12 2010 Mat Booth - 1.0-0.7.b3_xalan2.svn313293 -- Really fix FTBFS this time. - -* Sun Dec 12 2010 Mat Booth - 1.0-0.6.b3_xalan2.svn313293 -- Fix FTBFS due to ant upgrade. - -* Sat Jun 12 2010 Mat Booth - 1.0-0.5.b3_xalan2.svn313293 -- Link to local java API docs properly and fix requires on javadoc package. -- Build with source and target levels of 1.5 so we don't have to require 1.6. - -* Thu Apr 22 2010 Mat Booth - 1.0-0.4.b3_xalan2.svn313293 -- Remove font from demo package to comply with guidelines. RHBZ #567912 - -* Mon Jan 11 2010 Mat Booth - 1.0-0.3.b3_xalan2.svn313293 -- Build the examples (this serves as a good test suite.) -- Patch the build script to build javadocs. -- Add a build dep on a font package because the JDK is missing a dependency - to function correctly in headless mode. See RHBZ #478480 and #521523. - -* Tue Jan 5 2010 Mat Booth - 1.0-0.2.b3_xalan2.svn313293 -- Add patch from JPackage to fix NPE in Xalan-J2 doc generation. - -* Tue Jan 5 2010 Mat Booth - 1.0-0.1.b3_xalan2.svn313293 -- Initial stab at packaging trunk version of stylebook. -