Updated to upstream 0.2.2 release

This commit is contained in:
Hedayat Vatankhah 2011-04-27 12:17:32 +04:30
parent 320694b15b
commit 88c7d7ec4b
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
simspark-0.2.1.tar.gz
/simspark-0.2.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: simspark
Version: 0.2.1
Release: 3%{?dist}
Version: 0.2.2
Release: 1%{?dist}
Summary: Spark physical simulation system
Group: Development/Libraries
@ -42,7 +42,7 @@ mkdir build
cd build
export CXXFLAGS="${CXXFLAGS:-%optflags}"
export CFLAGS="${CFLAGS:-%optflags}"
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR:PATH=%{_lib} ..
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR:PATH=%{_lib} -DODE_CONFIG_EXEC=ode-double-config ..
make VERBOSE=1 %{?_smp_mflags}
make pdf
cp doc/devel/manual.pdf ../doc/devel/
@ -80,6 +80,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-1
- Updated to latest release 0.2.2
* Mon Nov 08 2010 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.2.1-3
- Rebuilt to fix crashing in multi-threaded mode
- Replacing an old address in changelog comments

View File

@ -1 +1 @@
068eef4a50ba4318c1cc0169a0618047 simspark-0.2.1.tar.gz
b93320a0c6794766cab6bd37b6081d12 simspark-0.2.2.tar.gz