checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgtop?expand=0&rev=28
This commit is contained in:
parent
705a5f170f
commit
c5e1776fc4
@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 12:00:26 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update the way we remove the la locale for old versions of
|
||||
openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 19:43:04 CEST 2009 - dimstar@opensuse.org
|
||||
|
||||
|
@ -145,9 +145,6 @@ translation-update-upstream
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/*
|
||||
%endif
|
||||
%find_lang %{name}-2.0
|
||||
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
|
||||
if test "$LIBNAME" != libgtop-2_0-7 ; then
|
||||
@ -180,6 +177,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS COPYING NEWS README copyright.txt
|
||||
|
||||
%files lang -f %{name}-2.0.lang
|
||||
%if %suse_version <= 1110
|
||||
# exclude locales which don't exist on old versions of openSUSE
|
||||
%exclude %{_datadir}/locale/la/LC_MESSAGES/*
|
||||
%endif
|
||||
|
||||
%files -n libgtop-2_0-7
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user