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