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