]> git.pld-linux.org Git - packages/gbeermatic.git/blob - gbeermatic.spec
- converted to UTF-8
[packages/gbeermatic.git] / gbeermatic.spec
1 Summary:        Stupid games to help you get drunk in style
2 Summary(pl.UTF-8):   Głupie gierki pomagające upić się w stylu
3 Name:           gbeermatic
4 Version:        0.1
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://earthworm.no-ip.com/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  20b14c49e83c9f845a1ce9c618958668
10 Patch0:         %{name}-desktop.patch
11 URL:            http://earthworm.no-ip.com/gbeermatic/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel >= 0.10.40
15 BuildRequires:  libglade2-devel >= 2.0.1
16 BuildRequires:  libgnomeui-devel >= 2.4.0
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool
19 BuildRequires:  pkgconfig
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 gBeermatic is a GTK+2 based drinking game program. It features film
24 questions, games, and other stupid stuff.
25
26 %description -l pl.UTF-8
27 gBeermatic jest grą bazującą na GTK+2, zawierającą pytania o filmach,
28 gierki i inne głupie rzeczy.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 %{__gettextize}
36 %{__libtoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 # useless in binary package
51 rm -rf $RPM_BUILD_ROOT%{_includedir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/%{name}
60 %{_desktopdir}/*.desktop
61 %{_pixmapsdir}/%{name}
This page took 0.077222 seconds and 3 git commands to generate.