]> git.pld-linux.org Git - packages/dame.git/blobdiff - dame.spec
- cz->cs in lang code
[packages/dame.git] / dame.spec
index cb9c367200a938e1d6a6ee2329997375c88966fd..fff961235c1f2db0fab6d8d98f3cb516ade8388b 100644 (file)
--- a/dame.spec
+++ b/dame.spec
@@ -1,16 +1,19 @@
 Summary:       Dame lets you play checkers ala point and click
+Summary(cs):   Plán dáma
 Summary(de):   Spielen Sie Dame
-Summary(fr):   Jouez aux dames
 Summary(fi):   Tammi peli
+Summary(fr):   Jouez aux dames
+Summary(it):   Gioco di dama
 Summary(pl):   Warcaby
 Name:          dame
 Version:       0.27
-Release:       3
+Release:       6
 License:       GPL
 Group:         X11/Applications/Games/Strategy
 Source0:       http://super.tacheles.de/~girbal/dame/%{name}-%{version}.tar.gz
 # Source0-md5: 80b3f49a32a34719e5448fa99086c739
 Patch0:                %{name}-am_fix.patch
+Patch1:                %{name}-desktop.patch
 URL:           http://super.tacheles.de/~girbal/dame/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -19,7 +22,6 @@ BuildRequires:        gnome-libs-devel
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Dame lets you play at draughts in an X window. It comes with checkers,
 a tricky opponent, and simplech, an even harder to beat opponent.
@@ -40,6 +42,7 @@ jeszcze trudniej pokona
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing acinclude.m4
@@ -56,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       sysdir=%{_applnkdir}/Games/Board
+       sysdir=%{_desktopdir}
 
 %find_lang %{name}
 
@@ -69,4 +72,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man6/dame.6*
 %{_pixmapsdir}/*
-%{_applnkdir}/Games/Board/dame.desktop
+%{_desktopdir}/*
This page took 0.272216 seconds and 4 git commands to generate.