Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49b557915b | ||
|
|
251f97c384 | ||
| dbbc0a775d | |||
|
|
627855a22d |
4 changed files with 8 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmoto-edit
|
||||
# $Id$
|
||||
NAME := xmoto-edit
|
||||
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)
|
||||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
d9a398ae125676eda1809747c56e66a3 xmoto-edit-0.2.4.tar.gz
|
||||
bd22d4e4f5ccb71c3ba8a35fb6c3c686 xmoto-edit.6.gz
|
||||
b92ab70eb393c6d2ca19ed00e63b4771 xmoto-edit.6.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xmoto-edit
|
||||
Version: 0.2.4
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Challenging 2D Motocross Platform Game - Level Editor
|
||||
|
||||
Group: Amusements/Games
|
||||
|
|
@ -9,7 +9,9 @@ URL: http://xmoto.sourceforge.net/
|
|||
Source0: http://easynews.dl.sourceforge.net/sourceforge/xmoto/%{name}-%{version}.tar.gz
|
||||
Source1: xmoto-edit.desktop
|
||||
Source2: xmoto-edit.png
|
||||
Source3: http://viewvc.tuxfamily.org/svn_xmoto_xmotoedit/trunk/xmoto-edit.6.gz
|
||||
Source3: xmoto-edit.6.gz
|
||||
# Formerly at http://viewvc.tuxfamily.org/svn_xmoto_xmotoedit/trunk/xmoto-edit.6.gz,
|
||||
# this is now 404. Will follow up with upstream.
|
||||
Patch0: xmoto-edit-man.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
|
@ -75,6 +77,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 24 2007 Jon Ciesla <limb@jcomserv.net> 0.2.4-11
|
||||
- Man page 404, fixed, will address upstream. BZ 389951.
|
||||
|
||||
* Fri Oct 05 2007 Jon Ciesla <limb@jcomserv.net> 0.2.4-10
|
||||
- Fixed BADSOURCE.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue