]> git.pld-linux.org Git - packages/adonthell.git/blobdiff - adonthell.spec
cosmetics
[packages/adonthell.git] / adonthell.spec
index 795075ea542549068807ec81ddab128f9599545a..65226a90397cdc34b441e41c2bb310049e7f41e7 100644 (file)
@@ -2,14 +2,16 @@ Summary:      A 2D graphical RPG game
 Summary(pl):   Darmowa gra RPG z graficznym interfejsem
 Name:          adonthell
 Version:       0.3.3
-Release:       1
+Release:       2
 License:       GPL
 Source0:       http://savannah.nongnu.org/download/adonthell/src/%{name}-%{version}.tar.gz
-URL:           http://adonthell.linuxgames.com
+# Source0-md5: 8ed4a8b02ea24fd393b67bca355cc70b
+Patch0:                %{name}-etc_dir.patch
+URL:           http://adonthell.linuxgames.com/
 Group:         X11/Applications/Games
+BuildRequires: SDL-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _bindir         %{_prefix}/bin/
 %define                _gamedatadir    share/%{name}
 
 %description
@@ -26,9 +28,11 @@ gry jest dost
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure2_13
+%configure2_13 \
+       --disable-py-debug
 
 %{__make}
 
@@ -45,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog NEWBIE README.* AUTHORS NEWS
 %{_prefix}/%{_gamedatadir}/modules/*
 %{_prefix}/%{_gamedatadir}/games
 %attr(755,root,root)%{_bindir}/adonthell
-%doc ChangeLog NEWBIE README.* AUTHORS COPYING NEWS
This page took 0.059816 seconds and 4 git commands to generate.