Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bbadf4ac99 | ||
|
|
2c35dc9543 | ||
|
|
cfb7f33776 |
5 changed files with 5 additions and 121 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
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)
|
||||
5
dead.package
Normal file
5
dead.package
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
The content bits for uqm (Ur-Quan Masters) were under Creative Commons Attribution-NonCommercial-ShareAlike.
|
||||
The NonCommercial part makes them not okay for Fedora, so this package is now dead. The main uqm package has
|
||||
been converted to use autodownloader, and now Provides/Obsoletes this package.
|
||||
|
||||
Tom "spot" Callaway <tcallawa@redhat.com> Thursday, September 11, 2008
|
||||
3
sources
3
sources
|
|
@ -1,3 +0,0 @@
|
|||
7e8f0ed8490e24231431420ea2ba6a03 uqm-0.6.0-content.uqm
|
||||
a20cacc8e66f5ff1fdf5e1d3a3b93fd2 uqm-0.6.0-3domusic.uqm
|
||||
d31577b896be935cc2238afd07299b8b uqm-0.6.0-voice.uqm
|
||||
|
|
@ -1,97 +0,0 @@
|
|||
%define uqm_contentdir %{_datadir}/games/uqm/content/packages
|
||||
|
||||
Name: uqm-content
|
||||
Version: 0.6.0
|
||||
Release: 2
|
||||
Summary: Base content files for The Ur-Quan Masters
|
||||
|
||||
Group: Amusements/Games
|
||||
License: Distributable
|
||||
URL: http://sc2.sourceforge.net/
|
||||
Source0: http://download.sourceforge.net/sc2/uqm-%{version}-content.uqm
|
||||
Source1: http://download.sourceforge.net/sc2/uqm-%{version}-voice.uqm
|
||||
Source2: http://download.sourceforge.net/sc2/uqm-%{version}-3domusic.uqm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
PreReq: uqm >= %{version}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%package voice
|
||||
Summary: Optional speech package for The Ur-Quan Masters
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Group: %{group}
|
||||
|
||||
%description voice
|
||||
%{summary}.
|
||||
|
||||
|
||||
%package 3domusic
|
||||
Summary: Optional 3DO music package for The Ur-Quan Masters
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Group: %{group}
|
||||
|
||||
%description 3domusic
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -dm 755 $RPM_BUILD_ROOT%{uqm_contentdir}
|
||||
install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{uqm_contentdir}/content.uqm
|
||||
install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{uqm_contentdir}/voice.uqm
|
||||
install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{uqm_contentdir}/3domusic.uqm
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{uqm_contentdir}/content.uqm
|
||||
|
||||
%files voice
|
||||
%defattr(-,root,root,-)
|
||||
%{uqm_contentdir}/voice.uqm
|
||||
|
||||
%files 3domusic
|
||||
%defattr(-,root,root,-)
|
||||
%{uqm_contentdir}/3domusic.uqm
|
||||
|
||||
|
||||
%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.
|
||||
|
||||
* Sun May 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.0-1
|
||||
- 0.4.0.
|
||||
|
||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.3-2
|
||||
- rebuilt
|
||||
|
||||
* Sat Sep 6 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.3-0.fdr.1
|
||||
- Update to 0.3.
|
||||
|
||||
* Mon Jul 7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2-0.fdr.2
|
||||
- Re-bzip2 content and voice zips to save space (#88).
|
||||
- Fix typos in uqm-voice summary and description (#88).
|
||||
- Spec cleanups, save it in UTF-8.
|
||||
|
||||
* Sun Mar 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2-0.fdr.1
|
||||
- First Fedora release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue