]> git.pld-linux.org Git - packages/ascal.git/blame - ascal.spec
- do not override Ox option
[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
11URL: http://sourceforge.net/projects/ascal/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libglademm >= 2.4.0
15BuildRequires: libgnomecanvasmm-devel >= 2.0.0
16BuildRequires: libsigc++-devel >= 2.0.0
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Lasca is a game similar to Draughts but with some really cool
21enhancements.
22
23%description -l pl.UTF-8
24Lasca jest to gra podobna do Warcabów ale posiada wiele ciekawych
25ulepszeń.
26
27%prep
28%setup -q
29%patch0 -p1
30
31%build
32%{__intltoolize}
33%{__aclocal} -I m4/
34%{__autoconf}
35%{__autoheader}
36%{__automake}
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%find_lang %{name} --all-name
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files -f %{name}.lang
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog NEWS README THANKS
54%attr(755,root,root) %{_bindir}/*
55%{_datadir}/%{name}
56%{_desktopdir}/%{name}.desktop
57%{_pixmapsdir}/%{name}.png
This page took 0.082809 seconds and 4 git commands to generate.