Blame SPECS/mingw-harfbuzz.spec

d78513
%{?mingw_package_header}
d78513
d78513
Name:           mingw-harfbuzz
d78513
Version:        1.4.8
d78513
Release:        3%{?dist}
d78513
Summary:        MinGW Windows Harfbuzz library
d78513
d78513
License:        MIT
d78513
URL:            http://www.harfbuzz.org
d78513
Source0:        http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
d78513
d78513
# Allow the freetype dependency to be optional at runtime
d78513
Patch0:         harfbuzz-enable-delayload-freetype.patch
d78513
d78513
BuildArch:      noarch
1d6fd8
ExclusiveArch:  %{ix86} x86_64 %{arm}
d78513
d78513
BuildRequires:  mingw32-filesystem >= 95
d78513
BuildRequires:  mingw32-gcc
d78513
BuildRequires:  mingw32-glib2
d78513
BuildRequires:  mingw32-freetype
d78513
BuildRequires:  mingw32-cairo
d78513
BuildRequires:  mingw32-icu
d78513
d78513
BuildRequires:  mingw64-filesystem >= 95
d78513
BuildRequires:  mingw64-gcc
d78513
BuildRequires:  mingw64-glib2
d78513
BuildRequires:  mingw64-freetype
d78513
BuildRequires:  mingw64-cairo
d78513
BuildRequires:  mingw64-icu
d78513
d78513
# Needed for the delay-load patch
d78513
BuildRequires:  mingw-w64-tools
d78513
BuildRequires:  autoconf automake libtool
d78513
d78513
d78513
%description
d78513
HarfBuzz is an implementation of the OpenType Layout engine.
d78513
d78513
d78513
# Win32
d78513
%package -n mingw32-harfbuzz
d78513
Summary:        MinGW Windows Harfbuzz library
d78513
d78513
%description -n mingw32-harfbuzz
d78513
HarfBuzz is an implementation of the OpenType Layout engine.
d78513
d78513
%package -n mingw32-harfbuzz-static
d78513
Summary:        Static version of the MinGW Windows Harfbuzz library
d78513
Requires:       mingw32-harfbuzz = %{version}-%{release}
d78513
Requires:       mingw32-glib2-static
d78513
d78513
%description -n mingw32-harfbuzz-static
d78513
Static version of the MinGW Windows Harfbuzz library.
d78513
d78513
# Win64
d78513
%package -n mingw64-harfbuzz
d78513
Summary:        MinGW Windows Harfbuzz library
d78513
d78513
%description -n mingw64-harfbuzz
d78513
HarfBuzz is an implementation of the OpenType Layout engine.
d78513
d78513
%package -n mingw64-harfbuzz-static
d78513
Summary:        Static version of the MinGW Windows Harfbuzz library
d78513
Requires:       mingw64-harfbuzz = %{version}-%{release}
d78513
Requires:       mingw64-glib2-static
d78513
d78513
%description -n mingw64-harfbuzz-static
d78513
Static version of the MinGW Windows Harfbuzz library.
d78513
d78513
d78513
%{?mingw_debug_package}
d78513
d78513
d78513
%prep
d78513
%setup -q -n harfbuzz-%{version}
d78513
%patch0 -p1
d78513
autoreconf -i --force
d78513
d78513
d78513
%build
d78513
%mingw_configure --enable-shared --enable-static --enable-delay-load
d78513
%mingw_make %{?_smp_mflags} V=1
d78513
d78513
d78513
%install
d78513
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
d78513
d78513
# Drop all .la files
d78513
find $RPM_BUILD_ROOT -name "*.la" -delete
d78513
d78513
d78513
# Win32
d78513
%files -n mingw32-harfbuzz
d78513
%license COPYING
d78513
%{mingw32_bindir}/hb-ot-shape-closure.exe
d78513
%{mingw32_bindir}/hb-shape.exe
d78513
%{mingw32_bindir}/hb-view.exe
d78513
%{mingw32_bindir}/libharfbuzz-0.dll
d78513
%{mingw32_bindir}/libharfbuzz-icu-0.dll
d78513
%{mingw32_includedir}/harfbuzz/
d78513
%{mingw32_libdir}/libharfbuzz.dll.a
d78513
%{mingw32_libdir}/libharfbuzz-icu.dll.a
d78513
%{mingw32_libdir}/pkgconfig/harfbuzz.pc
d78513
%{mingw32_libdir}/pkgconfig/harfbuzz-icu.pc
d78513
d78513
%files -n mingw32-harfbuzz-static
d78513
%{mingw32_libdir}/libharfbuzz.a
d78513
%{mingw32_libdir}/libharfbuzz-icu.a
d78513
d78513
# Win64
d78513
%files -n mingw64-harfbuzz
d78513
%license COPYING
d78513
%{mingw64_bindir}/hb-ot-shape-closure.exe
d78513
%{mingw64_bindir}/hb-shape.exe
d78513
%{mingw64_bindir}/hb-view.exe
d78513
%{mingw64_bindir}/libharfbuzz-0.dll
d78513
%{mingw64_bindir}/libharfbuzz-icu-0.dll
d78513
%{mingw64_includedir}/harfbuzz/
d78513
%{mingw64_libdir}/libharfbuzz.dll.a
d78513
%{mingw64_libdir}/libharfbuzz-icu.dll.a
d78513
%{mingw64_libdir}/pkgconfig/harfbuzz.pc
d78513
%{mingw64_libdir}/pkgconfig/harfbuzz-icu.pc
d78513
d78513
%files -n mingw64-harfbuzz-static
d78513
%{mingw64_libdir}/libharfbuzz.a
d78513
%{mingw64_libdir}/libharfbuzz-icu.a
d78513
d78513
d78513
%changelog
d78513
* Thu Aug 16 2018 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 1.4.8-3
d78513
- ExclusiveArch: i686, x86_64
d78513
  Related: rhbz#1615874
