Accepting request 96142 from home:dimstar:branches:GNOME:Factory

Push typelib change branch

OBS-URL: https://build.opensuse.org/request/show/96142
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=31
This commit is contained in:
Vincent Untz
2011-12-12 15:48:38 +00:00
committed by Git OBS Bridge
parent 28a623701b
commit e6b38ad14b
2 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 8 19:48:50 UTC 2011 - dimstar@opensuse.org
- Split out the typelib file in typelib-1_0-GdkPixbuf-2_0.
-------------------------------------------------------------------
Wed Aug 31 09:52:33 CEST 2011 - vuntz@opensuse.org

View File

@@ -22,7 +22,7 @@
Name: gdk-pixbuf
Version: 2.24.0
Release: 1
License: LGPLv2+
License: LGPL-2.1+
Summary: An image loading library
Group: System/Libraries
Source: http://download.gnome.org/sources/gdk-pixbuf/2.24/%{name}-%{version}.tar.bz2
@@ -47,7 +47,7 @@ modules for new image formats. It is used by toolkits such as GTK+ or
Clutter.
%package -n libgdk_pixbuf-2_0-0
License: LGPLv2+
License: LGPL-2.1+
Summary: An image loading library
Group: System/Libraries
# Provide %{name} to make the lang package installable
@@ -61,8 +61,19 @@ gdk-pixbuf is an image loading library that can be extended by loadable
modules for new image formats. It is used by toolkits such as GTK+ or
Clutter.
%package -n typelib-1_0-GdkPixbuf-2_0
Summary: An image loading library
Group: System/Libraries
%description -n typelib-1_0-GdkPixbuf-2_0
gdk-pixbuf is an image loading library that can be extended by loadable
modules for new image formats. It is used by toolkits such as GTK+ or
Clutter.
This package contains the gobject-introspection language bindings.
%package query-loaders
License: LGPLv2+
License: LGPL-2.1+
Summary: An image loading library - Utility to create loaders cache
Group: System/Libraries
@@ -75,10 +86,11 @@ This package contains the utility to create the cache file needed for
loadable modules.
%package devel
License: LGPLv2+
License: LGPL-2.1+
Summary: An image loading library - Development Files
Group: Development/Languages/C and C++
Requires: libgdk_pixbuf-2_0-0 = %{version}
Requires: typelib-1_0-GdkPixbuf-2_0 = %{version}
%description devel
gdk-pixbuf is an image loading library that can be extended by loadable
@@ -181,6 +193,9 @@ fi
%dir %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders
%{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders/*.so
%ghost %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders.cache
%files -n typelib-1_0-GdkPixbuf-2_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
%files query-loaders