checked in (request 32816)
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=9
This commit is contained in:
parent
deae32be49
commit
4cac7b2ef0
@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 20:02:08 CET 2010 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream (bnc#447180,
|
||||
FATE#301344).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 16:02:00 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -22,7 +22,6 @@ Name: shared-mime-info
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
Version: 0.71
|
||||
Release: 1
|
||||
Url: http://freedesktop.org/wiki/Software/shared-mime-info
|
||||
@ -48,10 +47,6 @@ This package contains: - The freedesktop.org shared MIME database
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Fix issue with locale arabic locale (fdo#26519)
|
||||
mv po/ara.po po/ar.po
|
||||
sed -i s/ara/ar/ po/LINGUAS
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -59,6 +54,8 @@ translation-update-upstream
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
# Fix issue with locale arabic locale (fdo#26519)
|
||||
mv %{buildroot}%{_datadir}/locale/ara %{buildroot}%{_datadir}/locale/ar
|
||||
install %{S:1} $RPM_BUILD_ROOT%{_bindir}/
|
||||
%find_lang %{name}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user