]> git.pld-linux.org Git - packages/asc.git/blob - asc.spec
- release 3
[packages/asc.git] / asc.spec
1 # TODO:
2 # - check sounds - doesn't work for me
3
4 Summary:        Advanced Strategic Command - a free, turn based strategy game
5 Summary(pl.UTF-8):      Advanced Strategic Command - turowa gra strategiczna
6 Name:           asc
7 Version:        2.4.0.0
8 Release:        3
9 License:        GPL v2+
10 Group:          X11/Applications/Games/Strategy
11 Source0:        http://downloads.sourceforge.net/asc-hq/%{name}-%{version}.tar.bz2
12 # Source0-md5:  8c18a7cf84cb53b04527d864301d405d
13 Source1:        %{name}.desktop
14 Source2:        %{name}.xpm
15 Patch0:         %{name}-configure.patch
16 Patch1:         %{name}-lua.patch
17 URL:            http://www.asc-hq.org/
18 BuildRequires:  SDL-devel >= 1.2.2
19 BuildRequires:  SDL_image-devel
20 BuildRequires:  SDL_mixer-devel >= 1.2
21 BuildRequires:  SDL_sound-devel
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  boost-devel >= 1.35.0
25 BuildRequires:  bzip2-devel >= 1.0.0
26 BuildRequires:  curl-devel >= 7.10.0
27 BuildRequires:  expat-devel
28 BuildRequires:  freetype-devel
29 BuildRequires:  libjpeg-devel
30 BuildRequires:  libpng-devel
31 BuildRequires:  libsigc++12-devel >= 1.2
32 BuildRequires:  libtool >= 2:1.5
33 BuildRequires:  lua51-devel
34 BuildRequires:  physfs-devel
35 BuildRequires:  pkgconfig
36 BuildRequires:  wxGTK2-unicode-gl-devel
37 BuildRequires:  zlib-devel
38 Obsoletes:      asc-music
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %description
42 ASC is a turn-based strategy game in the tradition of Battle Isle 2/3.
43 It can be played against the computer or against other human players
44 (either hotseat or by mail).
45
46 %description -l pl.UTF-8
47 ASC jest turową grą strategiczną, która posiada korzenie w Battle Isle
48 2/3. Grając w nią, można się zmierzyć z komputerem lub z innym
49 człowiekiem (przy jednym komputerze, lub przez pocztę).
50
51 %package tools
52 Summary:        Tools for ASC
53 Summary(pl.UTF-8):      Narzedzia dla ASC
54 Group:          X11/Applications/Games/Strategy
55
56 %description tools
57 Map editor and other tools for ASC.
58
59 %description tools -l pl.UTF-8
60 Edytor map i inne narzędzia dla ASC.
61
62 %prep
63 %setup -q
64 %patch0 -p1
65 %patch1 -p1
66
67 %build
68 %{__libtoolize}
69 %{__aclocal}
70 %{__autoconf}
71 %{__autoheader}
72 %{__automake}
73 %configure \
74         --with-wx-config="wx-gtk2-unicode-config"
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
85 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %files
91 %defattr(644,root,root,755)
92 %doc ChangeLog source/TODO
93 %attr(2755,root,games) %{_bindir}/%{name}
94 %{_datadir}/games/%{name}
95 %{_desktopdir}/%{name}.desktop
96 %{_mandir}/man6/%{name}.6*
97 %{_pixmapsdir}/%{name}.xpm
98
99 %files tools
100 %defattr(644,root,root,755)
101 %attr(755,root,root) %{_bindir}/asc_demount
102 %attr(755,root,root) %{_bindir}/asc_mapedit
103 %attr(755,root,root) %{_bindir}/asc_mount
104 %attr(755,root,root) %{_bindir}/asc_weaponguide
105 %{_mandir}/man6/asc_demount.6*
106 %{_mandir}/man6/asc_mapedit.6*
107 %{_mandir}/man6/asc_mount.6*
108 %{_mandir}/man6/asc_weaponguide.6*
This page took 0.039508 seconds and 4 git commands to generate.