Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d35ed37ffb | ||
|
|
207e72d986 | ||
| 904343eaf7 | |||
| a7b23c236d | |||
|
|
44c1701eff |
3 changed files with 10 additions and 25 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)
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue