rpms/evince/devel evince.spec,1.88,1.89

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Aug 6 05:55:56 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/evince/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24953

Modified Files:
	evince.spec 
Log Message:
update license field, again
use %find_lang for help files



Index: evince.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evince/devel/evince.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- evince.spec	3 Aug 2007 03:06:42 -0000	1.88
+++ evince.spec	6 Aug 2007 05:55:23 -0000	1.89
@@ -5,10 +5,10 @@
 
 Name:		evince
 Version:	0.9.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Document viewer
 
-License: 	GPLv2+
+License: 	GPLv2+ and GFDL+
 Group:		Applications/Publishing
 URL:		http://www.gnome.org/projects/evince/
 Source0: 	http://download.gnome.org/sources/%{name}/0.9/%{name}-%{version}.tar.bz2
@@ -33,6 +33,11 @@
 BuildRequires:  gnome-icon-theme >= %{theme_version}
 BuildRequires:  libtool gtk-doc intltool
 
+# for /usr/lib/nautilus/extensions-1.0
+Requires: nautilus
+# for /etc/gconf/schemas
+Requires: GConf2
+
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(post): scrollkeeper
@@ -66,7 +71,8 @@
   --remove-category="Application" \
   $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
  
-%find_lang evince
+%find_lang evince --with-gnome
+
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
@@ -140,13 +146,17 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_sysconfdir}/gconf/schemas/*.schemas
-%{_datadir}/gnome/help/%{name}/
 %{_datadir}/omf/%{name}/
 %{_datadir}/icons/hicolor/*/apps/evince.*
-%doc %{_mandir}/man1/evince.1.gz
+%{_mandir}/man1/evince.1.gz
 
 
 %changelog
+* Mon Aug  6 2007 Matthias Clasen <mclasen at redhat.com> - 0.9.3-3
+- Update licence field again
+- Use %%find_lang for help files, too
+- Add some missing requires
+
 * Thu Aug  2 2007 Matthias Clasen <mclasen at redhat.com> - 0.9.3-2
 - Update the license field
 




More information about the fedora-extras-commits mailing list