diff --git a/haxima.desktop b/haxima.desktop deleted file mode 100644 index abf77e6..0000000 --- a/haxima.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Haxima -GenericName=Role Playing Game -Comment=An old school role playing game -Exec=haxima -Icon=haxima.png -Terminal=false -Type=Application -Categories=Application;Game; -Version=1.002 diff --git a/haxima.png b/haxima.png deleted file mode 100644 index d8d0c48..0000000 Binary files a/haxima.png and /dev/null differ diff --git a/nazghul.spec b/nazghul.spec index ec205e1..d9b6a3a 100644 --- a/nazghul.spec +++ b/nazghul.spec @@ -1,18 +1,14 @@ Name: nazghul Version: 0.5.6 -Release: 0.1.rc1%{?dist} +Release: 1%{?dist} Summary: A computer role-playing game (CRPG) engine Group: Amusements/Games License: GPL URL: http://myweb.cableone.net/gmcnutt/nazghul.html -#Source0: http://dl.sourceforge.net/nazghul/nazghul-%{version}.tar.gz -# Temporary source location for release candidates -Source0: http://myweb.cableone.net/gmcnutt/nazghul-%{version}.tar.gz +Source0: http://dl.sourceforge.net/nazghul/nazghul-%{version}.tar.gz -Source1: haxima.desktop -Source2: haxima.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_image-devel, desktop-file-utils, libpng-devel @@ -54,9 +50,9 @@ mv $RPM_BUILD_ROOT/%{_bindir}/haxima.sh $RPM_BUILD_ROOT/%{_bindir}/haxima desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + haxima.desktop -install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/haxima.png +install -D -m 644 icons/haxima.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/haxima.png %clean diff --git a/sources b/sources index a760fe4..246c1e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6e5e45ed772d557bca13ef011c85c42 nazghul-0.5.6.tar.gz +5b2c6e869acba048c23c8b5cb83a8170 nazghul-0.5.6.tar.gz