This commit is contained in:
parent
7855ece106
commit
3eb8f52e1b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 03:41:29 CET 2009 - mboman@suse.de
|
||||
|
||||
- Exclude locale/la on <= 1110
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 04:52:02 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -26,7 +26,7 @@ BuildRequires: xorg-x11-devel
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.25.91
|
||||
Release: 1
|
||||
Release: 2
|
||||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
||||
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0)
|
||||
%define libgtop-2_0_name 7
|
||||
@ -175,6 +175,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)
|
||||
@ -196,6 +200,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_infodir}/*.info*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2009 mboman@suse.de
|
||||
- Exclude locale/la on <= 1110
|
||||
* Tue Feb 17 2009 vuntz@novell.com
|
||||
- Update to version 2.25.91:
|
||||
+ Single glib.h include.
|
||||
|
Loading…
x
Reference in New Issue
Block a user