|
@@ -1,20 +1,24 @@
|
|
-%define dataversion 0.9.2
|
|
|
|
|
|
+%define dataversion 1.0.0
|
|
|
|
|
|
Summary: a Linux port of wonderful puzzle game Fish Fillets
|
|
Summary: a Linux port of wonderful puzzle game Fish Fillets
|
|
Summary(ja): 海をモチーフにした倉庫番形式のパズルゲーム
|
|
Summary(ja): 海をモチーフにした倉庫番形式のパズルゲーム
|
|
Name: fillets-ng
|
|
Name: fillets-ng
|
|
-Version: 0.9.3
|
|
|
|
|
|
+Version: 1.0.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source1: %{name}-data-%{dataversion}.tar.gz
|
|
Source1: %{name}-data-%{dataversion}.tar.gz
|
|
-License: GNU GENERAL PUBLIC LICENSE Version 2
|
|
|
|
|
|
+License: GPLv2
|
|
Group: Applications/Games
|
|
Group: Applications/Games
|
|
URL: http://fillets.sourceforge.net/
|
|
URL: http://fillets.sourceforge.net/
|
|
|
|
|
|
Requires: SDL SDL_mixer SDL_image SDL_ttf
|
|
Requires: SDL SDL_mixer SDL_image SDL_ttf
|
|
-Requires: lua
|
|
|
|
-BuildRequires: SDL-devel SDL_mixer-devel SDL_image-devel SDL_ttf-devel
|
|
|
|
-BuildRequires: lua-devel
|
|
|
|
|
|
+Requires: lua
|
|
|
|
+BuildRequires: SDL-devel >= 1.2.0
|
|
|
|
+BuildRequires: SDL_mixer-devel SDL_image-devel SDL_ttf-devel
|
|
|
|
+BuildRequires: lua-devel >= 5.0
|
|
|
|
+BuildRequires: fribidi-devel
|
|
|
|
+BuildRequires: smpeg-devel
|
|
|
|
+BuildRequires: libX11-devel
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -25,7 +29,8 @@ Distribution: Vine Linux
|
|
Packager: munepi
|
|
Packager: munepi
|
|
|
|
|
|
%description
|
|
%description
|
|
-Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets from ALTAR interactive.
|
|
|
|
|
|
+Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets from
|
|
|
|
+ALTAR interactive.
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
Fish Fillets NG は,ALTAR interactive による不可思議なパズルゲーム
|
|
Fish Fillets NG は,ALTAR interactive による不可思議なパズルゲーム
|
|
@@ -60,7 +65,7 @@ cat > ${RPM_BUILD_ROOT}/%{_datadir}/applications/%{name}.desktop <<EOF
|
|
Name=Fish Fillets - Next Generation
|
|
Name=Fish Fillets - Next Generation
|
|
Comment=Fish Fillets is strictly a puzzle game.
|
|
Comment=Fish Fillets is strictly a puzzle game.
|
|
TryExec=fillets
|
|
TryExec=fillets
|
|
-Exec=/usr/bin/fillets systemdir="%{_datadir}/games/fillets-ng"
|
|
|
|
|
|
+Exec=%{_bindir}/fillets systemdir="%{_datadir}/games/fillets-ng"
|
|
Icon=fillets.png
|
|
Icon=fillets.png
|
|
Terminal=false
|
|
Terminal=false
|
|
Type=Application
|
|
Type=Application
|
|
@@ -82,6 +87,13 @@ EOF
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Dec 29 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BuildRequires:
|
|
|
|
+ - fribidi-devel
|
|
|
|
+ - smpeg-devel
|
|
|
|
+ - libX11-devel
|
|
|
|
+
|
|
* Mon Jul 19 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.3-1
|
|
* Mon Jul 19 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|