]> git.pld-linux.org Git - packages/fillets-ng.git/blobdiff - fillets-ng.spec
- updated to game and datas to 1.0.0
[packages/fillets-ng.git] / fillets-ng.spec
index 85224d31614a7006098379b173c81675d7fb3e5d..1d61932494940033cafed2e0ae847366af82de9a 100644 (file)
@@ -1,6 +1,6 @@
 
-%define        _game_ver       0.9.1
-%define _data_ver      0.9.0
+%define        _game_ver       1.0.0
+%define _data_ver      1.0.0
 
 Summary:       Fish Fillets - Next Generation
 Summary(pl.UTF-8):     Fish Fillets - Next Generation (linuksowy port gry)
@@ -9,10 +9,10 @@ Version:      %{_game_ver}
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/fillets/%{name}-%{version}.tar.gz
-# Source0-md5: 13bb4f98d73bc0b6aff39ee1c9582adb
-Source1:       http://dl.sourceforge.net/fillets/%{name}-data-%{_data_ver}.tar.gz
-# Source1-md5: 5d733a990212a4b038d1ee76f700c54e
+Source0:       http://downloads.sourceforge.net/fillets/%{name}-%{version}.tar.gz
+# Source0-md5: 276bb416d7f8bf9ef0969fd7a3c42d52
+Source1:       http://downloads.sourceforge.net/fillets/%{name}-data-%{_data_ver}.tar.gz
+# Source1-md5: 94684229b554468efe7e0b0cc5185e5e
 Source2:       %{name}.desktop
 Source3:       %{name}.png
 URL:           http://fillets.sourceforge.net/
@@ -23,18 +23,21 @@ BuildRequires:      SDL_ttf-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: fribidi-devel
+BuildRequires: libstdc++-devel
 BuildRequires: lua50-devel
+BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
 Requires:      %{name}-data = %{version}-%{release}
+Suggests:      %{name}-intro = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        _gamedatadir    %{_datadir}/games/%{name}
 
 %description
 Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets
-from ALTAR interactive. Fish Fillets NG is strictly a puzzle game.
-The goal in every of the seventy levels is always the same: find
-a safe way out.
+from ALTAR interactive. Fish Fillets NG is strictly a puzzle game. The
+goal in every of the seventy levels is always the same: find a safe
+way out.
 
 %description -l pl.UTF-8
 Fish Fillets NG to port wspaniaƂej gry logicznej Fish Fillets
@@ -133,7 +136,7 @@ EOF
 
 find $RPM_BUILD_ROOT%{_gamedatadir} -type d -fprintf %{name}.dirs '%%%%dir %{_gamedatadir}/%%P\n'
 
-rm -rf $RPM_BUILD_ROOT%{_gamedatadir}/images/menu/intro.mpg
+%{__rm} -r $RPM_BUILD_ROOT%{_gamedatadir}/images/menu/intro.mpg
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.117775 seconds and 4 git commands to generate.