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