Update to 0.9.18 upstream release
This commit is contained in:
parent
9f31b3722f
commit
a181981e2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/harfbuzz-0.9.14.tar.bz2
|
/harfbuzz-0.9.14.tar.bz2
|
||||||
/harfbuzz-0.9.16.tar.bz2
|
/harfbuzz-0.9.16.tar.bz2
|
||||||
/harfbuzz-0.9.17.tar.bz2
|
/harfbuzz-0.9.17.tar.bz2
|
||||||
|
/harfbuzz-0.9.18.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 0.9.17
|
Version: 0.9.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Text shaping library
|
Summary: Text shaping library
|
||||||
|
|
||||||
@ -11,7 +11,6 @@ BuildRequires: cairo-devel
|
|||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
#built against graphite-1.2.0 in f19
|
|
||||||
BuildRequires: graphite2-devel
|
BuildRequires: graphite2-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -20,19 +19,34 @@ HarfBuzz is an implementation of the OpenType Layout engine.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package icu
|
||||||
|
Summary: Harfbuzz ICU support library
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description icu
|
||||||
|
This package contains Harfbuzz ICU support library.
|
||||||
|
|
||||||
|
%package icu-devel
|
||||||
|
Summary: Development files for %{name}-icu
|
||||||
|
Requires: %{name}-icu%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description icu-devel
|
||||||
|
The %{name}-icu-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}-icu.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static --with-graphite2
|
||||||
|
|
||||||
# Remove lib64 rpath
|
# Remove lib64 rpath
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
@ -50,21 +64,36 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post icu -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun icu -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS ChangeLog AUTHORS COPYING README
|
%doc NEWS ChangeLog AUTHORS COPYING README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libharfbuzz.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/hb-view
|
%{_bindir}/hb-view
|
||||||
%{_bindir}/hb-ot-shape-closure
|
%{_bindir}/hb-ot-shape-closure
|
||||||
%{_bindir}/hb-shape
|
%{_bindir}/hb-shape
|
||||||
%{_includedir}/harfbuzz/
|
%{_includedir}/harfbuzz/
|
||||||
%{_libdir}/*.so
|
%exclude %{_includedir}/harfbuzz/hb-icu.h
|
||||||
|
%{_libdir}/libharfbuzz.so
|
||||||
%{_libdir}/pkgconfig/harfbuzz.pc
|
%{_libdir}/pkgconfig/harfbuzz.pc
|
||||||
|
|
||||||
|
%files icu
|
||||||
|
%{_libdir}/libharfbuzz-icu.so.*
|
||||||
|
|
||||||
|
%files icu-devel
|
||||||
|
%{_includedir}/harfbuzz/hb-icu.h
|
||||||
|
%{_libdir}/libharfbuzz-icu.so
|
||||||
|
%{_libdir}/pkgconfig/harfbuzz-icu.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 05 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.18-1
|
||||||
|
- Update to 0.9.18 upstream release
|
||||||
|
|
||||||
* Tue May 21 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.17-1
|
* Tue May 21 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.17-1
|
||||||
- Update to 0.9.17 upstream release
|
- Update to 0.9.17 upstream release
|
||||||
|
|
||||||
@ -81,7 +110,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
- Kill icu-config hack and rebuild against new icu again
|
- Kill icu-config hack and rebuild against new icu again
|
||||||
|
|
||||||
* Tue Jan 29 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-5
|
* Tue Jan 29 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-5
|
||||||
- Resolves:rh#905334 - Please rebuild harfbuzz for new graphite-1.2.0
|
- Resolves:rh#905334 - Please rebuild harfbuzz for new graphite-1.2.0
|
||||||
|
|
||||||
* Sun Jan 27 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-4
|
* Sun Jan 27 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-4
|
||||||
- Resolves:rh#904700-Enable additional shaper graphite2
|
- Resolves:rh#904700-Enable additional shaper graphite2
|
||||||
|
Loading…
Reference in New Issue
Block a user