File gnome-inform7.spec of Package gnome-inform7
# Copyright (c) 2008 SuSE Linux Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: gnome-inform7
License: GPL
Group: unsorted
Autoreqprov: on
Version: 5J39
Release: 0
Summary: Inform 7 design system IDE
Source: %name-%version.tar.bz2
Patch: %name-destdir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgnomeui-devel gtksourceview18-devel gtkspell-devel gtkhtml2-devel SDL-devel SDL_mixer-devel inform7
Requires: inform7
%description
Inform is a design system for interactive fiction, a new medium for writers
which began with adventure games in the late 1970s and is now used for
everything from literary narrative fiction through to plotless conceptual
art, and plenty more adventure games too. Since its introduction in 1993,
Inform has become a standard tool. Three years in the making, Inform 7 is a
radical reinvention of the way interactive fiction is designed, guided both
by contemporary work in semantics and by the practical experience of some of
the world's best-known writers of IF.
This package contains an integrated development environment for developing
games in Inform 7.
%prep
%setup
%patch
%build
%configure
for i in inform-6.31-biplatform ni cBlorb
do
touch data/Compilers/$i
done
make %{?jobs:-j%jobs}
%install
#make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
ln -sf /usr/bin/cBlorb /usr/bin/ni /usr/bin/inform-6.31-biplatform $RPM_BUILD_ROOT%{_datadir}/gnome-inform7/Compilers/
%files
%defattr(-,root,root)
%doc README AUTHORS COPYING NEWS ChangeLog
%{_bindir}/*
%doc /usr/share/doc/gtkterp/*
%{_datadir}/applications/gnome-inform7.desktop
%{_datadir}/gnome-inform7
%{_datadir}/pixmaps/Inform.png
%{_datadir}/pixmaps/gnome-inform7/*