Skip to content

Commit

Permalink
fixed rpm spec file (v1.5.3 release already has it correct.)
Browse files Browse the repository at this point in the history
git-svn-id: file:///svn/uhexen2/code/trunk@4618 eaf649e6-6c13-0410-b194-84221022858e
  • Loading branch information
sezero committed Apr 10, 2012
1 parent 82e1264 commit c082010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/hexen2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Requires: SDL >= 1.2.4
# these will be picked by rpm already
#%{!?_without_mp3:Requires: libmad}
#%{!?_without_ogg:Requires: libvorbis}
Requires: hexen2 >= 1.5.1
Requires: hexen2 >= 1.5.3

%description -n hexenworld
Hexen II is a class based shooter game by Raven Software from 1997.
Expand Down Expand Up @@ -209,6 +209,7 @@ utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/hw -oi -on
%{__install} -D -m644 docs/ReleaseNotes-1.4.3 %{buildroot}/%{_prefix}/games/%{name}/docs/ReleaseNotes-1.4.3
%{__install} -D -m644 docs/ReleaseNotes-1.5.0 %{buildroot}/%{_prefix}/games/%{name}/docs/ReleaseNotes-1.5.0
%{__install} -D -m644 docs/ReleaseNotes-1.5.1 %{buildroot}/%{_prefix}/games/%{name}/docs/ReleaseNotes-1.5.1
%{__install} -D -m644 docs/ReleaseNotes-1.5.2 %{buildroot}/%{_prefix}/games/%{name}/docs/ReleaseNotes-1.5.2

# Install the gamedata
%{__mkdir_p} %{buildroot}/%{_prefix}/games/%{name}/data1/
Expand Down Expand Up @@ -599,4 +600,3 @@ desktop-file-install \

* Thu Aug 21 2005 O.Sezer <[email protected]> 1.3.0-1
- First sketchy spec file for RedHat and Fedora Core

0 comments on commit c082010

Please sign in to comment.