From bb36cc867ccd62a2c43bf41c449947b8c9e7de3d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 15 Oct 2020 13:05:33 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ttfautohint#4cf26bf5135f592b41d46a3db509c5a37fd072be --- .gitignore | 11 +++ sources | 1 + ttfautohint.spec | 177 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 189 insertions(+) create mode 100644 sources create mode 100644 ttfautohint.spec diff --git a/.gitignore b/.gitignore index e69de29..f2a78c0 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,11 @@ +/ttfautohint-0.97.tar.gz +/ttfautohint-1.00.tar.gz +/ttfautohint-1.1.tar.gz +/ttfautohint-1.2.tar.gz +/ttfautohint-1.3.tar.gz +/ttfautohint-1.5.tar.gz +/ttfautohint-1.6.tar.gz +/ttfautohint-1.7.tar.gz +/ttfautohint-1.8.1.tar.gz +/ttfautohint-1.8.2.tar.gz +/ttfautohint-1.8.3.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..b6a36f0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (ttfautohint-1.8.3.tar.gz) = cbf50a99d984955a9c23590870ae09c0954f0c1d3e8e9db4e8139d8e22d6f6a636eb8ea9c8a8322b020fcbbe70dcdbc36670a40356017033f559cb4f87226abf diff --git a/ttfautohint.spec b/ttfautohint.spec new file mode 100644 index 0000000..05f0e59 --- /dev/null +++ b/ttfautohint.spec @@ -0,0 +1,177 @@ +Name: ttfautohint +Version: 1.8.3 +Release: 4%{?dist} +Summary: Automated hinting utility for TrueType fonts +License: FTL or GPLv2 +URL: http://www.freetype.org/ttfautohint +Source0: http://download.savannah.gnu.org/releases/freetype/%{name}-%{version}.tar.gz + +BuildRequires: gcc gcc-c++ +BuildRequires: freetype-devel +BuildRequires: harfbuzz-devel +BuildRequires: pkgconfig +BuildRequires: qt5-qtbase-devel +Provides: bundled(gnulib) +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + +%description +This is a utility which takes a TrueType font as the input, removes its +bytecode instructions (if any), and returns a new font where all glyphs +are bytecode hinted using the information given by FreeType's autohinting +module. The idea is to provide the excellent quality of the autohinter on +platforms which don't use FreeType. + +%package gui +Summary: GUI for %{name} based on Qt +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + +%description gui +%{name} is a utility which takes a TrueType font as the input, removes its +bytecode instructions (if any), and returns a new font where all glyphs +are bytecode hinted using the information given by FreeType's autohinting +module. The idea is to provide the excellent quality of the autohinter on +platforms which don't use FreeType. + +This is a GUI of %{name} based on Qt. + +%package libs +Summary: Library for %{name} + +%description libs +lib%{name} is a library which takes a TrueType font as the input, removes its +bytecode instructions (if any), and returns a new font where all glyphs +are bytecode hinted using the information given by FreeType's autohinting +module. The idea is to provide the excellent quality of the autohinter on +platforms which don't use FreeType. + +%package devel +Summary: Development files for %{name}-libs +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + +%description devel +lib%{name} is a library which takes a TrueType font as the input, removes its +bytecode instructions (if any), and returns a new font where all glyphs +are bytecode hinted using the information given by FreeType's autohinting +module. The idea is to provide the excellent quality of the autohinter on +platforms which don't use FreeType. + + +%prep +%setup -q + +%build +%configure --disable-silent-rules --disable-static +%make_build + +%install +%make_install + +find %{buildroot} -name '*.la' -delete + +%ldconfig_scriptlets libs + +%files +%doc AUTHORS NEWS README THANKS TODO *.TXT +%doc doc/img doc/ttfautohint.{html,pdf,txt} +%license COPYING +%{_bindir}/ttfautohint + +%files gui +%license COPYING +%{_pkgdocdir}/ +%{_bindir}/ttfautohintGUI + +%files libs +%license COPYING +%{_libdir}/libttfautohint.so.1* + +%files devel +%license COPYING +%{_includedir}/ttfautohint*.h +%{_libdir}/libttfautohint.so +%{_libdir}/pkgconfig/ttfautohint.pc + +%changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.8.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 1.8.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 1.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Apr 10 2019 Yaakov Selkowitz - 1.8.3-1 +- new version (#1698372) + +* Sun Feb 03 2019 Fedora Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Nov 07 2018 Yaakov Selkowitz - 1.8.2-1 +- new version (#1607856) +- Fix stem width offset handling in storage area (#1646687) + +* Sat Jul 14 2018 Fedora Release Engineering - 1.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 07 2018 Yaakov Selkowitz - 1.8.1-3 +- Switch GUI to Qt5 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 12 2018 Yaakov Selkowitz - 1.8.1-1 +- new version (#1531029) +- add shared library + +* Tue Nov 14 2017 Yaakov Selkowitz - 1.7-1 +- new version (#1485670) + +* Thu Aug 03 2017 Fedora Release Engineering - 1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Feb 13 2017 Yaakov Selkowitz - 1.6-1 +- new version (#1400320) + +* Sat Feb 11 2017 Fedora Release Engineering - 1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Mar 31 2016 Yaakov Selkowitz - 1.5-1 +- new version (#1268839) + +* Fri Feb 05 2016 Fedora Release Engineering - 1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat May 02 2015 Kalev Lember - 1.3-2 +- Rebuilt for GCC 5 C++11 ABI change + +* Tue Jan 27 2015 Christopher Meng - 1.3-1 +- Update to 1.3 + +* Sat Oct 11 2014 Christopher Meng - 1.2-1 +- Update to 1.2 + +* Mon Aug 18 2014 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 07 2014 Christopher Meng - 1.1-1 +- Update to 1.1 + +* Sat Mar 22 2014 Christopher Meng - 1.00-1 +- Update to 1.00 + +* Wed Nov 13 2013 Christopher Meng - 0.97-1 +- Update to 0.97 +- Share docs between main<->sub package. + +* Fri Aug 09 2013 Christopher Meng - 0.96-1 +- Initial Package.