]> git.pld-linux.org Git - packages/fm.git/blobdiff - fm.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/fm.git] / fm.spec
diff --git a/fm.spec b/fm.spec
index 7348235843986d75dcd984d98793312a7e32cf0b..f149f8eb4eb1680f6b954bfa8bca8965b8ce656f 100644 (file)
--- a/fm.spec
+++ b/fm.spec
@@ -1,17 +1,20 @@
 Summary:       Football Manager
-Summary(pl):   Menad¿er Pi³karski
+Summary(pl.UTF-8):     Menadżer Piłkarski
 Name:          fm
-Version:       0.98
-Release:       1
+Version:       0.99
+Release:       3
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz
+# Source0-md5: 9863cf5f9de638748a8fc4bcdb5cddbf
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 Patch0:                %{name}-configure.patch
 Patch1:                %{name}-DESTDIR.patch
-URL:           http://freshmeat.net/projects/footballmanager/
-Buildrequires: allegro-devel
-BuildRequires: SDL-devel
+URL:           http://www.autismuk.freeserve.co.uk/
+BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,11 +23,11 @@ Sinclair Spectrum Football Management game. It is not the most
 complicated or prettiest game in the world, but it is one of the most
 fun.
 
-%description -l pl
-Mened¿er Pi³karski jest przepisan± od podstaw s³awn± gr± Sinclair
+%description -l pl.UTF-8
+Menedżer Piłkarski jest przepisaną od podstaw sławną grą Sinclair
 Spectrum Football Management autorstwa Kevina Tomsa. Nie jest ona
-najbardziej skomplikowan± ani najpiêkniejsz± gr± na ¶wiecie, ale jest
-jedn± z najbardziej grywalnych.
+najbardziej skomplikowaną ani najpiękniejszą grą na świecie, ale jest
+jedną z najbardziej grywalnych.
 
 %prep
 %setup -q
@@ -32,7 +35,6 @@ jedn
 %patch1 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -41,11 +43,13 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,4 +59,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
-%{_applnkdir}/Games/*
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*
This page took 0.070026 seconds and 4 git commands to generate.