Author: qboosh Date: Sat Jul 7 08:05:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - removed bogus asm patch (adding preserved ebx to clobber list makes no sense) - added DESTDIR patch to fix soname install
---- Files affected: SPECS: ode.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/ode.spec diff -u SPECS/ode.spec:1.15 SPECS/ode.spec:1.16 --- SPECS/ode.spec:1.15 Sat Jul 7 09:52:52 2007 +++ SPECS/ode.spec Sat Jul 7 10:05:02 2007 @@ -9,7 +9,7 @@ Group: Libraries Source0: http://dl.sourceforge.net/opende/%{name}-src-%{version}.zip # Source0-md5: fb7462ba0af2fbc230cb1b3f79e0acbb -Patch0: %{name}-asm.patch +Patch0: %{name}-DESTDIR.patch URL: http://ode.org/ BuildRequires: OpenGL-devel BuildRequires: autoconf @@ -61,9 +61,7 @@ %prep %setup -q -%ifarch %{ix86} %patch0 -p1 -%endif %build %{__aclocal} @@ -92,7 +90,8 @@ %files %defattr(644,root,root,755) %doc CHANGELOG.txt README.txt -%attr(755,root,root) %{_libdir}/libode.so.0 +%attr(755,root,root) %{_libdir}/libode.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libode.so.0 %files devel %defattr(644,root,root,755) @@ -111,6 +110,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2007/07/07 08:05:02 qboosh +- removed bogus asm patch (adding preserved ebx to clobber list makes no sense) +- added DESTDIR patch to fix soname install + Revision 1.15 2007/07/07 07:52:52 qboosh - enable soname - BR: ac,am; libtool not used ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ode.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
