]> git.pld-linux.org Git - packages/edgar.git/blobdiff - edgar.spec
- BR: gettext-devel
[packages/edgar.git] / edgar.spec
index 355161cf00917782ecc8543064dd51d23424c94d..f9a864f3833d7b7e7790fa636a600ff4ef2fe887 100644 (file)
@@ -1,14 +1,12 @@
 Summary:       2D Platform game
 Summary(pl.UTF-8):     Dwuwymiarowa gra platformowa
 Name:          edgar
-Version:       0.30
+Version:       0.33
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
-# download it from http://www.parallelrealities.co.uk/projects/edgar.php
-# and put it into the edgar dir
-Source0:       %{name}-%{version}-1.tar.gz
-# Source0-md5: e54de1b6b5b198e0e3ad1fe6dd93dcf0
+Source0:       http://www.parallelrealities.co.uk/download/12854320/edgar/%{name}-%{version}-1.tar.gz
+# Source0-md5: ca3622338ead40f193433e345267a08f
 Source1:       %{name}.png
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-usless_files.patch
@@ -17,6 +15,8 @@ URL:          http://www.parallelrealities.co.uk/projects/edgar.php
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: SDL_ttf-devel
+BuildRequires: gettext-devel
+BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,10 +52,12 @@ install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
 
+%find_lang %{name} --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc doc/*
 %attr(755,root,root) %{_bindir}/edgar
This page took 0.09243 seconds and 4 git commands to generate.