rpms/ode/devel ode-0.8-install.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 ode.spec, 1.5, 1.6 sources, 1.3, 1.4 ode-0.6-lib64.patch, 1.2, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Feb 14 16:10:19 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore ode.spec sources 
Added Files:
	ode-0.8-install.patch 
Removed Files:
	ode-0.6-lib64.patch 
Log Message:
* Wed Feb 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.8-1
- New upstream release 0.8


ode-0.8-install.patch:

--- NEW FILE ode-0.8-install.patch ---
--- ode-0.8/Makefile.am.install	2007-02-07 22:15:35.000000000 +0100
+++ ode-0.8/Makefile.am	2007-02-14 15:17:36.000000000 +0100
@@ -25,13 +25,12 @@
 
 if USE_SONAME
 install-exec-hook:
-	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
-	$(libdir)/libode.so
-	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
-	$(libdir)/@ODE_SONAME@
-	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
-	$(libdir)/@ODE_SONAME at .@ODE_REVISION@
-	/sbin/ldconfig
+	ln -s @ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+	$(DESTDIR)/$(libdir)/libode.so
+	ln -s @ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+	$(DESTDIR)/$(libdir)/@ODE_SONAME@
+	ln -s @ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+	$(DESTDIR)/$(libdir)/@ODE_SONAME at .@ODE_REVISION@
 else
 install-exec-hook:
 endif
--- ode-0.8/Makefile.in.install	2007-02-11 16:40:20.000000000 +0100
+++ ode-0.8/Makefile.in	2007-02-14 15:17:43.000000000 +0100
@@ -660,13 +660,12 @@
 	rm -rf ${PACKAGE}-${VERSION}
 
 @USE_SONAME_TRUE at install-exec-hook:
- at USE_SONAME_TRUE@	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
- at USE_SONAME_TRUE@	$(libdir)/libode.so
- at USE_SONAME_TRUE@	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
- at USE_SONAME_TRUE@	$(libdir)/@ODE_SONAME@
- at USE_SONAME_TRUE@	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
- at USE_SONAME_TRUE@	$(libdir)/@ODE_SONAME at .@ODE_REVISION@
- at USE_SONAME_TRUE@	/sbin/ldconfig
+ at USE_SONAME_TRUE@	ln -s @ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+ at USE_SONAME_TRUE@	$(DESTDIR)/$(libdir)/libode.so
+ at USE_SONAME_TRUE@	ln -s @ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+ at USE_SONAME_TRUE@	$(DESTDIR)/$(libdir)/@ODE_SONAME@
+ at USE_SONAME_TRUE@	ln -s @ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+ at USE_SONAME_TRUE@	$(DESTDIR)/$(libdir)/@ODE_SONAME at .@ODE_REVISION@
 @USE_SONAME_FALSE at install-exec-hook:
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ode/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Sep 2006 12:33:04 -0000	1.3
+++ .cvsignore	14 Feb 2007 16:09:47 -0000	1.4
@@ -1 +1 @@
-ode-src-0.7.zip
+ode-src-0.8.zip


Index: ode.spec
===================================================================
RCS file: /cvs/extras/rpms/ode/devel/ode.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ode.spec	4 Oct 2006 22:29:26 -0000	1.5
+++ ode.spec	14 Feb 2007 16:09:47 -0000	1.6
@@ -1,13 +1,13 @@
 Name:           ode
-Version:        0.7
-Release:        2%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        High performance library for simulating rigid body dynamics
 Group:          System Environment/Libraries
 License:        BSD LGPL
 URL:            http://www.ode.org
 Source0:        http://dl.sourceforge.net/sourceforge/opende/ode-src-%{version}.zip
 Patch0:         ode-0.6-configure.patch
-Patch1:         ode-0.6-lib64.patch
+Patch1:         ode-0.8-install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libGL-devel libGLU-devel
 
@@ -33,7 +33,7 @@
 %prep
 %setup -q
 %patch0 -p1 -z .configure
-%patch1 -p1 -z .lib64
+%patch1 -p1 -z .install
 # sigh stop autoxxx from rerunning because of our patches above.
 touch aclocal.m4
 touch configure
@@ -41,7 +41,7 @@
 touch include/ode/config.h.in
 touch ode/src/Makefile.in
 # stop rpmlint from complaining about executable files in the debug package
-chmod -x include/*/*.h ode/src/*.cpp
+chmod -x ode/src/stepfast.cpp include/ode/collision_trimesh.h
 
 
 %build
@@ -55,7 +55,6 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/libode.a
-rm $RPM_BUILD_ROOT%{_libdir}/libode.so.0.6
 
 
 %clean
@@ -80,6 +79,9 @@
 
 
 %changelog
+* Wed Feb 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.8-1
+- New upstream release 0.8
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.7-2
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ode/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Sep 2006 12:33:04 -0000	1.3
+++ sources	14 Feb 2007 16:09:47 -0000	1.4
@@ -1 +1 @@
-b6727fef2cbb9ca812438bb774c9d6ec  ode-src-0.7.zip
+fb7462ba0af2fbc230cb1b3f79e0acbb  ode-src-0.8.zip


--- ode-0.6-lib64.patch DELETED ---




More information about the scm-commits mailing list