Mailinglist Archive: opensuse-commit (1078 mails)
| < Previous | Next > |
commit libode
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 24 May 2007 12:27:44 +0200
- Message-id: <20070524102744.450E7678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libode
checked in at Thu May 24 12:27:44 CEST 2007.
--------
--- libode/libode.changes 2007-05-10 23:25:13.000000000 +0200
+++ /mounts/work_src_done/STABLE/libode/libode.changes 2007-05-24 12:17:41.462228000 +0200
@@ -1,0 +2,5 @@
+Thu May 24 12:17:31 CEST 2007 - sndirsch@xxxxxxx
+
+- added -devel package to make rpmlint happy
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libode.spec ++++++
--- /var/tmp/diff_new_pack.X31810/_old 2007-05-24 12:27:14.000000000 +0200
+++ /var/tmp/diff_new_pack.X31810/_new 2007-05-24 12:27:14.000000000 +0200
@@ -16,7 +16,7 @@
Summary: Open Dynamics Engine Library
Version: 0.8
-Release: 1
+Release: 6
Source0: ode-src-%{version}.zip
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
@@ -38,6 +38,27 @@
--------
Russell Smith
+%package devel
+Requires: libode
+Summary: Open Dynamics Engine Library
+Group: System/Libraries
+Autoreqprov: on
+
+%description devel
+ODE is an open source, high performance library for simulating rigid
+body dynamics. It is fully featured, stable, mature and platform
+independent with an easy to use C/C++ API. It has advanced joint types
+and integrated collision detection with friction. ODE is useful for
+simulating vehicles, objects in virtual reality environments and
+virtual creatures. It is currently used in many computer games, 3D
+authoring tools and simulation tools.
+
+
+
+Authors:
+--------
+ Russell Smith
+
%prep
%setup -n ode-%{version}
@@ -60,11 +81,16 @@
%files
%defattr(-,root,root)
%doc LICENSE-BSD.TXT LICENSE.TXT README.txt docs/
+
+%files devel
+%defattr(-,root,root)
/usr/bin/ode-config
/usr/include/ode/
/usr/%{_lib}/libode.a
%changelog
+* Thu May 24 2007 - sndirsch@xxxxxxx
+- added -devel package to make rpmlint happy
* Thu May 10 2007 - sndirsch@xxxxxxx
- updated to 0.8
* Thu Mar 29 2007 - coolo@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |