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

typo

OBS-URL: https://build.opensuse.org/request/show/142538
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2012-11-23 09:10:52 +00:00 committed by Git OBS Bridge
parent fa9d17e7f3
commit 433a8e34c7
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,6 @@
gdk-pixbuf-devel
requires -gdk-pixbuf-<targettype>
requires "libgdk_pixbuf-2_0-0-<targettype> = <version>"
requires "typelib-1_0-GdkPixbuf-2_0-<targettype> = <version>"
gdk-pixbuf-query-loaders
+/usr/bin/gdk-pixbuf-query-loaders(-64)?
post "%if "%_lib" == "lib64""
@ -17,5 +16,3 @@ libgdk_pixbuf-2_0-0
post "%else"
post "if test -f <prefix>%{_bindir}/gdk-pixbuf-query-loaders; then <prefix>%{_bindir}/gdk-pixbuf-query-loaders --update-cache; fi"
post "%endif"
typelib-1_0-GdkPixbuf-2_0
+/usr/lib(64)?/girepository-1.0

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 21 20:59:31 UTC 2012 - dimstar@opensuse.org
- Do not provide typelib-1_0-GdkPixbuf-2_0-32bit (baselibs.conf):
this only results in a big mess of duplicate provides. Adding
($HOSTTYPE) to the typelib() symbols does not work, as we'd
otherwise no longer be able to use them against noarch packages.
-------------------------------------------------------------------
Mon Nov 12 21:46:37 UTC 2012 - dimstar@opensuse.org