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