From f7d0715cf6dbf462ceef2aa49d38e0252f618b6c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Aug 06 2007 05:33:21 +0000 Subject: update license field --- diff --git a/eog.spec b/eog.spec index 00aa54e..d99d6cc 100644 --- a/eog.spec +++ b/eog.spec @@ -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 - 2.19.4-3 +- Update license field +- Use %%find_lang for help files, too + * Tue Jul 24 2007 Matthias Clasen - 2.19.4-2 - Fix a undefined macro use (#248689)