update license field

This commit is contained in:
Matthias Clasen 2007-08-06 05:33:21 +00:00
parent 92b86d620a
commit f7d0715cf6

View File

@ -14,11 +14,11 @@
Summary: Eye of GNOME image viewer
Name: eog
Version: 2.19.4
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://www.gnome.org
Source: http://download.gnome.org/sources/eog/2.19/%{name}-%{version}.tar.bz2
Patch0: eog-2.19.4-svgz.patch
License: GPL
License: GPLv2+ and GFDL+
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel >= %{glib2_version}
@ -91,7 +91,7 @@ desktop-file-install --vendor gnome --delete-original \
--remove-category Application \
$RPM_BUILD_ROOT%{_datadir}/applications/*
%find_lang %{name}
%find_lang %{name} --with-gnome
# grr, --disable-scrollkeeper seems broken
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
@ -133,9 +133,8 @@ fi
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%doc AUTHORS COPYING NEWS README
%{_datadir}/eog
%{_datadir}/gnome/help/*
%{_datadir}/applications/*
%{_datadir}/omf/*
%{_datadir}/icons/hicolor/*/apps/*
@ -151,6 +150,10 @@ fi
%{_libdir}/pkgconfig/eog.pc
%changelog
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
- Update license field
- Use %%find_lang for help files, too
* Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
- Fix a undefined macro use (#248689)