]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer.spec
- don't install usless files
[packages/blobAndConquer.git] / blobAndConquer.spec
CommitLineData
cf2365e7 1Summary: 3D action game
2Summary(pl.UTF-8): Trójwymiarowa gra akcji
3Name: blobAndConquer
5b6ea14a 4Version: 1.09
39806467 5Release: 0.1
cf2365e7 6License: GPL v2+
7Group: X11/Applications/Games
5b6ea14a 8Source0: http://www.parallelrealities.co.uk/download/e790f207/blobAndConquer/%{name}-%{version}-1.tar.gz
9# Source0-md5: e832c6ccc4e56123c0bed50b5e973c1b
cf2365e7 10Patch0: %{name}-makefile.patch
f4185c26 11Patch1: %{name}-desktop.patch
5b6ea14a 12Patch2: %{name}-usless_files.patch
cf2365e7 13URL: http://www.parallelrealities.co.uk/projects/blobAndConquer.php
14BuildRequires: OpenGL-GLU-devel
15BuildRequires: OpenGL-devel
16BuildRequires: SDL_image-devel
17BuildRequires: SDL_mixer-devel
18BuildRequires: SDL_ttf-devel
39806467 19BuildRequires: rpmbuild(macros) >= 1.268
cf2365e7 20BuildRequires: zlib-devel
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Mission and Objective based 3D Action game. This is episode 2 of the
25Blob Wars saga.
26
27%description -l pl.UTF-8
28Trójwymiarowa gra akcji oparta na wykonywaniu misji i zadań. Jest to
29drugi epizod sagi Blob Wars.
30
31%prep
32%setup -q
33%patch0 -p1
f4185c26 34%patch1 -p1
5b6ea14a 35%patch2 -p1
cf2365e7 36
37%build
38%{__make} \
39 CXX="%{__cxx}" \
40 CFLAGS="%{rpmcflags}" \
41 LDFLAGS="%{rpmldflags}"
42
43%install
44rm -rf $RPM_BUILD_ROOT
45install -d $RPM_BUILD_ROOT%{_pixmapsdir}
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir}
51
39806467 52%find_lang %{name} --all-name
53
cf2365e7 54%clean
55rm -rf $RPM_BUILD_ROOT
56
39806467 57%files -f %{name}.lang
cf2365e7 58%defattr(644,root,root,755)
59%doc doc
60%attr(755,root,root) %{_bindir}/*
61%dir %{_datadir}/%{name}
62%{_datadir}/%{name}/blobAndConquer.pak
63%{_desktopdir}/%{name}.desktop
5b6ea14a 64%dir %{_iconsdir}/hicolor/32x32/apps/
65%{_iconsdir}/hicolor/32x32/apps/blobAndConquer.png
cf2365e7 66%{_pixmapsdir}/%{name}.png
This page took 0.060692 seconds and 4 git commands to generate.