Accepting request 56120 from GNOME:Factory
Accepted submit request 56120 from user vuntz OBS-URL: https://build.opensuse.org/request/show/56120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=101
This commit is contained in:
commit
a97febc606
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 19:02:56 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Stop removing kg locale on 11.4 and later: bnc#659001 has been
|
||||
fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 12 13:45:58 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,6 @@ Name: gtk2
|
||||
Version: 2.22.1
|
||||
Release: 3
|
||||
# NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to < (here and in baselibs.conf)
|
||||
# FIXME: check if removal of locales in %install is still needed (last checked: 2010-12-12)
|
||||
# FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still true for later versions.
|
||||
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
|
||||
License: LGPLv2.1+
|
||||
@ -324,10 +323,9 @@ export CFLAGS=`echo $CFLAGS | sed -e 's/-fomit-frame-pointer//g'`
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
# FIXME: waiting for https://bugzilla.novell.com/show_bug.cgi?id=659001 ; once the bug is resolved, remove the comment for %if
|
||||
#%if 0%{?suse_version} <= 1130
|
||||
%if 0%{?suse_version} <= 1130
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/kg/LC_MESSAGES/*
|
||||
#%endif
|
||||
%endif
|
||||
%find_lang gtk20
|
||||
%find_lang gtk20-properties
|
||||
install -m 644 %{S:3} %{buildroot}%{_sysconfdir}/gtk-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user