diff --git a/pango.changes b/pango.changes index facfc90..bc1fa50 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 8 20:09:27 UTC 2011 - dimstar@opensuse.org + +- Split typelib files in typelib-1_0-Pango-1_0. + ------------------------------------------------------------------- Tue Nov 22 22:10:56 UTC 2011 - dimstar@opensuse.org diff --git a/pango.spec b/pango.spec index 4dfbbe7..c0dd387 100644 --- a/pango.spec +++ b/pango.spec @@ -72,6 +72,17 @@ is needed. Pango forms the core of text and font handling for GTK+. +%package -n typelib-1_0-Pango-1_0 +Summary: Library for Layout and Rendering of Text +Group: System/Libraries + +%description -n typelib-1_0-Pango-1_0 +Pango is a library for layout and rendering of text, with an emphasis +on internationalization. It can be used anywhere that text layout +is needed. + +Pango forms the core of text and font handling for GTK+. + %package tools License: LGPLv2.1+ Summary: Library for Layout and Rendering of Text -- Tools @@ -102,6 +113,7 @@ Pango forms the core of text and font handling for GTK+. %package devel License: LGPLv2.1+ Requires: libpango-1_0-0 = %{version} +Requires: typelib-1_0-Pango-1_0 = %{version} Summary: Library for Layout and Rendering of Text -- Development Files Group: Development/Libraries/GNOME # bug437293 @@ -222,10 +234,6 @@ fi %{_libdir}/pango/%{pango_binary_version}/modules/pango-thai-fc.so %{_libdir}/pango/%{pango_binary_version}/modules/pango-tibetan-fc.so %{_libdir}/lib*.so.* -%{_libdir}/girepository-1.0/Pango-1.0.typelib -%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib -%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib -%{_libdir}/girepository-1.0/PangoXft-1.0.typelib %dir %{_sysconfdir}/pango %{_sysconfdir}/pango/pangox.aliases %if "%_lib" == "lib64" @@ -234,6 +242,13 @@ fi %ghost %{_sysconfdir}/pango/pango.modules %endif +%files -n typelib-1_0-Pango-1_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/Pango-1.0.typelib +%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib +%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib +%{_libdir}/girepository-1.0/PangoXft-1.0.typelib + %files tools %defattr(-, root, root) %{_bindir}/pango-querymodules*