Remove binary JAR files and replace them with available dependencies

This commit is contained in:
Ondřej Sloup 2024-07-10 11:00:12 +02:00
parent 64ad673f58
commit cdcc1b5b31

View File

@ -1,6 +1,6 @@
Name: docbook5-style-xsl
Version: 1.79.2
Release: 19%{?dist}
Release: 20%{?dist}
Summary: Norman Walsh's XSL stylesheets for DocBook 5.X
@ -17,6 +17,24 @@ Requires(post): libxml2 >= 2.4.8
Requires(postun): libxml2 >= 2.4.8
Conflicts: passivetex < 1.21
# Provide an alternative to removed JAR files via Fedora Packages
# lucene-core.jar (lucene-core-3.0.0.jar), lucene-analysis-common.jar (lucene-analyzers-3.0.0.jar)
Requires: lucene-core lucene-analysis-common
# ant-apache-xalan2.jar (xalan27.jar)
Requires: ant-apache-xalan2
# tagsoup.jar (tagsoup-1.2.1.jar)
Requires: tagsoup
# apache-commons-codec.jar (commons-codec-1.3.jar), apache-commons-logging.jar (commons-logging-1.1.1.jar)
Requires: apache-commons-codec apache-commons-logging
# xml-commons-apis.jar (xml-apis.jar), xml-commons-resolver.jar (xmlresolver.jar)
Requires: xml-commons-apis xml-commons-resolver
# xerces-j2.jar (xercesImpl.jar)
Requires: xerces-j2
# xalan-j2.jar, xalan-j2-serializer.jar,jaxp_transform_impl.jar, xsltc.jar (xsltc.jar, xalan.jar, serializer.jar)
Requires: xalan-j2 xalan-j2-xsltc
# ant-contrib.jar (ant-contrib-1.0b3.jar)
Requires: ant-contrib
BuildArch: noarch
Source0: https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F{%version}/docbook-xsl-%{version}.tar.bz2
@ -44,11 +62,21 @@ This package contains Java extensions for XSL namespace aware stylesheets.
%prep
%setup -q -n docbook-xsl-%{version}
#remove .gitignore files
# Remove .gitignore files
rm -rf $(find -name '.gitignore' -type f)
#make ruby scripts executable
# Remove binary JAR files
rm -f extensions/*.jar
rm -f tools/lib/*.jar
# Make ruby scripts executable
chmod +x epub/bin/dbtoepub
# Remove misc
rm slides/slidy/scripts/slidy.js.gz
rm roundtrip/template.dot
%build
%install
@ -110,6 +138,10 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Sat Jun 29 2024 Ondrej Sloup <osloup@redhat.com> - 1.79.2-20
- Remove binary JAR files and replace them with available dependencies
- Related: RHEL-37894
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.79.2-19
- Bump release for June 2024 mass rebuild