2012-08-27 17:06:29 +00:00
|
|
|
%{?mingw_package_header}
|
|
|
|
|
|
|
|
Name: mingw-harfbuzz
|
2014-12-31 00:39:55 +00:00
|
|
|
Version: 0.9.37
|
2014-12-31 10:46:38 +00:00
|
|
|
Release: 2%{?dist}
|
2012-08-27 17:06:29 +00:00
|
|
|
Summary: MinGW Windows Harfbuzz library
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://www.harfbuzz.org
|
|
|
|
Source0: http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: mingw32-filesystem >= 95
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-glib2
|
|
|
|
BuildRequires: mingw32-freetype
|
|
|
|
BuildRequires: mingw32-cairo
|
|
|
|
BuildRequires: mingw32-icu
|
|
|
|
|
|
|
|
BuildRequires: mingw64-filesystem >= 95
|
|
|
|
BuildRequires: mingw64-gcc
|
|
|
|
BuildRequires: mingw64-glib2
|
|
|
|
BuildRequires: mingw64-freetype
|
|
|
|
BuildRequires: mingw64-cairo
|
|
|
|
BuildRequires: mingw64-icu
|
|
|
|
|
|
|
|
%description
|
|
|
|
HarfBuzz is an implementation of the OpenType Layout engine.
|
|
|
|
|
|
|
|
|
|
|
|
# Win32
|
|
|
|
%package -n mingw32-harfbuzz
|
|
|
|
Summary: MinGW Windows Harfbuzz library
|
|
|
|
|
|
|
|
%description -n mingw32-harfbuzz
|
|
|
|
HarfBuzz is an implementation of the OpenType Layout engine.
|
|
|
|
|
|
|
|
%package -n mingw32-harfbuzz-static
|
|
|
|
Summary: Static version of the MinGW Windows Harfbuzz library
|
|
|
|
Requires: mingw32-harfbuzz = %{version}-%{release}
|
2014-12-31 10:46:38 +00:00
|
|
|
Requires: mingw32-glib2-static
|
2012-08-27 17:06:29 +00:00
|
|
|
|
|
|
|
%description -n mingw32-harfbuzz-static
|
|
|
|
Static version of the MinGW Windows Harfbuzz library.
|
|
|
|
|
|
|
|
# Win64
|
|
|
|
%package -n mingw64-harfbuzz
|
|
|
|
Summary: MinGW Windows Harfbuzz library
|
|
|
|
|
|
|
|
%description -n mingw64-harfbuzz
|
|
|
|
HarfBuzz is an implementation of the OpenType Layout engine.
|
|
|
|
|
|
|
|
%package -n mingw64-harfbuzz-static
|
|
|
|
Summary: Static version of the MinGW Windows Harfbuzz library
|
|
|
|
Requires: mingw64-harfbuzz = %{version}-%{release}
|
2014-12-31 10:46:38 +00:00
|
|
|
Requires: mingw64-glib2-static
|
2012-08-27 17:06:29 +00:00
|
|
|
|
|
|
|
%description -n mingw64-harfbuzz-static
|
|
|
|
Static version of the MinGW Windows Harfbuzz library.
|
|
|
|
|
|
|
|
|
|
|
|
%{?mingw_debug_package}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n harfbuzz-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%mingw_configure --enable-shared --enable-static
|
|
|
|
%mingw_make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# Drop all .la files
|
|
|
|
find $RPM_BUILD_ROOT -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
|
|
# Win32
|
|
|
|
%files -n mingw32-harfbuzz
|
|
|
|
%doc COPYING
|
|
|
|
%{mingw32_bindir}/hb-ot-shape-closure.exe
|
|
|
|
%{mingw32_bindir}/hb-shape.exe
|
|
|
|
%{mingw32_bindir}/hb-view.exe
|
|
|
|
%{mingw32_bindir}/libharfbuzz-0.dll
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw32_bindir}/libharfbuzz-icu-0.dll
|
2012-08-27 17:06:29 +00:00
|
|
|
%{mingw32_includedir}/harfbuzz/
|
|
|
|
%{mingw32_libdir}/libharfbuzz.dll.a
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw32_libdir}/libharfbuzz-icu.dll.a
|
2012-08-27 17:06:29 +00:00
|
|
|
%{mingw32_libdir}/pkgconfig/harfbuzz.pc
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw32_libdir}/pkgconfig/harfbuzz-icu.pc
|
2012-08-27 17:06:29 +00:00
|
|
|
|
|
|
|
%files -n mingw32-harfbuzz-static
|
|
|
|
%{mingw32_libdir}/libharfbuzz.a
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw32_libdir}/libharfbuzz-icu.a
|
2012-08-27 17:06:29 +00:00
|
|
|
|
|
|
|
# Win64
|
|
|
|
%files -n mingw64-harfbuzz
|
|
|
|
%doc COPYING
|
|
|
|
%{mingw64_bindir}/hb-ot-shape-closure.exe
|
|
|
|
%{mingw64_bindir}/hb-shape.exe
|
|
|
|
%{mingw64_bindir}/hb-view.exe
|
|
|
|
%{mingw64_bindir}/libharfbuzz-0.dll
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw64_bindir}/libharfbuzz-icu-0.dll
|
2012-08-27 17:06:29 +00:00
|
|
|
%{mingw64_includedir}/harfbuzz/
|
|
|
|
%{mingw64_libdir}/libharfbuzz.dll.a
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw64_libdir}/libharfbuzz-icu.dll.a
|
2012-08-27 17:06:29 +00:00
|
|
|
%{mingw64_libdir}/pkgconfig/harfbuzz.pc
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw64_libdir}/pkgconfig/harfbuzz-icu.pc
|
2012-08-27 17:06:29 +00:00
|
|
|
|
|
|
|
%files -n mingw64-harfbuzz-static
|
|
|
|
%{mingw64_libdir}/libharfbuzz.a
|
2013-06-09 11:19:52 +00:00
|
|
|
%{mingw64_libdir}/libharfbuzz-icu.a
|
2012-08-27 17:06:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2014-12-31 10:46:38 +00:00
|
|
|
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-2
|
|
|
|
- Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages
|
|
|
|
|
2014-12-31 00:39:55 +00:00
|
|
|
* Wed Dec 31 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.37-1
|
|
|
|
- Update to 0.9.37
|
|
|
|
|
2014-11-15 14:53:30 +00:00
|
|
|
* Sat Nov 15 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.34-1
|
|
|
|
- Update to 0.9.34
|
|
|
|
|
2014-06-07 09:47:21 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.28-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-22 20:20:56 +00:00
|
|
|
* Thu May 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.28-1
|
|
|
|
- Update to 0.9.28
|
|
|
|
|
2014-03-29 17:56:49 +00:00
|
|
|
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.27-1
|
|
|
|
- Update to 0.9.27
|
|
|
|
|
2014-01-25 19:51:54 +00:00
|
|
|
* Sat Jan 25 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.25-1
|
|
|
|
- Update to 0.9.25
|
|
|
|
|
2013-11-20 19:43:48 +00:00
|
|
|
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.24-1
|
|
|
|
- Update to 0.9.24
|
|
|
|
|
2013-09-07 19:06:46 +00:00
|
|
|
* Sat Sep 7 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.20-1
|
|
|
|
- Update to 0.9.20
|
|
|
|
|
2013-08-03 10:43:48 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.18-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-16 22:15:02 +00:00
|
|
|
* Mon Jun 17 2013 Kalev Lember <kalevlember@gmail.com> - 0.9.18-4
|
|
|
|
- Rebuilt for icu 50
|
|
|
|
|
2013-06-16 15:27:45 +00:00
|
|
|
* Sun Jun 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.18-3
|
|
|
|
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
|
|
|
|
|
2013-06-15 17:46:18 +00:00
|
|
|
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.18-2
|
|
|
|
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
|
|
|
|
|
2013-06-09 11:19:52 +00:00
|
|
|
* Sun Jun 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.9.18-1
|
|
|
|
- Update to 0.9.18
|
|
|
|
|
2013-05-09 10:14:32 +00:00
|
|
|
* Thu May 9 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.16-1
|
|
|
|
- Update to 0.9.16
|
|
|
|
|
2013-03-24 17:31:03 +00:00
|
|
|
* Sun Mar 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.14-1
|
|
|
|
- Update to 0.9.14
|
|
|
|
|
2013-01-27 18:19:56 +00:00
|
|
|
* Sun Jan 27 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.9-3
|
|
|
|
- Rebuild against mingw-gcc 4.8 (win64 uses SEH exceptions now)
|
|
|
|
|
2013-01-02 23:50:53 +00:00
|
|
|
* Wed Jan 02 2013 Erik van Pienbroek <erik-fedora@vanpienbroek.nl> - 0.9.9-2
|
|
|
|
- Rebuilt against mingw-icu 49
|
|
|
|
|
2012-12-24 15:33:09 +00:00
|
|
|
* Mon Dec 24 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.9-1
|
|
|
|
- Update to 0.9.9
|
|
|
|
- Fix compatibility with WinXP (FreeDesktop Bug #55494)
|
|
|
|
|
2012-11-21 20:20:40 +00:00
|
|
|
* Wed Nov 21 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.7-1
|
|
|
|
- Update to 0.9.7
|
|
|
|
|
2012-08-27 17:06:29 +00:00
|
|
|
* Sun Aug 26 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.3-1
|
|
|
|
- Initial release
|
|
|
|
|