]> git.pld-linux.org Git - packages/dame.git/blame_incremental - dame.spec
- tabs in preamble
[packages/dame.git] / dame.spec
... / ...
CommitLineData
1Summary: Dame lets you play checkers ala point and click
2Summary(cs.UTF-8): Plán dáma
3Summary(de.UTF-8): Spielen Sie Dame
4Summary(fi.UTF-8): Tammi peli
5Summary(fr.UTF-8): Jouez aux dames
6Summary(it.UTF-8): Gioco di dama
7Summary(pl.UTF-8): Warcaby
8Name: dame
9Version: 0.27
10Release: 6
11License: GPL
12Group: X11/Applications/Games/Strategy
13Source0: http://super.tacheles.de/~girbal/dame/%{name}-%{version}.tar.gz
14# Source0-md5: 80b3f49a32a34719e5448fa99086c739
15Patch0: %{name}-am_fix.patch
16Patch1: %{name}-desktop.patch
17URL: http://super.tacheles.de/~girbal/dame/
18BuildRequires: autoconf
19BuildRequires: automake
20BuildRequires: gettext-devel
21BuildRequires: gnome-libs-devel
22BuildRequires: libtool
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Dame lets you play at draughts in an X window. It comes with checkers,
27a tricky opponent, and simplech, an even harder to beat opponent.
28
29%description -l de.UTF-8
30Dame zeichnet ein Damebrett in ein X Fenster. Es kommt mit checkers,
31einem leichten, und simplech, einem schweren Gegner.
32
33%description -l fr.UTF-8
34Dame vous presente un damier graphique pour jouer aux dames contre
35l'ordinateur - en personne de checkers ou simplech.
36
37%description -l pl.UTF-8
38Dzięki dame można grać w warcaby w X Window. W pakiecie jest
39szachownica, sprytny przeciwnik oraz simplech -- przeciwnik, którego
40jeszcze trudniej pokonać.
41
42%prep
43%setup -q
44%patch0 -p1
45%patch1 -p1
46
47%build
48rm -f missing acinclude.m4
49%{__gettextize}
50%{__libtoolize}
51%{__aclocal} -I macros
52%{__autoconf}
53%{__automake}
54%configure
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT \
62 sysdir=%{_desktopdir}
63
64%find_lang %{name}
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%files -f %{name}.lang
70%defattr(644,root,root,755)
71%doc AUTHORS README ChangeLog dame.lsm
72%attr(755,root,root) %{_bindir}/*
73%{_mandir}/man6/dame.6*
74%{_pixmapsdir}/*
75%{_desktopdir}/*.desktop
This page took 0.060824 seconds and 4 git commands to generate.