]> git.pld-linux.org Git - packages/freedroidrpg.git/blame - freedroidrpg.spec
- 0.10.2
[packages/freedroidrpg.git] / freedroidrpg.spec
CommitLineData
f1b7a85c 1#
cd147f3a 2# Conditional build
3%bcond_without tools # without game tools
f1b7a85c
JK
4#
5Summary: Single player sci-fi RPG featuring Tux and evil MS bots
1de4e407 6Summary(pl.UTF-8): RPG z gatunku s-f dla jednego gracza z Tuksem i złymi robotami MS
f1b7a85c 7Name: freedroidrpg
efa48991 8Version: 0.10.2
e7b7d39e 9Release: 1
cd147f3a 10License: GPL v2+
f1b7a85c 11Group: X11/Applications/Games
e7b7d39e 12Source0: http://dl.sourceforge.net/freedroid/%{name}-%{version}.tar.bz2
efa48991 13# Source0-md5: 553a6dfe947895f75cdf43ffed1c1872
f1b7a85c
JK
14Source1: %{name}.desktop
15Source2: %{name}.png
16URL: http://freedroid.sourceforge.net/
61aecaab 17BuildRequires: OpenGL-devel
f1b7a85c
JK
18BuildRequires: SDL-devel >= 1.2.3
19BuildRequires: SDL_image-devel
20BuildRequires: SDL_mixer-devel
b1cd5c73 21BuildRequires: SDL_net-devel
f1b7a85c
JK
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
a65a3c0e
JB
31This game evolved as an extension of the arcade game Freedroid into an
32RPG.
f1b7a85c 33
a65a3c0e
JB
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.
f1b7a85c 39
a65a3c0e 40This is when some frustrated worker frees the Tux, who had been
cd147f3a 41imprisoned by the MS shortly before they took over government.
a65a3c0e 42
9371fb76
JR
43%description -l pl.UTF-8
44Ta gra wyewoluowała jako rozszerzenie gry zręcznościowej Freedroid w
a65a3c0e
JB
45RPG.
46
9371fb76
JR
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
a65a3c0e
JB
51przetrwanie.
52
9371fb76
JR
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.
f1b7a85c 55
cd147f3a 56%package tools
57Summary: Tools for freefroidrpg
1de4e407 58Summary(pl.UTF-8): Narzędzia dla freedroidrpg
cd147f3a 59Group: X11/Applications/Games
60Requires: %{name} = %{version}-%{release}
61
62%description tools
63Item and dialog editor for freedroidrpg with other tools.
64
9371fb76
JR
65%description tools -l pl.UTF-8
66Edytor przedmiotów i dialogów dla freedroidrpg wraz z innymi
67narzędziami.
cd147f3a 68
f1b7a85c 69%prep
e7b7d39e 70%setup -q
f1b7a85c
JK
71
72%build
f1b7a85c
JK
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)
364afdcf 91%doc AUTHORS ChangeLog README
cd147f3a 92%attr(755,root,root) %{_bindir}/freedroidRPG
f1b7a85c 93%{_datadir}/%{name}
d6aeadbf 94%{_desktopdir}/*.desktop
f1b7a85c
JK
95%{_pixmapsdir}/*
96%{_mandir}/man6/*
cd147f3a 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.106646 seconds and 4 git commands to generate.