]> git.pld-linux.org Git - packages/fm.git/blame_incremental - fm.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/fm.git] / fm.spec
... / ...
CommitLineData
1Summary: Football Manager
2Summary(pl.UTF-8): Menadżer Piłkarski
3Name: fm
4Version: 0.99
5Release: 3
6License: GPL
7Group: X11/Applications/Games
8Source0: http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
9# Source0-md5: 9863cf5f9de638748a8fc4bcdb5cddbf
10Source1: %{name}.desktop
11Source2: %{name}.png
12Patch0: %{name}-configure.patch
13Patch1: %{name}-DESTDIR.patch
14URL: http://www.autismuk.freeserve.co.uk/
15BuildRequires: SDL-devel >= 1.2.0
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Football Manager is a rewrite from scratch of Kevin Toms' famous
22Sinclair Spectrum Football Management game. It is not the most
23complicated or prettiest game in the world, but it is one of the most
24fun.
25
26%description -l pl.UTF-8
27Menedżer Piłkarski jest przepisaną od podstaw sławną grą Sinclair
28Spectrum Football Management autorstwa Kevina Tomsa. Nie jest ona
29najbardziej skomplikowaną ani najpiękniejszą grą na świecie, ale jest
30jedną z najbardziej grywalnych.
31
32%prep
33%setup -q
34%patch0 -p1
35%patch1 -p1
36
37%build
38%{__aclocal}
39%{__autoconf}
40%{__automake}
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
52install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc AUTHORS README TODO
60%attr(755,root,root) %{_bindir}/*
61%{_datadir}/%{name}
62%{_desktopdir}/*.desktop
63%{_pixmapsdir}/*
This page took 0.098423 seconds and 5 git commands to generate.