mirror of
https://abf.rosa.ru/djam/frogatto.git
synced 2025-02-23 17:22:52 +00:00
update to 1.2
This commit is contained in:
parent
78792abe66
commit
1f94a1212f
2 changed files with 50 additions and 62 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
"frogatto-1.1.tar.bz2": 33476cc346d64dbd66b6443df0f2b714ab990367
|
"frogatto-1.1.tar.bz2": 33476cc346d64dbd66b6443df0f2b714ab990367
|
||||||
|
"frogatto-frogatto-1.2-0-g07a33cd.tar.gz": aff19f30f96acca009880ae44d0b61c30fa82769
|
||||||
|
|
|
@ -1,24 +1,28 @@
|
||||||
|
|
||||||
Name: frogatto
|
Name: frogatto
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 3
|
Release: 2
|
||||||
Summary: Frogatto & Friends classic adventure game
|
Summary: Frogatto & Friends classic adventure game
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Games/Arcade
|
Group: Games/Arcade
|
||||||
URL: http://www.frogatto.com/
|
URL: http://www.frogatto.com/
|
||||||
Source: http://www.frogatto.com/files/frogatto-%version.tar.bz2
|
# 1.2 is available at https://github.com/frogatto/frogatto/tarball/1.2 only
|
||||||
|
Source: http://www.frogatto.com/files/%{name}-%{name}-%{version}-0-g07a33cd.tar.gz
|
||||||
Source1: frogatto
|
Source1: frogatto
|
||||||
Source2: frogatto.desktop
|
Source2: frogatto.desktop
|
||||||
Source3: frogatto.xpm
|
Source3: frogatto.xpm
|
||||||
Source4: frogatto.6
|
Source4: frogatto.6
|
||||||
Patch1: frogatto-1.0-asneeded.patch
|
Patch1: frogatto-1.0-asneeded.patch
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: SDL_image-devel
|
||||||
|
BuildRequires: SDL_mixer-devel
|
||||||
|
BuildRequires: SDL_ttf-devel
|
||||||
|
BuildRequires: glew-devel
|
||||||
|
BuildRequires: png-devel
|
||||||
|
#BuildRequires: ccache
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
|
||||||
|
Requires: %{name}-gamedata = %{version}
|
||||||
# Automatically added by buildreq on Thu Aug 26 2010
|
|
||||||
BuildRequires: boost-devel gcc-c++ libSDL_image-devel libSDL_mixer-devel libSDL_ttf-devel libglew-devel libpng-devel ccache glibc-devel
|
|
||||||
|
|
||||||
|
|
||||||
Requires: %name-gamedata = %version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Frogatto & Friends is a old-school 2d platformer game, starring a certain
|
Frogatto & Friends is a old-school 2d platformer game, starring a certain
|
||||||
|
@ -36,52 +40,35 @@ BuildArch: noarch
|
||||||
Game data for frogatto.
|
Game data for frogatto.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{name}-64c84bf
|
||||||
sed -i -e 's#BINARY_FILE=.*#BINARY_FILE=%{_libdir}/frogatto/game#g' %{SOURCE1}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make CC=%__cc CXX=%(echo %__cc |sed -e 's,gcc,g++,')
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %buildroot%_datadir/frogatto
|
%__rm -rf %{buildroot}
|
||||||
install -pDm 755 game %buildroot%_libdir/frogatto/game
|
%__install -d %{buildroot}%{_datadir}/frogatto
|
||||||
cp -a images data music sounds %buildroot%_datadir/frogatto
|
%__install -d %buildroot%_gamesbindir
|
||||||
|
%__install -pDm 755 game %{buildroot}%{_libdir}/frogatto/game
|
||||||
|
%__cp -a images data music sounds %{buildroot}%{_datadir}/frogatto
|
||||||
|
|
||||||
install -pDm 755 %_sourcedir/frogatto %buildroot%_gamesbindir/frogatto
|
sed -e 's#BINARY_FILE=.*#BINARY_FILE=%{_libdir}/frogatto/game#g' %{SOURCE1} >%buildroot%_gamesbindir/frogatto
|
||||||
install -pDm 644 %_sourcedir/frogatto.desktop %buildroot%{_datadir}/applications/frogatto.desktop
|
chmod 0755 %buildroot%_gamesbindir/frogatto
|
||||||
install -pDm 644 %_sourcedir/frogatto.xpm %buildroot%{_pixmaps}/frogatto.xpm
|
%__install -pDm 644 %SOURCE2 %{buildroot}%{_datadir}/applications/frogatto.desktop
|
||||||
install -pDm 644 %_sourcedir/frogatto.6 %buildroot%{_mandir}/man6/frogatto.6
|
%__install -pDm 644 %SOURCE3 %{buildroot}%{_datadir}/pixmaps/frogatto.xpm
|
||||||
|
%__install -pDm 644 %SOURCE4 %{buildroot}%{_mandir}/man6/frogatto.6
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_gamesbindir/*
|
%{_gamesbindir}/*
|
||||||
%_libdir/frogatto/
|
%{_libdir}/%{name}/
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
#%{_pixmaps}/*
|
%{_datadir}/pixmaps/*
|
||||||
%{_mandir}/man6/*
|
%{_mandir}/man6/*
|
||||||
|
|
||||||
%files gamedata
|
%files gamedata
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%_datadir/frogatto
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Aug 22 2011 Funda Wang <fwang@mandriva.org> 1.1-3
|
|
||||||
+ Revision: 696056
|
|
||||||
- fix startup script
|
|
||||||
|
|
||||||
* Fri May 20 2011 Nicolas Lécureuil <nlecureuil@mandriva.com> 1.1-2
|
|
||||||
+ Revision: 676306
|
|
||||||
- Remove %%mkrel
|
|
||||||
|
|
||||||
* Fri May 20 2011 Zombie Ryushu <ryushu@mandriva.org> 1.1-1
|
|
||||||
+ Revision: 676284
|
|
||||||
- strange csu issue debug symbols
|
|
||||||
- strange csu issue
|
|
||||||
- Packager tag
|
|
||||||
- Packager tag
|
|
||||||
- imported package frogatto
|
|
||||||
|
|
||||||
|
|
||||||
* Thu Aug 26 2010 Victor Forsiuk <force@altlinux.org> 1.0-alt1
|
|
||||||
- Initial build.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue