]> git.pld-linux.org Git - packages/freedroidrpg.git/blobdiff - freedroidrpg.spec
- quote CC (-build.patch)
[packages/freedroidrpg.git] / freedroidrpg.spec
index 226b18d1bd8d3aab8cf44e445ec03479d56ecc75..226e391a47455d1db807f18c8bdc56c3eba6c37b 100644 (file)
@@ -8,17 +8,19 @@ Summary:      Single player sci-fi RPG featuring Tux and evil MS bots
 Summary(pl.UTF-8):     RPG z gatunku s-f dla jednego gracza z Tuksem i złymi robotami MS
 Name:          freedroidrpg
 Version:       0.15
-Release:       1
+Release:       3
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://downloads.sourceforge.net/freedroid/%{name}-%{version}.tar.gz
 # Source0-md5: 003a3f34619cfaa87add2030fea5d120
 Source1:       %{name}.desktop
 Source2:       %{name}.png
+Patch0:                %{name}-build.patch
 URL:           http://freedroid.sourceforge.net/
 BuildRequires: OpenGL-GLU-devel
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel >= 1.2.3
+BuildRequires: SDL_gfx-devel
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: autoconf
@@ -74,6 +76,7 @@ narzędziami.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal} -I m4
@@ -103,12 +106,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.png
+%{_mandir}/man6/freedroidRPG.6*
 
 %if %{with tools}
 %files tools
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/croppy
-%attr(755,root,root) %{_bindir}/gluem
+%attr(755,root,root) %{_bindir}/explode_atlas
+%attr(755,root,root) %{_bindir}/explodefont
+%attr(755,root,root) %{_bindir}/gluefont
+%attr(755,root,root) %{_bindir}/make_atlas
 %attr(755,root,root) %{_bindir}/pngtoico
-%attr(755,root,root) %{_bindir}/ungluem
 %endif
This page took 0.065824 seconds and 4 git commands to generate.