2011-06-16 17:51:14 +00:00
|
|
|
Name: harfbuzz
|
2013-01-20 07:34:34 +00:00
|
|
|
Version: 0.9.12
|
2013-01-26 14:20:08 +00:00
|
|
|
Release: 3%{?dist}
|
2011-06-16 17:51:14 +00:00
|
|
|
Summary: Text shaping library
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://freedesktop.org/wiki/Software/HarfBuzz
|
|
|
|
Source0: http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
BuildRequires: freetype-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
HarfBuzz is an implementation of the OpenType Layout engine.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2013-01-26 14:20:08 +00:00
|
|
|
# Add -DU_DISABLE_RENAMING=1 to compiler flags
|
|
|
|
# (ref: bug 856594)
|
|
|
|
export CXXFLAGS="%{optflags} $(icu-config --cppflags)"
|
2011-06-16 17:51:14 +00:00
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
# Remove lib64 rpath
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2012-08-13 03:17:58 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
2011-06-16 17:51:14 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
2012-08-13 03:17:58 +00:00
|
|
|
%doc NEWS ChangeLog AUTHORS COPYING README
|
2011-06-16 17:51:14 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
2011-06-16 17:53:04 +00:00
|
|
|
%{_bindir}/hb-view
|
2012-08-13 03:17:58 +00:00
|
|
|
%{_bindir}/hb-ot-shape-closure
|
|
|
|
%{_bindir}/hb-shape
|
2011-06-16 17:51:14 +00:00
|
|
|
%{_includedir}/harfbuzz/
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/harfbuzz.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2013-01-26 14:20:08 +00:00
|
|
|
* Sat Jan 25 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.12-3
|
|
|
|
- Add "icu-config --cppflags" to compiler flags to fix build
|
|
|
|
|
2013-01-25 22:31:36 +00:00
|
|
|
* Fri Jan 25 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9.12-2
|
2013-01-25 22:26:17 +00:00
|
|
|
- Rebuild for libicu 50
|
|
|
|
|
2013-01-20 07:34:34 +00:00
|
|
|
* Sun Jan 20 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-1
|
|
|
|
- Update to 0.9.12 upstream release
|
|
|
|
|
2013-01-11 05:15:34 +00:00
|
|
|
* Fri Jan 11 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.11-1
|
|
|
|
- Update to 0.9.11 upstream release
|
|
|
|
|
2013-01-03 06:24:47 +00:00
|
|
|
* Thu Jan 03 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.10-1
|
|
|
|
- Update to 0.9.10 upstream release
|
|
|
|
|
2012-12-06 03:42:58 +00:00
|
|
|
* Thu Dec 06 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.9-1
|
|
|
|
- Update to 0.9.9 upstream release
|
|
|
|
|
2012-12-05 03:15:28 +00:00
|
|
|
* Wed Dec 05 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.8-1
|
|
|
|
- Update to 0.9.8 upstream release
|
|
|
|
|
2012-11-21 08:59:27 +00:00
|
|
|
* Wed Nov 21 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.7-1
|
|
|
|
- Update to 0.9.7 upstream release
|
|
|
|
|
2012-11-14 10:36:48 +00:00
|
|
|
* Wed Nov 14 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.6-1
|
2012-11-21 08:59:27 +00:00
|
|
|
- Update to 0.9.6 upstream release
|
2012-11-14 10:36:48 +00:00
|
|
|
|
2012-10-15 03:11:32 +00:00
|
|
|
* Mon Oct 15 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.5-1
|
|
|
|
- Update to 0.9.5 upstream release
|
|
|
|
|
2012-09-10 12:48:41 +00:00
|
|
|
* Mon Sep 10 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.4-1
|
|
|
|
- Update to 0.9.4 upstream release
|
|
|
|
|
2012-08-19 11:04:20 +00:00
|
|
|
* Sun Aug 19 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.3-1
|
|
|
|
- Update to 0.9.3 upstream release
|
|
|
|
|
2012-08-13 03:17:58 +00:00
|
|
|
* Mon Aug 13 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.2-1
|
|
|
|
- Update to 0.9.2 upstream release
|
|
|
|
|
2012-07-19 12:28:42 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-22 18:51:36 +00:00
|
|
|
* Mon Apr 23 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.0-6
|
|
|
|
- Rebuilt for libicu 49
|
|
|
|
|
2012-01-13 04:47:54 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 04:46:49 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.6.0-4
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-09-10 13:14:57 +00:00
|
|
|
* Sat Sep 10 2011 Kalev Lember <kalevlember@gmail.com> - 0.6.0-3
|
|
|
|
- Rebuilt for libicu 4.8
|
|
|
|
|
2011-06-16 17:53:04 +00:00
|
|
|
* Thu Jun 16 2011 Kalev Lember <kalev@smartlink.ee> - 0.6.0-2
|
|
|
|
- Moved hb-view to -devel subpackage (#713126)
|
|
|
|
|
2011-06-16 17:51:14 +00:00
|
|
|
* Tue Jun 14 2011 Kalev Lember <kalev@smartlink.ee> - 0.6.0-1
|
|
|
|
- Initial RPM release
|