rpms/animorph/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 animorph.spec, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Jan 3 00:09:24 UTC 2008


Author: kwizart

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

Modified Files:
	.cvsignore sources animorph.spec 
Log Message:
Update to 0.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/animorph/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Sep 2007 10:31:33 -0000	1.2
+++ .cvsignore	3 Jan 2008 00:08:43 -0000	1.3
@@ -1 +1 @@
-animorph-0.2.tar.gz
+animorph-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/animorph/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Sep 2007 10:31:33 -0000	1.2
+++ sources	3 Jan 2008 00:08:43 -0000	1.3
@@ -1 +1 @@
-90cfb95f5eb0b49df0ab5c717e26b2e0  animorph-0.2.tar.gz
+e75fd295d95bcf4b1d95b86db7866c18  animorph-0.3.tar.gz


Index: animorph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/animorph/devel/animorph.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- animorph.spec	13 Sep 2007 10:31:33 -0000	1.1
+++ animorph.spec	3 Jan 2008 00:08:43 -0000	1.2
@@ -1,10 +1,10 @@
 Name:           animorph
-Version:        0.2
-Release:        2%{?dist}
+Version:        0.3
+Release:        1%{?dist}
 Summary:        3D Animation and Morph Library
 
 Group:          System Environment/Libraries
-License:        GPLv2+
+License:        GPLv3+
 URL:            http://www.dedalo-3d.com
 Source0:        http://downloads.sourceforge.net/makehuman/%{name}-%{version}.tar.gz
 Patch0:         animorph-0.2-pkgconfig.patch
@@ -29,6 +29,11 @@
 
 %prep
 %setup -q
+# We need to fix CRLF first
+for f in animorph*.in AUTHORS COPYING TODO; do
+  sed -i 's/\r//' $f
+  touch -r README $f
+done
 %patch0 -p1 -b .pkgconfig
 
 %build
@@ -59,19 +64,16 @@
 
 %files devel
 %defattr(-,root,root,-)
-# License is GPLv2+ for these files
-#./include/animorph/PoseSemiTarget.h
-#./include/animorph/PoseTarget.h
-#./src/PoseSemiTarget.cpp
-#./src/PoseTarget.cpp
-# Others files are LGPLv2+
-# Check theses files when there is a new release.
 %{_includedir}/%{name}/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 
 %changelog
+* Thu Jan  3 2008 kwizart < kwizart at gmail.com > - 0.3-1
+- Update to 0.3
+- License is now GPLv3+
+
 * Wed Sep 12 2007 kwizart < kwizart at gmail.com > - 0.2-2
 - Change license to GPLv2+ as said in the source code
 - Remove BR glibc-headers




More information about the fedora-extras-commits mailing list