[openttd-opengfx] update to 0.4.3

Felix Kaechele heffer at fedoraproject.org
Wed Apr 11 13:57:23 UTC 2012


commit 54371165fa82d66054cf3227c591fd415e717fff
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Wed Apr 11 15:57:16 2012 +0200

    update to 0.4.3

 .gitignore           |    1 +
 openttd-opengfx.spec |   18 +++++++++++++-----
 sources              |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f16d68..3009162 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ opengfx-0.2.4-source.tar.gz
 /opengfx-0.3.4-source.tar.xz
 /opengfx-0.3.5-source.tar.xz
 /opengfx-0.3.7-source.tar.xz
+/opengfx-0.4.3-source.tar.xz
diff --git a/openttd-opengfx.spec b/openttd-opengfx.spec
index 6f7c2be..bf4ca8e 100644
--- a/openttd-opengfx.spec
+++ b/openttd-opengfx.spec
@@ -2,8 +2,8 @@
 #global prever   alpha6
 
 Name:           openttd-opengfx
-Version:        0.3.7
-Release:        2%{?prever:.%{prever}}%{?dist}
+Version:        0.4.3
+Release:        1%{?prever:.%{prever}}%{?dist}
 Summary:        OpenGFX replacement graphics for OpenTTD
 
 Group:          Amusements/Games
@@ -13,7 +13,7 @@ Source0:        http://bundles.openttdcoop.org/opengfx/releases/%{version}%{?pre
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  grfcodec >= 5.1.2
+BuildRequires:  gimp grfcodec nml
 Requires:       openttd
 
 
@@ -32,14 +32,19 @@ to improve the graphics.
 %prep
 %setup -q -n %{realname}-%{version}%{?prever:-%{prever}}-source 
 
+cat >> Makefile.local << EOF
+DO_NOT_INSTALL_DOCS = 1
+DO_NOT_INSTALL_LICENSE = 1
+DO_NOT_INSTALL_CHANGELOG = 1
+EOF
+
 
 %build
-make %{?_smp_mflags}
+make
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 make install INSTALL_DIR=$RPM_BUILD_ROOT%{_datadir}/openttd/data
 
 
@@ -58,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 29 2012 Felix Kaechele <heffer at fedoraproject.org> - 0.4.3-1
+- update to 0.4.3
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 962b8ec..726a0a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92e4bd5646d284e9a7176596ff427087  opengfx-0.3.7-source.tar.xz
+5f943a5498afff17621b320686a78caf  opengfx-0.4.3-source.tar.xz


More information about the scm-commits mailing list