Compare commits

...

5 Commits
master ... f12

Author SHA1 Message Date
Fedora Release Engineering 20ab496cf4 dist-git conversion 2010-07-29 12:47:22 +00:00
Hedayat Vatankhah 7f88a55ad9 New upstream version: 0.2.1 2010-06-08 20:24:09 +00:00
Hedayat Vatankhah e1c78398c6 New Version: 0.2 2010-01-18 22:57:03 +00:00
Bill Nottingham 86bc7608ff Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:39:58 +00:00
Jesse Keating 6896e277eb Initialize branch F-12 for simspark 2009-09-29 06:51:47 +00:00
6 changed files with 10 additions and 29 deletions

View File

@ -1 +0,0 @@
simspark-0.1.2.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
simspark-0.2.1.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: simspark
# $Id$
NAME := simspark
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1 +0,0 @@
simspark-0_1-3_fc10:HEAD:simspark-0.1-3.fc10.src.rpm:1237704716

View File

@ -1,5 +1,5 @@
Name: simspark
Version: 0.1.2
Version: 0.2.1
Release: 1%{?dist}
Summary: Spark physical simulation system
@ -14,11 +14,7 @@ BuildRequires: ode-devel libGL-devel DevIL-devel freetype-devel libGLU-devel
BuildRequires: ImageMagick
Conflicts: rcssserver3d < 0.6.1
Requires: ruby ruby(abi) = 1.8
%if 0%{?fedora} <= 10
Requires: dejavu-fonts
%else
Requires: dejavu-sans-mono-fonts
%endif
%description
Spark is a physical simulation system. The primary purpose of this system is
@ -82,6 +78,13 @@ rm -rf %{buildroot}
%doc doc/devel/howtos doc/devel/manual.pdf
%changelog
* Wed Jun 09 2010 Hedayat Vatankhah <hedayat@fedoraproject.org> - 0.2.1-1
- New upstream version 0.2.1
- Removed conditional for F10 and before
* Tue Jan 19 2010 Hedayat Vatankhah <hedayat@grad.com> 0.2-1
- Updated to latest upstream release 0.2
* Mon Aug 10 2009 Hedayat Vatankhah <hedayat@grad.com> 0.1.2-1
- Updated to latest upstream release 0.1.2

View File

@ -1 +1 @@
05fc85fe35e21cc7f6c7243d1743a97d simspark-0.1.2.tar.gz
068eef4a50ba4318c1cc0169a0618047 simspark-0.2.1.tar.gz