From efa2df8d5e68372eabe9e413ca39c53fc7047b890cba388753eb451168ba78e1 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 23 Mar 2010 20:27:36 +0000 Subject: [PATCH] Accepting request 35560 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/gucharmap via accept of submit request 35560 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/35560 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=39 --- gucharmap.changes | 5 +++++ gucharmap.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gucharmap.changes b/gucharmap.changes index f35a091..9a000f3 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 23 14:53:03 UTC 2010 - dimstar@opensuse.org + +- Remove en@shaw locale on openSUSE <= 11.2. + ------------------------------------------------------------------- Thu Mar 11 22:47:27 CET 2010 - dimstar@opensuse.org diff --git a/gucharmap.spec b/gucharmap.spec index 9d8c069..1782f0e 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -79,6 +79,9 @@ make %{?jobs:-j%jobs} %install %makeinstall +%if 0%{?suse_version} <= 1120 +%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* +%endif find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %find_lang %{name} %find_gconf_schemas