Accepting request 62256 from GNOME:Factory
Accepted submit request 62256 from user dimstar OBS-URL: https://build.opensuse.org/request/show/62256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=8
This commit is contained in:
commit
e156bd14e4
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 12:40:28 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Fix build, now that translation-update-upstream introduces the
|
||||||
|
sr@latin translation. So we simply need to remove sr@Latn,
|
||||||
|
instead of renaming it to sr@latin.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 28 20:35:41 CEST 2010 - vuntz@opensuse.org
|
Tue Sep 28 20:35:41 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -76,8 +76,9 @@ translation-update-upstream
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# Change sr@Latn to sr@latin
|
# sr@latin was added by translation-update-upstream, so kill sr@Latn
|
||||||
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
test -d %{buildroot}%{_datadir}/locale/sr@latin
|
||||||
|
rm -r %{buildroot}%{_datadir}/locale/sr@Latn
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
%fdupes %{buildroot}/%{_datadir}/gedit-2/plugins
|
%fdupes %{buildroot}/%{_datadir}/gedit-2/plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user