|
|
|
@ -1,16 +1,22 @@
|
|
|
|
|
Name: libfonts
|
|
|
|
|
Version: 1.1.3
|
|
|
|
|
Release: 35%{?dist}
|
|
|
|
|
Release: 47%{?dist}
|
|
|
|
|
Summary: TrueType Font Layouting
|
|
|
|
|
License: LGPLv2 and UCD
|
|
|
|
|
License: LGPL-2.1-only AND Unicode-DFS-2016
|
|
|
|
|
#Original source: http://downloads.sourceforge.net/jfreereport/%%{name}-%%{version}.zip
|
|
|
|
|
#unzip
|
|
|
|
|
#a) to simplify the licensing
|
|
|
|
|
#unzip, find . -name "*.jar" -exec rm {} \;, rm -r patches
|
|
|
|
|
#to simplify the licensing
|
|
|
|
|
Source: %{name}-%{version}-jars-itextpatch-deleted.zip
|
|
|
|
|
#b) to update data files to clearer license
|
|
|
|
|
#cd encodings
|
|
|
|
|
#wget -e robots=off --no-host-directories --recursive --no-parent --reject "index.html*" --cut-dirs=2 https://unicode.org/Public/MAPPINGS/
|
|
|
|
|
#rm -rf OBSOLETE
|
|
|
|
|
Source: %{name}-%{version}-jars-itextpatch_deleted-encodings_updated.zip
|
|
|
|
|
URL: http://reporting.pentaho.org/
|
|
|
|
|
BuildRequires: ant, java-devel, jpackage-utils, libloader >= 1.1.3
|
|
|
|
|
Requires: java-headless, jpackage-utils, libloader >= 1.1.3
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
Patch0: libfonts-1.1.2.build.patch
|
|
|
|
|
Patch1: libfonts-1.1.2.java11.patch
|
|
|
|
|
Patch2: libfonts-1.1.3-remove-antcontrib-support.patch
|
|
|
|
@ -30,10 +36,10 @@ Javadoc for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -c
|
|
|
|
|
%patch0 -p1 -b .build
|
|
|
|
|
%patch1 -p1 -b .java11
|
|
|
|
|
%patch2 -p1 -b .no_antcontrib
|
|
|
|
|
%patch3 -p1 -b .no_commons_logging
|
|
|
|
|
%patch -P0 -p1 -b .build
|
|
|
|
|
%patch -P1 -p1 -b .java11
|
|
|
|
|
%patch -P2 -p1 -b .no_antcontrib
|
|
|
|
|
%patch -P3 -p1 -b .no_commons_logging
|
|
|
|
|
find . -name "*.jar" -exec rm -f {} \;
|
|
|
|
|
rm -r source/org/pentaho/reporting/libraries/fonts/itext
|
|
|
|
|
mkdir -p lib
|
|
|
|
@ -61,12 +67,50 @@ cp -rp bin/javadoc/docs/api $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|
|
|
|
%{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.3-35
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Dec 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.3-47
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.3-34
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.1.3-46
|
|
|
|
|
- Rebuilt for java-21-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-45
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-44
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-43
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.1.3-42
|
|
|
|
|
- Bump EVR
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Caolán McNamara <caolanm@redhat.com> - 1.1.3-41
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-40
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-39
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 1.1.3-38
|
|
|
|
|
- Rebuilt for Drop i686 JDKs
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.1.3-37
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-36
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 02 2021 Caolán McNamara <caolanm@redhat.com> - 1.1.3-35
|
|
|
|
|
- prep for f36 mass rebuild for java-17-openjdk
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-34
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Mar 12 2021 Caolán McNamara <caolanm@redhat.com> - 1.1.3-33
|
|
|
|
|
- Related: rhbz#1895921 replace apache-commons-logging with java.util.logging
|
|
|
|
|