Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
49b557915b dist-git conversion 2010-07-29 16:02:23 +00:00
Bill Nottingham
251f97c384 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:25 +00:00
dbbc0a775d Man page 404, fixed, will address upstream. BZ 389951. 2007-11-25 03:27:48 +00:00
Jesse Keating
627855a22d Initialize branch F-8 for xmoto-edit 2007-10-21 01:27:18 +00:00
4 changed files with 8 additions and 24 deletions

View file

View file

@ -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)

View file

@ -1,2 +1,2 @@
d9a398ae125676eda1809747c56e66a3 xmoto-edit-0.2.4.tar.gz
bd22d4e4f5ccb71c3ba8a35fb6c3c686 xmoto-edit.6.gz
b92ab70eb393c6d2ca19ed00e63b4771 xmoto-edit.6.gz

View file

@ -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.