]> git.pld-linux.org Git - packages/freedroidrpg.git/blame_incremental - freedroidrpg.spec
- 0.10.2
[packages/freedroidrpg.git] / freedroidrpg.spec
... / ...
CommitLineData
1#
2# Conditional build
3%bcond_without tools # without game tools
4#
5Summary: Single player sci-fi RPG featuring Tux and evil MS bots
6Summary(pl.UTF-8): RPG z gatunku s-f dla jednego gracza z Tuksem i złymi robotami MS
7Name: freedroidrpg
8Version: 0.10.2
9Release: 1
10License: GPL v2+
11Group: X11/Applications/Games
12Source0: http://dl.sourceforge.net/freedroid/%{name}-%{version}.tar.bz2
13# Source0-md5: 553a6dfe947895f75cdf43ffed1c1872
14Source1: %{name}.desktop
15Source2: %{name}.png
16URL: http://freedroid.sourceforge.net/
17BuildRequires: OpenGL-devel
18BuildRequires: SDL-devel >= 1.2.3
19BuildRequires: SDL_image-devel
20BuildRequires: SDL_mixer-devel
21BuildRequires: SDL_net-devel
22BuildRequires: gtk+-devel
23BuildRequires: libjpeg-devel
24BuildRequires: libogg-devel
25BuildRequires: libpng-devel
26BuildRequires: libvorbis-devel
27BuildRequires: zlib-devel
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31This game evolved as an extension of the arcade game Freedroid into an
32RPG.
33
34The MS has taken over the galaxy via their trojan horse OS that was
35running everywhere. But twenty years after the MS took over, the Bots
36rebelled and attacked all life forms. Humans and Linarians (like the
37Tux) had to flee to some remote planets and now live underground,
38struggling to survive.
39
40This is when some frustrated worker frees the Tux, who had been
41imprisoned by the MS shortly before they took over government.
42
43%description -l pl.UTF-8
44Ta gra wyewoluowała jako rozszerzenie gry zręcznościowej Freedroid w
45RPG.
46
47MS przejął galaktykę poprzez konia trojańskiego OS, który działał
48wszędzie. Ale dwadzieścia lat później Roboty zbuntowały się i
49zaatakowały wszystkie formy życia. Ludzie i Linarianie (jak Tux)
50musieli uciec na odległe planety i żyją teraz w podziemiu, walcząc o
51przetrwanie.
52
53To dzieje się wtedy, gdy pewien sfrustrowany pracownik uwalnia Tuksa,
54który był uwięziony przez MS wkrótce przed objęciem przez nich rządów.
55
56%package tools
57Summary: Tools for freefroidrpg
58Summary(pl.UTF-8): Narzędzia dla freedroidrpg
59Group: X11/Applications/Games
60Requires: %{name} = %{version}-%{release}
61
62%description tools
63Item and dialog editor for freedroidrpg with other tools.
64
65%description tools -l pl.UTF-8
66Edytor przedmiotów i dialogów dla freedroidrpg wraz z innymi
67narzędziami.
68
69%prep
70%setup -q
71
72%build
73%configure
74%{__make}
75
76%install
77rm -rf $RPM_BUILD_ROOT
78install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
79
80%{__make} install \
81 DESTDIR=$RPM_BUILD_ROOT
82
83install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
84install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%files
90%defattr(644,root,root,755)
91%doc AUTHORS ChangeLog README
92%attr(755,root,root) %{_bindir}/freedroidRPG
93%{_datadir}/%{name}
94%{_desktopdir}/*.desktop
95%{_pixmapsdir}/*
96%{_mandir}/man6/*
97
98%if %{with tools}
99%files tools
100%defattr(644,root,root,755)
101%attr(755,root,root) %{_bindir}/*Editor
102%attr(755,root,root) %{_bindir}/croppy
103%attr(755,root,root) %{_bindir}/pngtoico
104%endif
This page took 0.074973 seconds and 4 git commands to generate.