]> git.pld-linux.org Git - packages/fm.git/blame - fm.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/fm.git] / fm.spec
CommitLineData
211b83f2 1Summary: Football Manager
d6171dc3 2Summary(pl.UTF-8): Menadżer Piłkarski
211b83f2 3Name: fm
d6f14e41 4Version: 0.99
b7f3b094 5Release: 3
211b83f2 6License: GPL
7Group: X11/Applications/Games
8Source0: http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
17241f02 9# Source0-md5: 9863cf5f9de638748a8fc4bcdb5cddbf
211b83f2 10Source1: %{name}.desktop
46a26283 11Source2: %{name}.png
211b83f2 12Patch0: %{name}-configure.patch
13Patch1: %{name}-DESTDIR.patch
2e0d573b 14URL: http://www.autismuk.freeserve.co.uk/
46a26283 15BuildRequires: SDL-devel >= 1.2.0
46f6fe0d
JB
16BuildRequires: autoconf
17BuildRequires: automake
211b83f2 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
c054c0a6
JR
26%description -l pl.UTF-8
27Menedżer Piłkarski jest przepisaną od podstaw sławną grą Sinclair
211b83f2 28Spectrum Football Management autorstwa Kevina Tomsa. Nie jest ona
c054c0a6
JR
29najbardziej skomplikowaną ani najpiękniejszą grą na świecie, ale jest
30jedną z najbardziej grywalnych.
211b83f2 31
32%prep
33%setup -q
34%patch0 -p1
35%patch1 -p1
36
37%build
211b83f2 38%{__aclocal}
39%{__autoconf}
40%{__automake}
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
de50c4dc 46install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
211b83f2 47
e4adb5f2
PG
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
211b83f2 50
de50c4dc 51install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
46a26283 52install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
211b83f2 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}
4715e81f 62%{_desktopdir}/*.desktop
46a26283 63%{_pixmapsdir}/*
This page took 0.078772 seconds and 4 git commands to generate.