rpms/cal3d/devel cal3d.spec,1.5,1.6

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed Jan 31 18:19:29 UTC 2007


Author: xulchris

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

Modified Files:
	cal3d.spec 
Log Message:
cal3d.spec


Index: cal3d.spec
===================================================================
RCS file: /cvs/extras/rpms/cal3d/devel/cal3d.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cal3d.spec	31 Jan 2007 18:10:59 -0000	1.5
+++ cal3d.spec	31 Jan 2007 18:18:59 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           cal3d
 Version:        0.11.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Skeletal based 3-D character animation library
 
 License:        LGPL
@@ -56,8 +56,8 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # remove libtool archives and static libraries
-rm -f $RPM_BUILD_ROOT%{_libdir}*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 
 %check
@@ -95,6 +95,9 @@
 
 
 %changelog
+* Wed Jan 31 2007 Christopher Stone <chris.stone at gmail.com> 0.11.0-4
+- Fix stupid type-o
+
 * Wed Jan 31 2007 Christopher Stone <chris.stone at gmail.com> 0.11.0-3
 - Disable make check (https://gna.org/bugs/index.php?8416)
 - Remove system call macros




More information about the scm-commits mailing list