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