Accepting request 96178 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96178 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=74
This commit is contained in:
parent
6b794eb6b5
commit
108582beeb
@ -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
|
||||
|
||||
|
23
pango.spec
23
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*
|
||||
|
Loading…
Reference in New Issue
Block a user