From 3b0fdfcd4f7eb5ad16a172b0532a544483849ecf Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Dec 22 2006 20:26:17 +0000 Subject: Version 0.6.0 --- diff --git a/.cvsignore b/.cvsignore index 8fe215e..9ff224b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -uqm-0.5.0-source.tar.gz +uqm-0.6.0-source.tgz diff --git a/sources b/sources index c894588..228e647 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9002b1bc2de9285588dd97b618a867a7 uqm-0.5.0-source.tar.gz +898a71451f283763209c352f6455ee09 uqm-0.6.0-source.tgz diff --git a/uqm-optflags.patch b/uqm-optflags.patch index a0faf10..404f200 100644 --- a/uqm-optflags.patch +++ b/uqm-optflags.patch @@ -1,5 +1,5 @@ ---- build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 -+++ build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 +--- sc2/build/unix/build.config~ 2005-05-19 04:11:25.000000000 +0300 ++++ sc2/build/unix/build.config 2005-05-21 23:30:40.000000000 +0300 @@ -81,7 +81,7 @@ CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' diff --git a/uqm.spec b/uqm.spec index bc4cd58..e94c203 100644 --- a/uqm.spec +++ b/uqm.spec @@ -1,20 +1,18 @@ Name: uqm -Version: 0.5.0 -Release: 1.1%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games License: GPL URL: http://sc2.sourceforge.net/ -Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tar.gz +Source0: http://download.sf.net/sc2/%{name}-%{version}-source.tgz Source1: %{name}.conf Source2: %{name}.sh Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Exclude 64-bit archs, see bug 158705. -ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.8 BuildRequires: SDL_image-devel >= 1.2.4 BuildRequires: ImageMagick @@ -22,7 +20,9 @@ BuildRequires: libvorbis-devel BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libGLU-devel -Requires: %{name}-content >= 0.5.0 +BuildRequires: mikmod-devel +Requires: %{name}-content >= %{version} + %description The Ur-Quan Masters is a port of the classic game Star Control II to @@ -32,18 +32,20 @@ version of Star Control II, with their permission and encouragement. %prep -%setup -q +%setup -q -c find . -type d -name CVS | xargs rm -r %patch0 -p0 %build +pushd sc2 echo INPUT_install_sharedir_VALUE=%{_datadir}/games > config.state sh ./build.sh uqm < /dev/null convert src/res/ur-quan-icon-std.ico uqm.png %install +pushd sc2 rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} @@ -75,8 +77,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog Contributing COPYING README TODO WhatsNew -%doc doc/users/manual.txt +%doc sc2/AUTHORS sc2/ChangeLog sc2/Contributing sc2/COPYING sc2/README +%doc sc2/WhatsNew sc2/doc/users/manual.txt %config(noreplace) %{_sysconfdir}/uqm.conf %{_bindir}/uqm %{_prefix}/games/uqm @@ -86,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 22 2006 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Don't exclude 64-bit arches +- BR: mikmod-devel + * Sun Sep 03 2006 Konstantin Ryabitsev - 0.5.0-1.1 - FC6 rebuild