heffer pushed to openttd-opengfx (f21). "update to 0.5.2 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 20:55:45 UTC 2015


From 0066bb1a7ae0c2f50abf15bd74b0bb91ba86d957 Mon Sep 17 00:00:00 2001
From: Felix Kaechele <heffer at fedoraproject.org>
Date: Mon, 18 May 2015 22:22:20 +0200
Subject: update to 0.5.2

- Makefile.local is replaced by command line variables

diff --git a/.gitignore b/.gitignore
index 1236262..1a4ada5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ opengfx-0.2.4-source.tar.gz
 /opengfx-0.4.7-source.tar.xz
 /opengfx-0.5.0-source.tar.gz
 /opengfx-0.5.1-source.tar.xz
+/opengfx-0.5.2-source.tar.xz
diff --git a/openttd-opengfx.spec b/openttd-opengfx.spec
index d4a1482..c2f9c5a 100644
--- a/openttd-opengfx.spec
+++ b/openttd-opengfx.spec
@@ -2,7 +2,7 @@
 #global prever   alpha6
 
 Name:           openttd-opengfx
-Version:        0.5.1
+Version:        0.5.2
 Release:        1%{?prever:.%{prever}}%{?dist}
 Summary:        OpenGFX replacement graphics for OpenTTD
 
@@ -32,21 +32,12 @@ 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
-UNIX2DOS = 
-_V = 
-EOF
-
-
 %build
-make grf
+make grf _V=
 
 
 %install
-make install INSTALL_DIR=$RPM_BUILD_ROOT%{_datadir}/openttd/data
+make install _V= UNIX2DOS= INSTALL_DIR=$RPM_BUILD_ROOT%{_datadir}/openttd/data
 
 
 %check
@@ -60,6 +51,10 @@ make check
 
 
 %changelog
+* Mon May 18 2015 Felix Kaechele <heffer at fedoraproject.org> - 0.5.2-1
+- update to 0.5.2
+- Makefile.local is replaced by command line variables
+
 * Sat Jun 21 2014 Felix Kaechele <heffer at fedoraproject.org> - 0.5.1-1
 - update to 0.5.1
 - upstream now only provides an xz tarball so change Source0 to that
diff --git a/sources b/sources
index eeca469..fabb0b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-287382eae49d818c70baf8028581443a  opengfx-0.5.1-source.tar.xz
+9474d6c04377792d64992f40f082f068  opengfx-0.5.2-source.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/openttd-opengfx.git/commit/?h=f21&id=0066bb1a7ae0c2f50abf15bd74b0bb91ba86d957


More information about the scm-commits mailing list