rpms/osgcal/devel osgcal.spec,1.10,1.11

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Sep 30 00:13:25 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/osgcal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26000

Modified Files:
	osgcal.spec 
Log Message:
fix some rpmlint warnings


Index: osgcal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- osgcal.spec	29 Sep 2007 15:01:35 -0000	1.10
+++ osgcal.spec	30 Sep 2007 00:12:53 -0000	1.11
@@ -1,10 +1,10 @@
 Name:           osgcal
 Version:        0.1.46
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Adapts OpenSceneGraph to use Cal3D
 
 Group:          Development/Libraries
-License:        GPL
+License:        GPLv2+
 URL:            http://gna.org/projects/underware
 Source0:        http://osgcal.dachary.org/download/sources/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -37,6 +37,7 @@
 
 # Fix rpmlint warnings
 chmod -x include/osgCal/HardwareModel
+iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog
 
 
 %build
@@ -81,6 +82,10 @@
 
 
 %changelog
+* Sat Sep 29 2007 Christopher Stone <chris.stone at gmail.com> 0.1.46-2
+- Update License
+- Fix encoding on Changelog
+
 * Sat Sep 29 2007 Christopher Stone <chris.stone at gmail.com> 0.1.46-1
 - Upstream sync
 - Remove no longer needed 64-bit patch




More information about the scm-commits mailing list