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