]> git.pld-linux.org Git - packages/ascal.git/blame - ascal.spec
- declare ko_t ko; a bit earlier (fixes ugly warning - treated as error)
[packages/ascal.git] / ascal.spec
CommitLineData
f9a47ebd 1Summary: Gnome Version of the board game Lasca
2Summary(pl.UTF-8): Wersja gry Lasca dla Gnome
3Name: ascal
4Version: 0.1.1
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Games
8Source0: http://dl.sourceforge.net/ascal/%{name}-%{version}.tar.bz2
9# Source0-md5: d0121cac9ab3af6b5ef6501fd602b96c
10Patch0: %{name}-desktop.patch
7632c68e 11Patch1: %{name}-optimization.patch
f9a47ebd 12URL: http://sourceforge.net/projects/ascal/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libglademm >= 2.4.0
16BuildRequires: libgnomecanvasmm-devel >= 2.0.0
17BuildRequires: libsigc++-devel >= 2.0.0
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Lasca is a game similar to Draughts but with some really cool
22enhancements.
23
24%description -l pl.UTF-8
25Lasca jest to gra podobna do Warcabów ale posiada wiele ciekawych
26ulepszeń.
27
28%prep
29%setup -q
30%patch0 -p1
7632c68e 31%patch1 -p1
f9a47ebd 32
33%build
34%{__intltoolize}
35%{__aclocal} -I m4/
36%{__autoconf}
37%{__autoheader}
38%{__automake}
7632c68e 39%configure \
40 --disable-Werror
f9a47ebd 41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%find_lang %{name} --all-name
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files -f %{name}.lang
55%defattr(644,root,root,755)
56%doc AUTHORS ChangeLog NEWS README THANKS
57%attr(755,root,root) %{_bindir}/*
58%{_datadir}/%{name}
59%{_desktopdir}/%{name}.desktop
60%{_pixmapsdir}/%{name}.png
This page took 0.085141 seconds and 4 git commands to generate.