Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9885c59e8 | ||
|
|
5a3e78d992 | ||
|
|
177a0ffa88 | ||
|
|
789f67e89c | ||
|
|
faf144d161 |
5 changed files with 17 additions and 30 deletions
|
|
@ -1,3 +0,0 @@
|
|||
uqm-0.5.0-3domusic.uqm
|
||||
uqm-0.5.0-content.uqm
|
||||
uqm-0.5.0-voice.uqm
|
||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
uqm-0.6.0-content.uqm
|
||||
uqm-0.6.0-3domusic.uqm
|
||||
uqm-0.6.0-voice.uqm
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: uqm-content
|
||||
# $Id$
|
||||
NAME := uqm-content
|
||||
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)
|
||||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.5.0-3domusic.uqm
|
||||
1d03864b141a2626a7284bc7cfdefb47 uqm-0.5.0-content.uqm
|
||||
52a084cfaa0bc7fcc63a295feb8cbd28 uqm-0.5.0-voice.uqm
|
||||
7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm
|
||||
a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm
|
||||
d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%define uqm_contentdir %{_datadir}/games/uqm/content/packages
|
||||
|
||||
Name: uqm-content
|
||||
Version: 0.5.0
|
||||
Release: 1
|
||||
Version: 0.6.0
|
||||
Release: 2
|
||||
Summary: Base content files for The Ur-Quan Masters
|
||||
|
||||
Group: Amusements/Games
|
||||
|
|
@ -14,11 +14,12 @@ Source2: http://download.sourceforge.net/sc2/uqm-%{version}-3domusic.uqm
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
PreReq: uqm >= 0.5.0
|
||||
PreReq: uqm >= %{version}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%package voice
|
||||
Summary: Optional speech package for The Ur-Quan Masters
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
|
@ -27,6 +28,7 @@ Group: %{group}
|
|||
%description voice
|
||||
%{summary}.
|
||||
|
||||
|
||||
%package 3domusic
|
||||
Summary: Optional 3DO music package for The Ur-Quan Masters
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
|
@ -68,6 +70,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 22 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6.0-2
|
||||
- Dropping disttag -- this package does not change between distributions.
|
||||
|
||||
* Fri Dec 22 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6.0-1
|
||||
- Upstream 0.6.0
|
||||
|
||||
* Mon Feb 6 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.0-1
|
||||
- 0.5.0.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue