Link against the correct ode library

This commit is contained in:
Hedayat Vatankhah 2011-04-27 22:53:30 +04:30
parent 58b6686d55
commit a7504aebec
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: simspark
Version: 0.2.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Spark physical simulation system
Group: Development/Libraries
@ -8,6 +8,8 @@ License: GPLv2
URL: http://simspark.sourceforge.net
Source0: http://downloads.sourceforge.net/simspark/%{name}-%{version}.tar.gz
Patch0: %{name}-confscript-mlibfix.patch
# Applied upstream
Patch1: %{name}-odefix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake boost-devel ruby ruby-devel SDL-devel tex(latex)
@ -36,6 +38,7 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .mlibfix
%patch1 -p1 -b .odefix
%build
mkdir build
@ -80,6 +83,9 @@ rm -rf %{buildroot}
%doc doc/devel/howtos doc/devel/manual.pdf
%changelog
* Wed Apr 27 2011 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.2.2-2
- Link against the correct ode library
* Wed Apr 27 2011 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.2.2-1
- Updated to latest release 0.2.2