]> git.pld-linux.org Git - packages/nethack.git/commitdiff
- newtoys patch
authorwolf <wolf@pld-linux.org>
Tue, 18 Jun 2002 13:50:18 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nethack.spec -> 1.39

nethack.spec

index 4a330cfff7710e3921c6ed450bd26df530acf764..5a813b8c102bb17da518b63fefd03f515b03c96b 100644 (file)
@@ -21,6 +21,7 @@ Source4:      %{name}.png
 Source5:       Guidebook-3.2pl.ps.gz
 Source6:       Guidebook.pdf
 Source7:       %{name}rc.gz
+Source8:       http://avrc.city.ac.uk/nethack/VernonSpoilers/vol3-1.2.2.pdf
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-makefile.patch
 # patches below are adapted from ones found at http://avrc.city.ac.uk/nethack/patches.html
@@ -38,6 +39,7 @@ Patch109:     %{name}-listmons.patch
 Patch110:      %{name}-flipcoin.patch
 Patch111:      %{name}-ride_key.patch
 Patch112:      %{name}-dungeon_growth.patch
+Patch113:      %{name}-newtoys.patch
 # after adding additional features update this patch
 Patch200:      %{name}-makedefs.patch
 URL:           http://www.nethack.org/
@@ -140,6 +142,7 @@ Nethackowy podr
 %{?!_with_vanilla:%patch110 -p1}
 %{?!_with_vanilla:%patch111 -p1}
 %{?!_with_vanilla:%patch112 -p1}
+%{?!_with_vanilla:%patch113 -p1}
 %{?!_with_vanilla:%patch200 -p1}
 
 %build
@@ -166,7 +169,7 @@ install util/recover $RPM_BUILD_ROOT%{_nhdir}
 
 install doc/nethack.6 doc/recover.6 $RPM_BUILD_ROOT%{_mandir}/man6/
 
-cp %{SOURCE5} %{SOURCE6} %{SOURCE7} .
+cp %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} .
 
 install %{SOURCE3} $RPM_BUILD_ROOT%{_applnkdir}/Games/Roguelike
 install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -204,6 +207,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc nhspoilers/README nhspoilers/*.txt
 %doc %dir nhspoilers/gazetteer
+%doc vol3-1.2.2.pdf
 
 %files doc-pdf
 %defattr(644,root,root,755)
This page took 0.048776 seconds and 4 git commands to generate.