Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > d008ee4903ccb76b8bc63f80fb5ef685 > files > 2

fizmo-0.7.6-2.mga3.src.rpm

Name:           fizmo
Summary:        A Z-Machine interpreter supporting unicode, sound, blorbfile and more
Version:        0.7.6
Release:        %mkrel 2
URL:            http://spellbreaker.org/~chrender/fizmo/ 
Source0:        http://spellbreaker.org/~chrender/fizmo/source/fizmo-%{version}.tar.gz
License:        BSD
Group:          Games/Adventure
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  SDL_sound-devel
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  jpeg-devel


%description
Fizmo is a Z-Machine interpreter. That means it allows you to play interactive 
fiction, also know as textadventures, which were implemented either by Infocom
or created using the Inform compiler. It is a console-based interpreter, 
meaning that there is no graphical user interface, and works with all Z-machine
versions except version 6.

%prep
%setup -q -n %{name}-%{version}

%build
%configure prefix=%{_prefix} bindir=%{_gamesbindir}
%make fizmo-ncursesw fizmo-console

%install
rm -rf %{buildroot}
make  DESTDIR=%{buildroot} \
      install-locales install-fizmo-ncursesw install-fizmo-console #install-fizmo-glktermw
cd %{buildroot}%{_gamesbindir}
ln -s fizmo-ncursesw fizmo 
cd -
cd %{buildroot}%{_mandir}/man6/
ln -s fizmo-ncursesw.6.xz fizmo.6.xz

%files
%doc CHANGELOG.txt COPYRIGHT.txt README.txt README-0.7.txt user-config-example.txt
%{_mandir}/*/*
%{_gamesbindir}/fizmo-console
%{_gamesbindir}/fizmo-ncursesw
%lang(de) %{_datadir}/fizmo/locales/de_DE/*
%lang(en) %{_datadir}/fizmo/locales/en_US/*
%lang(fr) %{_datadir}/fizmo/locales/fr_FR/*
%{_gamesbindir}/fizmo


%changelog

* Fri Jan 11 2013 umeabot <umeabot> 0.7.6-2.mga3
+ Revision: 350462
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

  + malo <malo>
    - fix RPM group

* Thu Jan 03 2013 akien <akien> 0.7.6-1.mga3
+ Revision: 338309
- Update to fizmo 0.7.6. Adaptation to automake/autoconfig system, see CHANGELOG for a comprehensive list.

* Thu Aug 02 2012 stormi <stormi> 0.7.3-1.mga3
+ Revision: 277834
- new version 0.7.3

* Sun Mar 18 2012 stormi <stormi> 0.7.2-1.mga2
+ Revision: 223824
- update to 0.7.2 final

* Mon Mar 05 2012 stormi <stormi> 0.7.2-0.beta.1.mga2
+ Revision: 219285
- 0.7.2 beta

* Thu Jun 30 2011 stormi <stormi> 0.6.10-1.mga2
+ Revision: 116890
- new bugfix release 0.6.10

* Wed May 04 2011 stormi <stormi> 0.6.9-1.mga1
+ Revision: 94935
- new bugfix version 0.6.9

* Sat Mar 26 2011 stormi <stormi> 0.6.8-3.mga1
+ Revision: 77713
+ rebuild (emptylog)

* Sat Jan 08 2011 stormi <stormi> 0.6.8-2.mga1
+ Revision: 861
- imported package fizmo