rpms/yofrankie-bge/F-10 yofrankie-bge.spec,NONE,1.1

Lubomir Rintel lkundrak at fedoraproject.org
Mon Mar 16 06:31:31 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/yofrankie-bge/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2268/F-10

Added Files:
	yofrankie-bge.spec 
Log Message:
Licensing clarification


--- NEW FILE yofrankie-bge.spec ---
Name:           yofrankie-bge
# Upstream developer claims the following:
# The site puts the last "technical demo" before the DVD release at
# version 1.2; that may make the DVD version 1.3.
Version:        1.4
Release:        0.4.20081221svn
Summary:        3D Game with characters from Big Buck Bunny movie

Group:          Amusements/Games
# See yofrankie-DVD-license.txt for the full text, and here's some
# clarification:
# Basically, all the game data is CC-BY, but logos are distributed
# under terms that are not dissimilar to ones of Firefox logos.
# Shortly put: They're excluded from CC-BY, but you can redistribute
# them with the game data. (The game DVD license allows the DVDs to
# be "duplicate the DVDs and distribute or sell them", not having to
# modify the contents, but use on cover art is restricted).
License:        CC-BY and Freely redistributable without restriction
URL:            http://www.yofrankie.org/
# svn export -r9 https://svn.blender.org/svnroot/yofrankie@9 yofrankie-bge
# tar cf - yofrankie-bge |lzma -c -9 >yofrankie-bge.tar.lzma
Source0:        yofrankie-bge.tar.lzma
# This is the license as it is on the Game DVD
# Game developer confirmed that this is the license to be used here
# and was asked to include it in SVN repository
Source1:        yofrankie-DVD-license.txt 
Patch0:         yofrankie-bge-1.3-imgcompr.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  desktop-file-utils
# We don't need blender now that we don't compress images and modify .blend files
#BuildRequires:  blender
BuildRequires:  python
BuildRequires:  ImageMagick
Requires:       /usr/bin/blenderplayer
BuildArch:      noarch

%description
Yo Frankie! is an open source computer game by the Blender Institute.
It is based on the universe and characters of the open source film Big
Buck Bunny.  In the game, players assume the role of Frank, the sugar
glider who was the antagonist of the film Big Buck Bunny.

The game has been made using free software, partly as a showcase of
what can be achieved with free software.


%prep
%setup -q -n %{name}
%patch0 -p1 -b .imgcompr
install -pm 0644 %{SOURCE1} yofrankie-DVD-license.txt


%build
make %{_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

# Game files
install -d $RPM_BUILD_ROOT%{_datadir}
cp -apr package $RPM_BUILD_ROOT%{_datadir}/yofrankie-bge

# BGE wrapper and icon
install -d $RPM_BUILD_ROOT%{_bindir}
install -pm 0755 dist/yofrankie-bge $RPM_BUILD_ROOT%{_bindir}
install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -pm 0644 dist/yofrankie.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/yofrankie-bge.png

# Menu entry
desktop-file-install dist/yofrankie-bge.desktop --vendor='' \
        --dir=${RPM_BUILD_ROOT}%{_datadir}/applications


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/yofrankie-bge
%{_datadir}/yofrankie-bge
%{_datadir}/pixmaps/yofrankie-bge.png
%{_datadir}/applications/*.desktop
%doc yofrankie-DVD-license.txt


%changelog
* Mon Mar 16 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.4-0.4.20081221svn
- Further licensing clarification

* Wed Mar 11 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.4-0.3.20081221svn
- Do not compress image files

* Sun Mar 1 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.4-0.2.20081221svn
- Clarification on licensing an versioning from upstream

* Sun Feb 8 2009 Lubomir Rintel <lkundrak at v3.sk> - 1-0.1.20081221svn
- Initial packaging attempt




More information about the fedora-extras-commits mailing list