Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
d35ed37ffb dist-git conversion 2010-07-29 16:02:24 +00:00
Bill Nottingham
207e72d986 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:25 +00:00
904343eaf7 License tag correction. 2007-08-16 17:39:28 +00:00
a7b23c236d Fixed BZ 246572. 2007-07-03 14:51:12 +00:00
Bill Nottingham
44c1701eff Initialize branch F-7 for xmoto-edit 2007-05-18 11:33:39 +00:00
3 changed files with 10 additions and 25 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,10 +1,10 @@
Name: xmoto-edit
Version: 0.2.4
Release: 7%{?dist}
Release: 9%{?dist}
Summary: Challenging 2D Motocross Platform Game - Level Editor
Group: Amusements/Games
License: GPL
License: GPLv2+
URL: http://xmoto.sourceforge.net/
Source0: http://easynews.dl.sourceforge.net/sourceforge/xmoto/%{name}-%{version}.tar.gz
Source1: xmoto-edit.desktop
@ -39,8 +39,8 @@ make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f %RPM_BUILD_ROOT%{_mandir}/man6/xmoto-edit.6.gz
install -Dpm 644 %{SOURCE3} %RPM_BUILD_ROOT%{_mandir}/man6
rm -f $RPM_BUILD_ROOT%{_mandir}/man6/xmoto-edit.6.gz
install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man6
# Install icon and desktop file
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
@ -75,6 +75,12 @@ fi
%changelog
* Thu Aug 16 2007 Jon Ciesla <limb@jcomserv.net> 0.2.4-9
- License tag correction.
* Tue Jul 03 2007 Jon Ciesla <limb@jcomserv.net> 0.2.4-8
- Fixed BZ 246572.
* Fri Mar 23 2007 Jon Ciesla <limb@jcomserv.net> 0.2.4-7
- EVR Bump.