]> git.pld-linux.org Git - packages/edgar.git/commitdiff
- updated to 0.57
authorlisu <lisu@pld-linux.org>
Thu, 27 May 2010 12:53:58 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- usless.patch renamed to useless.patch
- patches updated
- install data to /usr/share/games

Changed files:
    edgar.spec -> 1.22

edgar.spec

index 54f515bbbd2f4465eef6ebba97afd759f5dc444b..3d252af262a119620537a224c94bb5bd0fe6b759 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       2D Platform game
 Summary(pl.UTF-8):     Dwuwymiarowa gra platformowa
 Name:          edgar
-Version:       0.56
+Version:       0.57
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://www.parallelrealities.co.uk/download/edgar/%{name}-%{version}-1.tar.gz
-# Source0-md5: b09ee1a313a61c59386d0091abe28d95
+# Source0-md5: 173d15fe36e4936343a8b676bab3b582
 Source1:       %{name}.png
 Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-usless_files.patch
+Patch1:                %{name}-useless_files.patch
 Patch2:                %{name}-desktop.patch
 URL:           http://www.parallelrealities.co.uk/projects/edgar.php
 BuildRequires: SDL_image-devel
@@ -17,7 +17,6 @@ BuildRequires:        SDL_mixer-devel
 BuildRequires: SDL_net-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,15 +51,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.070507 seconds and 4 git commands to generate.