]> git.pld-linux.org Git - packages/gfpoken.git/blob - gfpoken.spec
- removed two lines with define
[packages/gfpoken.git] / gfpoken.spec
1 Summary:        BlackBox-type game for GTK inspired by Marble
2 Summary(pl):    Zainspirowana przez Marble gra dla GTK
3 Name:           gfpoken
4 Version:        0.25
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://gfpoken.bigw.org/%{name}-%{version}.tar.gz
9 Source1:        %{name}.png
10 Source2:        %{name}.desktop
11 URL:            http://gfpoken.bigw.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 BlackBox-type game for GTK inspired by Marble.
20
21 %description -l pl
22 Zainspirowana przez Marble gra dla GTK.
23
24 %prep
25 %setup -q
26
27 %build
28 rm -f missing
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Games}
38
39 install gfpoken $RPM_BUILD_ROOT%{_bindir}
40 install iconpix.h $RPM_BUILD_ROOT%{_pixmapsdir}/gfpoken.xpm
41
42 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
43 install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Games
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README
51 %attr(755,root,root) %{_bindir}/*
52 %{_pixmapsdir}/*
53 %{_applnkdir}/Games/*
This page took 0.052068 seconds and 4 git commands to generate.