]> git.pld-linux.org Git - SPECS.git/blob - gtulpas.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / gtulpas.spec
1 Summary:        GNOME Tulpas pool game
2 Summary(pl.UTF-8):      GNOME Tulpas - gra w bilard
3 Name:           gtulpas
4 Version:        1.0.0
5 Release:        0
6 License:        GPL
7 Group:          X11/Applications/Games
8 Vendor:         SuSE GmbH, Nuernberg, Germany
9 Source0:        http://www.suse.cz/gtulpas/%{name}-%{version}.tar.gz
10 # Source0-md5:  cf208593998978c6c835e815508f20e7
11 Patch0:         %{name}-guileglue.patch
12 Patch1:         %{name}-guile-snarf.patch
13 Patch2:         %{name}-gcc33.patch
14 Patch3:         %{name}-glx.patch
15 Patch4:         %{name}-dif.patch
16 Patch5:         %{name}-DESTDIR.patch
17 URL:            http://www.suse.cz/gtulpas/
18 BuildRequires:  OpenGL-devel
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  gettext-tools
22 BuildRequires:  gnome-libs-devel
23 BuildRequires:  gtkglarea1-devel
24 BuildRequires:  guile-devel
25 BuildRequires:  libtool
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 GNOME Tulpas pool game.
30
31 %description -l pl.UTF-8
32 GNOME Tulpas - gra w bilard.
33
34 %prep
35 %setup -q
36 %patch0 -p0
37 %patch1 -p0
38 %patch2 -p0
39 %patch3 -p0
40 %patch4 -p0
41 %patch5 -p1
42
43 %build
44 %{__gettextize}
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         Gamesdir=%{_applnkdir}/Games
60
61 %find_lang %{name} --with-gnome
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS README TODO
69 %attr(755,root,root) %{_bindir}/gtulpas
70 %{_datadir}/gtulpas
71 %{_applnkdir}/Games/gtulpas.desktop
72 %{_pixmapsdir}/gtulpas.png
This page took 0.268175 seconds and 3 git commands to generate.