Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a69d2742e0ccc35d2847f10b60ba640e > files > 2

freedoom-0.6.3-1mdv2008.0.src.rpm

%define name freedoom
%define version 0.6.3
%define release %mkrel 1
%define distname %{name}-iwad-%{version}

Summary: Complete independent Doom game
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/freedoom/%{distname}.zip
License: GPL
Group: Games/Arcade
Url: http://freedoom.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Provides: doom-iwad

%description
Freedoom is a project to create a complete, free Doom IWAD
file. Combined with the GPLed Doom source code, it will create a
completely free Doom-based game.

To play it, a game engine such as prboom is required.

%prep
%setup -q -n %{distname}

%build

%install
rm -rf %{buildroot}
install -D doom2.wad %{buildroot}%{_gamesdatadir}/doom/%{name}.wad

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS ChangeLog NEWS README
%{_gamesdatadir}/doom/%{name}.wad




%changelog
* Fri Jan 09 2009 Zombie Ryushu <ryushu@mandriva.org> 0.6.3-1mdv2008.0
+ Revision: 327350
- New Version 0.6.3

* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.5-3mdv2009.0
+ Revision: 245361
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 0.5-1mdv2008.1
+ Revision: 136419
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request


* Tue Dec 12 2006 Olivier Blin <oblin@mandriva.com> 0.5-1mdv2007.0
+ Revision: 95949
- initial freedoom release
- Create freedoom