]> git.pld-linux.org Git - packages/gfpoken.git/blame - gfpoken.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/gfpoken.git] / gfpoken.spec
CommitLineData
d7083581 1Summary: BlackBox-type game for GTK+ inspired by Marble
207859a2 2Summary(pl.UTF-8): Zainspirowana przez Marble gra dla GTK+
07b661fc
TP
3Name: gfpoken
4Version: 0.25
e069beaf 5Release: 5
07b661fc
TP
6License: GPL
7Group: X11/Applications/Games
07b661fc 8Source0: http://gfpoken.bigw.org/%{name}-%{version}.tar.gz
239e43af 9# Source0-md5: 59365bf8fd96ae3e231c57da7aa26c03
f6850459 10Source1: %{name}.png
11Source2: %{name}.desktop
07b661fc
TP
12URL: http://gfpoken.bigw.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: gtk+-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
07b661fc
TP
18
19%description
d7083581 20BlackBox-type game for GTK+ inspired by Marble.
07b661fc 21
cbf5f7b1 22%description -l pl.UTF-8
d7083581 23Zainspirowana przez Marble gra dla GTK+.
07b661fc
TP
24
25%prep
26%setup -q
27
28%build
29rm -f missing
995b6963 30%{__aclocal}
af6cd331 31%{__autoconf}
32%{__automake}
07b661fc
TP
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
cd6e2f93 38install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir}}
07b661fc
TP
39
40install gfpoken $RPM_BUILD_ROOT%{_bindir}
41install iconpix.h $RPM_BUILD_ROOT%{_pixmapsdir}/gfpoken.xpm
42
f6850459 43install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
cd6e2f93 44install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
f6850459 45
07b661fc
TP
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
13429a0b 51%doc AUTHORS ChangeLog README
07b661fc
TP
52%attr(755,root,root) %{_bindir}/*
53%{_pixmapsdir}/*
b64505c7 54%{_desktopdir}/*.desktop
This page took 0.064932 seconds and 4 git commands to generate.