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