diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 82a2c23..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/xmoto-edit.spec b/xmoto-edit.spec index afbf8d5..d12e507 100644 --- a/xmoto-edit.spec +++ b/xmoto-edit.spec @@ -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 0.2.4-9 +- License tag correction. + +* Tue Jul 03 2007 Jon Ciesla 0.2.4-8 +- Fixed BZ 246572. + * Fri Mar 23 2007 Jon Ciesla 0.2.4-7 - EVR Bump.