Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > 4996dc0862477c1ba2b6523f9287d09f > files > 2

rftg-0.8.1-2.mga3.src.rpm

Name:		rftg
Version:    0.8.1
Release:    %mkrel 2

Summary:    Race for the Galaxy
License:    GPLv2+
Group:      Games/Strategy
Url:        http://keldon.net/rftg/
Source0:    http://warpcore.org/rftg/%{name}-%{version}.tar.bz2

BuildRequires:	libgtk+2.0-devel
 	
%description
This is a project to create artificial intelligence opponent(s) for the
card game Race for the Galaxy. Currently, the base game and all three
expansions are supported. 

%prep
%setup -q

%build
%configure \
    --bindir=%{_gamesbindir} \
    --datadir=%{_gamesdatadir}
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README ChangeLog COPYING
%{_gamesbindir}/*
%{_gamesdatadir}/*


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 0.8.1-2.mga3
+ Revision: 380331
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Mar 10 2011 jquelin <jquelin> 0.8.1-1.mga1
+ Revision: 67604
- fix release to use %%mkrel
- imported package rftg