rpms/totem/devel totem.spec,1.115,1.116

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Aug 7 21:19:37 UTC 2007


Author: mclasen

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

Modified Files:
	totem.spec 
Log Message:
Update license field



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- totem.spec	4 Aug 2007 12:15:28 -0000	1.115
+++ totem.spec	7 Aug 2007 21:19:05 -0000	1.116
@@ -5,8 +5,8 @@
 Summary: Movie player for GNOME 2
 Name: totem
 Version: 2.19.6
-Release: 2%{?dist} 
-License: GPL
+Release: 3%{?dist} 
+License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/2.18/totem-%{version}.tar.bz2
@@ -65,6 +65,7 @@
 
 %package plparser
 Summary: Totem playlist parser library
+License: LGPLv2+
 Group: Development/Libraries
 
 %description plparser
@@ -90,6 +91,7 @@
 
 %package devel
 Summary: Libraries/include files for Totem
+License: LGPLv2+
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: gnome-vfs2-devel
@@ -130,7 +132,7 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 # no static libs and libtool archives either
 find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.a" -exec rm -f {} ';'
@@ -185,11 +187,10 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING NEWS README TODO
 %config %{_sysconfdir}/gconf/schemas/*.schemas
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/gnome/help/%{name}/
 %{_datadir}/omf/%{name}/
 %{_datadir}/%{name}/
 %{_libdir}/nautilus/extensions-1.0/*.so*
@@ -232,6 +233,10 @@
 %{_libdir}/*so
 
 %changelog
+* Tue Aug  7 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.6-3
+- Update license fields
+- Use %%find_lang for help files
+
 * Sat Aug 04 2007 - Bastien Nocera <bnocera at redhat.com> - 2.19.6-2
 - Don't package the bemused plugin, it's not ready yet
 




More information about the fedora-extras-commits mailing list