[valyriatear/f19: 3/3] Updated to 0.6.0 release

Erik Schilling ablu at fedoraproject.org
Sat Mar 1 21:28:38 UTC 2014


commit 0afa711666877b8eb5adfd9b3b54a83c3e0b9b20
Author: Erik Schilling <ablu.erikschilling at googlemail.com>
Date:   Fri Sep 27 22:39:36 2013 +0200

    Updated to 0.6.0 release

 .gitignore       |    1 +
 sources          |    2 +-
 valyriatear.spec |   35 +++++++++++++++++++++++------------
 3 files changed, 25 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8691364..266e3e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /valyriatear-0.5.0.tar.gz
+/ValyriaTear-0.6.0.tar.gz
diff --git a/sources b/sources
index 3080390..54958e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-583ffc2a1c22566b02855cfd5917e076  valyriatear-0.5.0.tar.gz
+b7f0fcdf5d640c26acb1b3ef6e2899e4  ValyriaTear-0.6.0.tar.gz
diff --git a/valyriatear.spec b/valyriatear.spec
index 44b51cb..e3fbfab 100644
--- a/valyriatear.spec
+++ b/valyriatear.spec
@@ -1,17 +1,11 @@
 %global alias ValyriaTear
 Name:       valyriatear
-Version:    0.5.0
-Release:    6%{?dist}
+Version:    0.6.0
+Release:    1%{?dist}
 Summary:    Valyria Tear is a free 2D J-RPG based on the Hero of Allacrost engine
 License:    GPLv2
 URL:        http://valyriatear.blogspot.de/
-Source0:    https://github.com/Bertram25/ValyriaTear/archive/%{version}/%{name}-%{version}.tar.gz
-# Redhat bug: 928608, Upstream: https://github.com/Bertram25/ValyriaTear/issues/127
-# Patched this into the package since it makes the game unplayable if the bug is hit
-Patch0:     %{name}-fixed-inventory.patch
-# Picked from upstream to fix newer libpng versions:
-# See bugtracker: https://github.com/Bertram25/ValyriaTear/issues/199
-Patch1:     %{name}-libpng-fix.patch
+Source0:    http://downloads.sourceforge.net/project/%{name}/%{alias}-%{version}.tar.gz
 Requires:   %{name}-data = %{version}-%{release}
 BuildRequires: boost-devel
 BuildRequires: cmake
@@ -65,8 +59,6 @@ This package contains the game data.
 
 %prep
 %setup -q -n %{alias}-%{version}
-%patch0 -p1
-%patch1 -p1
 # Ensure that it builds against system libaries
 rm -r src/luabind
 # Use system fonts
@@ -90,16 +82,35 @@ desktop-file-validate  %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 %files -f %{name}.lang
-%doc AUTHORS COPYING MANUAL README LICENSES
+%doc AUTHORS MANUAL README LICENSES COPYING.CC0 COPYING.CC-BY-3 COPYING.CC-BY-SA-3 COPYING.GPL-2 COPYING.GPL-3
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/48x48/apps/valyriatear.png
 %{_mandir}/man6/%{name}.6*
 
 %files data
 %{_datadir}/%{name}
 
 %changelog
+* Sat Mar 01 2014 Erik Schilling <ablu.erikschilling at googlemail.com> - 0.6.0-1
+- New release
+
+* Wed Sep 4 2013 Erik Schilling <ablu.erikschilling at googlemail.com> 0.6-0.1rc1
+- New rc release
+
 * Tue Jul 30 2013 Erik Schilling <ablu.erikschilling at googlemail.com> 0.5.0-6
 - Fixed building with newer boost version
 


More information about the scm-commits mailing list