Author: lisu Date: Sat Jul 5 21:16:22 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.10.0 - use tarball instead of zip package - -DESTDIR.patch is obsolete - new soname symlink (not sure about it) - libode.la added to devel
---- Files affected: SPECS: ode.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/ode.spec diff -u SPECS/ode.spec:1.17 SPECS/ode.spec:1.18 --- SPECS/ode.spec:1.17 Tue Oct 16 15:31:18 2007 +++ SPECS/ode.spec Sat Jul 5 23:16:16 2008 @@ -2,21 +2,19 @@ Summary: ODE is a library for simulating articulated rigid body dynamics Summary(pl.UTF-8): ODE jest biblioteką służącą do symulacji dynamiki bryły sztywnej Name: ode -Version: 0.9 +Version: 0.10.0 Release: 1 Epoch: 1 License: LGPL v2.1+ Group: Libraries -Source0: http://dl.sourceforge.net/opende/%{name}-src-%{version}.zip -# Source0-md5: 4c03759b76a0649a6d5108c8e172e1e4 -Patch0: %{name}-DESTDIR.patch +Source0: http://dl.sourceforge.net/opende/%{name}-%{version}.tar.bz2 +# Source0-md5: e84ff88b34f3a9b96ee479f175fb0b11 URL: http://ode.org/ BuildRequires: OpenGL-GLU BuildRequires: OpenGL-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libstdc++-devel -BuildRequires: unzip BuildRequires: xorg-lib-libX11-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -63,7 +61,6 @@ %prep %setup -q -%patch0 -p1 %build %{__aclocal} @@ -71,7 +68,7 @@ %{__autoheader} %{__automake} %configure \ - --enable-soname + --enable-shared %{__make} %install @@ -92,14 +89,16 @@ %files %defattr(644,root,root,755) %doc CHANGELOG.txt README.txt -%attr(755,root,root) %{_libdir}/libode.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libode.so.0 +# not sure about ghost here +%attr(755,root,root) %ghost %{_libdir}/libode-*.so %files devel %defattr(644,root,root,755) %doc ode/{README,TODO} ode/doc/{main.dox,pix} %attr(755,root,root) %{_bindir}/ode-config %attr(755,root,root) %{_libdir}/libode.so +%{_libdir}/libode.la %{_includedir}/ode %files static @@ -112,6 +111,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2008/07/05 21:16:16 lisu +- 0.10.0 +- use tarball instead of zip package +- -DESTDIR.patch is obsolete +- new soname symlink (not sure about it) +- libode.la added to devel + Revision 1.17 2007/10/16 13:31:18 lisu - up to 0.9 - BR: OpenGL-GLU ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ode.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
