Accepting request 50328 from home:vuntz:branches:GNOME:Factory
Thanks OBS-URL: https://build.opensuse.org/request/show/50328 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=105
This commit is contained in:
parent
7f8f63b486
commit
d17d8eaee0
@ -8,8 +8,17 @@ libgio-2_0-0
|
||||
libgthread-2_0-0
|
||||
libgobject-2_0-0
|
||||
libgio-fam
|
||||
post "%{_bindir}/gio-querymodules %{_libdir}/gio/modules"
|
||||
postun "%{_bindir}/gio-querymodules %{_libdir}/gio/modules"
|
||||
requires "glib2-tools-<targettype>"
|
||||
post "%if "%_lib" == "lib64""
|
||||
post "<prefix>%{_bindir}/gio-querymodules-64 <prefix>%{_libdir}/gio/modules"
|
||||
post "%else"
|
||||
post "<prefix>%{_bindir}/gio-querymodules <prefix>%{_libdir}/gio/modules"
|
||||
post "%endif"
|
||||
postun "%if "%_lib" == "lib64""
|
||||
postun "<prefix>%{_bindir}/gio-querymodules-64 <prefix>%{_libdir}/gio/modules"
|
||||
postun "%else"
|
||||
postun "<prefix>%{_bindir}/gio-querymodules <prefix>%{_libdir}/gio/modules"
|
||||
postun "%endif"
|
||||
|
||||
arch ppc package glib2-devel
|
||||
arch sparcv9 package glib2-devel
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 12 00:14:59 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Add missing Requires for glib2-tools to libgio-fam in
|
||||
baselibs.conf.
|
||||
- Update baselibs.conf to remove assumption in the scriptlets of
|
||||
the generated packages that they are 32bit packages.
|
||||
- Use <prefix> in baselibs.conf since we use full paths there, and
|
||||
this is needed for x86 packages that put files in
|
||||
/emul/ia32-linux.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 11:40:10 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -302,6 +302,9 @@ fi
|
||||
|
||||
%post -n libgmodule-2_0-0 -p /sbin/ldconfig
|
||||
|
||||
###############################################################################
|
||||
# Note: when updating this scriptlet, don't forget to also update baselibs.conf
|
||||
###############################################################################
|
||||
%post -n libgio-fam
|
||||
%if "%{_lib}" == "lib64"
|
||||
%{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules
|
||||
@ -319,6 +322,9 @@ fi
|
||||
|
||||
%postun -n libgmodule-2_0-0 -p /sbin/ldconfig
|
||||
|
||||
###############################################################################
|
||||
# Note: when updating this scriptlet, don't forget to also update baselibs.conf
|
||||
###############################################################################
|
||||
%postun -n libgio-fam
|
||||
%if "%{_lib}" == "lib64"
|
||||
%{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules
|
||||
|
Loading…
Reference in New Issue
Block a user