]> git.pld-linux.org Git - packages/edgar.git/blobdiff - edgar.spec
- Rs: audiofile, libmikmod for playing music
[packages/edgar.git] / edgar.spec
index f9a864f3833d7b7e7790fa636a600ff4ef2fe887..47c336324538fb611e44cd5e14636800df131704 100644 (file)
@@ -1,23 +1,26 @@
 Summary:       2D Platform game
 Summary(pl.UTF-8):     Dwuwymiarowa gra platformowa
 Name:          edgar
-Version:       0.33
-Release:       1
+Version:       0.73
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://www.parallelrealities.co.uk/download/12854320/edgar/%{name}-%{version}-1.tar.gz
-# Source0-md5: ca3622338ead40f193433e345267a08f
+Source0:       http://www.parallelrealities.co.uk/download/edgar/%{name}-%{version}-1.tar.gz
+# Source0-md5: 2dd9f5b83015807410fa3979bcf1a8c5
 Source1:       %{name}.png
 Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-usless_files.patch
+Patch1:                %{name}-useless_files.patch
 Patch2:                %{name}-desktop.patch
+Patch3:                %{name}-link.patch
 URL:           http://www.parallelrealities.co.uk/projects/edgar.php
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_net-devel
 BuildRequires: SDL_ttf-devel
 BuildRequires: gettext-devel
-BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: zlib-devel
+Requires:      audiofile
+Requires:      libmikmod
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,16 +29,16 @@ across the world, battling fearsome creatures and solving puzzles
 whilst trying to find and rescue his father.
 
 %description -l pl.UTF-8
-W The Legend of Edgar gracz wciela się w rolę Edgara
-podróżującego przez świat, walczącego z przerażającymi
-potworami i rozwiązującego zagadki podczas próby odnalezienia i
-uratowania swojego ojca.
+W The Legend of Edgar gracz wciela się w rolę Edgara podróżując przez
+świat, walcząc z przerażającymi potworami i rozwiązując zagadki
+podczas próby odnalezienia i uratowania swojego ojca.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__make} \
@@ -52,15 +55,13 @@ install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-%find_lang %{name} --all-name
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc doc/*
 %attr(755,root,root) %{_bindir}/edgar
-%{_datadir}/edgar
+%{_datadir}/games/edgar
 %{_desktopdir}/edgar.desktop
 %{_pixmapsdir}/edgar.png
This page took 0.429952 seconds and 4 git commands to generate.