]> git.pld-linux.org Git - packages/wesnoth.git/blame - wesnoth.spec
- clean up man pages
[packages/wesnoth.git] / wesnoth.spec
CommitLineData
4f6ef9bb 1# TODO
f8498762 2# - unpackaged language files
d94078df 3#
eb35425c 4# Conditional build
dad9a32e 5%bcond_without server # without server
b18d78c0 6%bcond_without tools # without tools
e579b435 7%bcond_without fribidi # without Bidirectional language support
dad9a32e 8#
9Summary: Strategy game with a fantasy theme
d78dbe99 10Summary(hu.UTF-8): Fantasy környezetben játszódó stratégiai játék
157e8e1f 11Summary(pl.UTF-8): Strategiczna gra z motywem fantasy
dad9a32e 12Name: wesnoth
d94078df 13Version: 1.10
14Release: 0.1
d31a0af5 15Epoch: 1
482a922c 16License: GPL v2+
dad9a32e 17Group: X11/Applications/Games/Strategy
d7602b85 18Source0: http://downloads.sourceforge.net/wesnoth/%{name}-%{version}.tar.bz2
d94078df 19# Source0-md5: 707daa13e2f5b3976d9b169aab62dc29
3647514b 20Source1: %{name}d.init
d94078df 21Patch0: %{name}-desktop.patch
22Patch1: %{name}-locale_dir.patch
4d5620e7 23URL: http://www.wesnoth.org/
b20e0743 24BuildRequires: SDL-devel >= 1.2.14-4
dad9a32e 25BuildRequires: SDL_image-devel >= 1.2
26BuildRequires: SDL_mixer-devel >= 1.2
dad9a32e 27BuildRequires: SDL_net-devel >= 1.2
d22c6766 28BuildRequires: SDL_ttf-devel >= 2.0.8
d7602b85 29BuildRequires: asciidoc
e579b435 30BuildRequires: boost-devel >= 1.33
d7602b85 31BuildRequires: cmake >= 2.4
309b98f8 32BuildRequires: dbus-devel
e579b435 33%{?with_fribidi:BuildRequires: fribidi-devel}
9d16f83e 34BuildRequires: gettext-devel
759b9d08 35BuildRequires: libpng-devel
6ac5e90b 36BuildRequires: libstdc++-devel
d22c6766 37BuildRequires: libvorbis-devel
d7602b85 38BuildRequires: lua51-devel
350cecb6 39BuildRequires: pango-devel
c94bb8a1 40BuildRequires: pkgconfig
f1cb8481 41BuildRequires: rpm-pythonprov
d94078df 42BuildRequires: rpmbuild(macros) >= 1.600
d22c6766 43BuildRequires: sed >= 4.0
d7602b85 44BuildRequires: zlib-devel
a5e29dd0 45Requires: SDL >= 1.2.14-4
717cee4c 46# sr@Latn vs. sr@latin
47Conflicts: glibc-misc < 6:2.7
dad9a32e 48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50%description
51Battle for Wesnoth is a fantasy strategy game. Battle for control of
52villages, using variety of units which have advantages and
53disadvantages in different types of terrains and against different
54types of attacks. Units gain experience and advance levels, and are
55carried over from one scenario to the next campaign.
56
d78dbe99 57%description -l hu.UTF-8
a60f6f21 58Battle for Wesnoth (Harc Wesnothért) egy fantasy környezetben játszódó
59stratégiai játék. Harc a falvak megszerzéséért, különböző egységek
60felhasználásával, amelyeknek különböző előnyeik és hátrányaik vannak a
61különféle terepeken és a különböző támadási stílusok ellen. Az
62egységek tapasztalatot gyűjtenek, és fejlődnek, amelyek átvihetők a
63következő pályára.
d78dbe99 64
7840b0fd 65%description -l pl.UTF-8
a60f6f21 66Bitwa o Wesnoth jest strategiczną grą fantasy. Batalia o kontrolę nad
67wsiami przy pomocy różnego rodzaju oddziałów, które mają przewagę lub
68jej brak w odmiennym ukształtowaniu terenu i przeciwko różnym sposobom
69ataku. Oddziały zdobywają doświadczenie i poziomy zaawansowania i są
70przenoszone z jednej scenerii do następnej kampanii.
dad9a32e 71
dad9a32e 72%package server
73Summary: Network server for Wesnoth
717cee4c 74Summary(hu.UTF-8): Hálózati szerver Wesnoth-hoz
157e8e1f 75Summary(pl.UTF-8): Sieciowy serwer dla Wesnoth
dad9a32e 76Group: X11/Applications/Games/Strategy
392ee82f 77Requires(post,preun): /sbin/chkconfig
40b36f90
JK
78Requires(postun): /usr/sbin/groupdel
79Requires(postun): /usr/sbin/userdel
80Requires(pre): /usr/sbin/groupadd
81Requires(pre): /usr/sbin/useradd
759b9d08 82Requires: rc-scripts >= 0.4.0.17
745d3686
ER
83Provides: group(wesnothd)
84Provides: user(wesnothd)
717cee4c 85# sr@Latn vs. sr@latin
86Conflicts: glibc-misc < 6:2.7
dad9a32e 87
88%description server
89Server for playing networked games of Wesnoth.
90
d78dbe99
ZU
91%description server -l hu.UTF-8
92Szerver a Wesnoth hálózati játékához.
93
7840b0fd 94%description server -l pl.UTF-8
dad9a32e 95Serwer do prowadzenia sieciowych gier Wesnoth.
dad9a32e 96
dad9a32e 97%package tools
98Summary: Tools for Wesnoth
d94078df 99Summary(hu.UTF.8): Eszközök a Wesnoth-hoz
157e8e1f 100Summary(pl.UTF-8): Narzędzia dla Wesnoth
dad9a32e 101Group: X11/Applications/Games/Strategy
888b6155 102Requires: %{name} = %{epoch}:%{version}-%{release}
dad9a32e 103
104%description tools
105Map editor and translations tools.
106
d78dbe99
ZU
107%description tools -l hu.UTF-8
108Pályaszerkesztők és fordítási eszközök.
109
7840b0fd
JR
110%description tools -l pl.UTF-8
111Edytor map i narzędzia do tłumaczeń.
dad9a32e 112
113%prep
b5dcf87b 114%setup -q
6734084f 115%patch0 -p1
1c7a318b 116%patch1 -p1
d7602b85 117
118# don't install locales in %{_datadir}/%{name}
d94078df 119%{__sed} -i 's,${DATADIR}/${LOCALEDIR},${LOCALEDIR},' CMakeLists.txt
dad9a32e 120
121%build
d7602b85 122install -d build
123cd build
d94078df 124%cmake \
125 .. \
d7602b85 126 -DENABLE_STRICT_COMPILATION="off" \
127 -DBINDIR="%{_bindir}" \
128 -DMANDIR="%{_mandir}" \
d94078df 129 -DLOCALEDIR="%{_datadir}/locale" \
d7602b85 130 %{!?with_server:-DENABLE_SERVER="off"} \
131 %{?with_server:-DENABLE_CAMPAIGN_SERVER="on"} \
132 %{!?with_tools:-DENABLE_EDITOR="off"} \
133 %{?with_tools:-DENABLE_TOOLS="on"} \
d94078df 134 %{!?with_fribidi:-DENABLE_FRIBIDI="off"}
d7602b85 135
dad9a32e 136%{__make}
137
138%install
139rm -rf $RPM_BUILD_ROOT
d31a0af5 140install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},/var/run/wesnothd,/etc/rc.d/init.d,%{_docdir}/%{name}-%{version}}
dad9a32e 141
d7602b85 142%{__make} -C build install \
dad9a32e 143 DESTDIR=$RPM_BUILD_ROOT
144
8a64199f 145# install additional docs
146install changelog README $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
147gzip -9nf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{changelog,README}
148
d22c6766 149%if %{with server}
3647514b 150install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/wesnothd
d22c6766 151%endif
dad9a32e 152
39784dd5 153mv -f $RPM_BUILD_ROOT%{_datadir}/locale/nb{_NO,}
154mv -f $RPM_BUILD_ROOT%{_datadir}/locale/fur{_IT,}
c12ea96c 155
d94078df 156# unsupported(?)
157%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ca_ES@valencia
158%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/la
729e3de3 159%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/racv
d94078df 160%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/en@shaw
729e3de3
JB
161%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavian
162%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavianlatin
d94078df 163%{__rm} -r $RPM_BUILD_ROOT%{_mandir}/ca_ES@valencia
c12ea96c
MB
164
165# the same as manuals from %{_mandir}/man?
729e3de3 166%{__rm} -r $RPM_BUILD_ROOT%{_mandir}/en_GB
c12ea96c 167
5105ea28 168%find_lang %{name} --all-name
169
dad9a32e 170%clean
171rm -rf $RPM_BUILD_ROOT
172
40b36f90
JK
173%pre server
174%groupadd -P %{name}-server -g 178 wesnothd
175%useradd -P %{name}-server -u 178 -d /var/run/wesnothd -c "Wesnothd User" -g wesnothd wesnothd
176
3fdd0ea2 177%post server
178/sbin/chkconfig --add wesnothd
c12ea96c 179%service wesnothd restart
3fdd0ea2 180
181%preun server
182if [ "$1" = "0" ]; then
c12ea96c 183 %service wesnothd stop
24e1b6fa 184 /sbin/chkconfig --del wesnothd
40b36f90
JK
185 %userremove wesnothd
186 %groupremove wesnothd
3fdd0ea2 187fi
188
5105ea28 189%files -f %{name}.lang
dad9a32e 190%defattr(644,root,root,755)
8a64199f 191%doc %{_docdir}/%{name}-%{version}
dad9a32e 192%attr(755,root,root) %{_bindir}/wesnoth
0c6dc98e 193%{_mandir}/man6/wesnoth.6*
d31a0af5 194%lang(cs) %{_mandir}/cs/man6/wesnoth.6*
e579b435 195%lang(de) %{_mandir}/de/man6/wesnoth.6*
d3cada04 196%lang(et) %{_mandir}/et/man6/wesnoth.6*
83629e31 197%lang(es) %{_mandir}/es/man6/wesnoth.6*
198%lang(fi) %{_mandir}/fi/man6/wesnoth.6*
bdc2942c 199%lang(fr) %{_mandir}/fr/man6/wesnoth.6*
7d4eb852 200%lang(gl) %{_mandir}/gl/man6/wesnoth.6*
e579b435 201%lang(hu) %{_mandir}/hu/man6/wesnoth.6*
944acd9d 202%lang(id) %{_mandir}/id/man6/wesnoth.6*
83629e31 203%lang(it) %{_mandir}/it/man6/wesnoth.6*
7d4eb852 204%lang(lt) %{_mandir}/lt/man6/wesnoth.6*
e579b435 205%lang(pl) %{_mandir}/pl/man6/wesnoth.6*
83629e31 206%lang(ru) %{_mandir}/ru/man6/wesnoth.6*
5105ea28 207%lang(sk) %{_mandir}/sk/man6/wesnoth.6*
83629e31 208%lang(sr) %{_mandir}/sr/man6/wesnoth.6*
209%lang(sr@latin) %{_mandir}/sr@latin/man6/wesnoth.6*
210%lang(zh_CN) %{_mandir}/zh_CN/man6/wesnoth.6*
211%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnoth.6*
0c6dc98e 212%{_datadir}/%{name}
3647514b 213%{_desktopdir}/*.desktop
214%{_pixmapsdir}/*-icon.png
dad9a32e 215
216%if %{with server}
217%files server
218%defattr(644,root,root,755)
d22c6766 219%attr(755,root,root) %{_bindir}/campaignd
dad9a32e 220%attr(755,root,root) %{_bindir}/wesnothd
3fdd0ea2 221%attr(754,root,root) /etc/rc.d/init.d/wesnothd
0c6dc98e 222%{_mandir}/man6/wesnothd.6*
e579b435 223%lang(cs) %{_mandir}/cs/man6/wesnothd.6*
e579b435 224%lang(de) %{_mandir}/de/man6/wesnothd.6*
225%lang(es) %{_mandir}/es/man6/wesnothd.6*
d3cada04 226%lang(et) %{_mandir}/et/man6/wesnothd.6*
d18a93b2 227%lang(fi) %{_mandir}/fi/man6/wesnothd.6*
bdc2942c 228%lang(fr) %{_mandir}/fr/man6/wesnothd.6*
d16f534c 229%lang(gl) %{_mandir}/gl/man6/wesnothd.6*
e579b435 230%lang(hu) %{_mandir}/hu/man6/wesnothd.6*
944acd9d 231%lang(id) %{_mandir}/id/man6/wesnothd.6*
e579b435 232%lang(it) %{_mandir}/it/man6/wesnothd.6*
d7602b85 233%lang(ja) %{_mandir}/ja/man6/wesnothd.6*
d22c6766 234%lang(lt) %{_mandir}/lt/man6/wesnothd.6*
e579b435 235%lang(pl) %{_mandir}/pl/man6/wesnothd.6*
d7602b85 236%lang(pt_BR) %{_mandir}/pt_BR/man6/wesnothd.6*
83629e31 237%lang(ru) %{_mandir}/ru/man6/wesnothd.6*
d7602b85 238%lang(sk) %{_mandir}/sk/man6/wesnothd.6*
83629e31 239%lang(sr) %{_mandir}/sr/man6/wesnothd.6*
240%lang(sr@latin) %{_mandir}/sr@latin/man6/wesnothd.6*
241%lang(tr) %{_mandir}/tr/man6/wesnothd.6*
242%lang(zh_CN) %{_mandir}/zh_CN/man6/wesnothd.6*
243%lang(zh_TW) %{_mandir}/zh_TW/man6/wesnothd.6*
40b36f90 244%attr(770,wesnothd,wesnothd) %dir /var/run/wesnothd
dad9a32e 245%endif
246
247%if %{with tools}
248%files tools
249%defattr(644,root,root,755)
027c8016 250%attr(755,root,root) %{_bindir}/cutter
251%attr(755,root,root) %{_bindir}/exploder
dad9a32e 252%endif
This page took 0.072235 seconds and 4 git commands to generate.