Accepting request 25375 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-session via accept of submit request 25375 revision 3. Request was accepted with message: Accepting... OBS-URL: https://build.opensuse.org/request/show/25375 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=75
This commit is contained in:
parent
fc49a8570b
commit
25ed225acb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 11:55:47 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update the way we remove the ha/ig locales for old versions of
|
||||
openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 15:21:51 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -116,7 +116,10 @@ NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
#
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
|
||||
%endif
|
||||
# install startup script and xsession file
|
||||
install -d -m755 %{buildroot}%{_bindir}
|
||||
install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome
|
||||
@ -168,11 +171,5 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/pixmaps/splash/gnome-splash.png
|
||||
|
||||
%files lang -f %{name}-2.0.lang
|
||||
## ha/ig does not exist in Factory currently
|
||||
##%if %suse_version <= 1110
|
||||
# exclude locales which don't exist on old versions of openSUSE
|
||||
%exclude %{_datadir}/locale/ha/LC_MESSAGES/*
|
||||
%exclude %{_datadir}/locale/ig/LC_MESSAGES/*
|
||||
##%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user