[asylum] Fix paths.

Jon Ciesla limb at fedoraproject.org
Thu Jul 19 21:12:07 UTC 2012


commit 63535a12b179309752f2186b58f4acc23a006d36
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jul 19 16:11:31 2012 -0500

    Fix paths.

 asylum.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/asylum.spec b/asylum.spec
index 04b0e0d..874e718 100644
--- a/asylum.spec
+++ b/asylum.spec
@@ -1,6 +1,6 @@
 Name:           asylum
 Version:        0.3.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        SDL port of the game Asylum, originally for the Archimedes
 Group:          Amusements/Games
 # For detailed licensing, see the README
@@ -8,6 +8,7 @@ License:        GPLv3 and Public Domain
 URL:            http://sdl-asylum.sourceforge.net
 Source0:        http://downloads.sourceforge.net/sdl-%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}.png
+Patch0:		asylum-0.3.2-paths.patch
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  SDL_mixer-devel
@@ -25,6 +26,8 @@ pulsating neurons scattered through the immense map.
 %prep
 %setup -q
 
+%patch0 -p0
+
 # Character encoding fixes
 iconv -f iso8859-1 README -t utf8 > README.conv \
     && /bin/mv -f README.conv README
@@ -97,6 +100,9 @@ fi
 
 
 %changelog
+* Thu Jul 19 2012 Jon Ciesla <limburgher at gmail.com> - 0.3.2-4
+- Fixed data path.
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list