1
0
forked from pool/gnome-desktop
Vincent Untz 2010-01-15 01:36:27 +00:00 committed by Git OBS Bridge
parent e33c2a80e5
commit 91272af7af
2 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,10 @@ Wed Jan 13 06:13:01 CET 2010 - captain.magnus@opensuse.org
- Update to version 2.29.5:
+ Bump library soname since ABI was broken in 2.29.4
- Rename libgnome-desktop-2-11 subpackage to libgnome-desktop-2-17,
following soname change.
- Update the way we remove the ig locale on old versions of
openSUSE.
- Package baselibs.conf
-------------------------------------------------------------------

View File

@ -106,6 +106,9 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
%if 0%{?suse_version} <= 1110
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
%endif
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
@ -141,11 +144,6 @@ rm -rf %{buildroot}
%{_libdir}/*.so.*
%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/ig/LC_MESSAGES/*
##%endif
%files devel
%defattr (-, root, root)