d78513
d78513
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-2
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d78513
d78513
* Sun Oct 15 2017 Kalev Lember <klember@redhat.com> - 1.4.8-1
d78513
- Update to 1.4.8
d78513
d78513
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d78513
d78513
* Mon Jun 19 2017 Kalev Lember <klember@redhat.com> - 1.4.4-1
d78513
- Update to 1.4.4
d78513
d78513
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d78513
d78513
* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 1.3.2-2
d78513
- Rebuilt for mingw-icu 57
d78513
d78513
* Sun Oct 16 2016 Kalev Lember <klember@redhat.com> - 1.3.2-1
d78513
- Update to 1.3.2
d78513
d78513
* Wed Aug 10 2016 Kalev Lember <klember@redhat.com> - 1.3.0-1
d78513
- Update to 1.3.0
d78513
d78513
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 1.2.7-1
d78513
- Update to 1.2.7
d78513
d78513
* Sat Apr  9 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.2.6-1
d78513
- Update to 1.2.6
d78513
d78513
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d78513
d78513
* Thu Dec 31 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.1.2-1
d78513
- Update to 1.1.2
d78513
- Make freetype an optional runtime dependency instead of a hard dependency (using delay load)
d78513
- Perform verbose make
d78513
d78513
* Fri Sep 25 2015 Kalev Lember <klember@redhat.com> - 1.0.3-1
d78513
- Update to 1.0.3
d78513
d78513
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 1.0.2-1
d78513
- Update to 1.0.2
d78513
d78513
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 1.0.1-1
d78513
- Update to 1.0.1
d78513
d78513
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.40-2
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d78513
d78513
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.40-1
d78513
- Update to 0.9.40
d78513
- Use license macro for the COPYING file
d78513
d78513
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-2
d78513
- Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages
d78513
d78513
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-1
d78513
- Update to 0.9.37
d78513
d78513
* Sat Nov 15 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.34-1
d78513
- Update to 0.9.34
d78513
d78513
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.28-2
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d78513
d78513
* Thu May 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.28-1
d78513
- Update to 0.9.28
d78513
d78513
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.27-1
d78513
- Update to 0.9.27
d78513
d78513
* Sat Jan 25 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.25-1
d78513
- Update to 0.9.25
d78513
d78513
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.24-1
d78513
- Update to 0.9.24
d78513
d78513
* Sat Sep  7 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.20-1
d78513
- Update to 0.9.20
d78513
d78513
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.18-5
d78513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d78513
d78513
* Mon Jun 17 2013 Kalev Lember <kalevlember@gmail.com> - 0.9.18-4
d78513
- Rebuilt for icu 50
d78513
d78513
* Sun Jun 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.18-3
d78513
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
d78513
d78513
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.18-2
d78513
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
d78513
d78513
* Sun Jun 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.9.18-1
d78513
- Update to 0.9.18
d78513
d78513
* Thu May  9 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.16-1
d78513
- Update to 0.9.16
d78513
d78513
* Sun Mar 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.14-1
d78513
- Update to 0.9.14
d78513
d78513
* Sun Jan 27 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.9-3
d78513
- Rebuild against mingw-gcc 4.8 (win64 uses SEH exceptions now)
d78513
d78513
* Wed Jan 02 2013 Erik van Pienbroek <erik-fedora@vanpienbroek.nl> - 0.9.9-2
d78513
- Rebuilt against mingw-icu 49
d78513
d78513
* Mon Dec 24 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.9-1
d78513
- Update to 0.9.9
d78513
- Fix compatibility with WinXP (FreeDesktop Bug #55494)
d78513
d78513
* Wed Nov 21 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.7-1
d78513
- Update to 0.9.7
d78513
d78513
* Sun Aug 26 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.3-1
d78513
- Initial release
d78513