]> git.pld-linux.org Git - packages/cytadela.git/blob - cytadela.spec
- up to 1.0.1
[packages/cytadela.git] / cytadela.spec
1 Summary:        A conversion of an Amiga Doom clone "Cytadela"
2 Summary(pl.UTF-8):      Konwersja amigowego klona gry Doom "Cytadela"
3 Name:           cytadela
4 Version:        1.0.1
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications/Games
8 Source0:        http://downloads.sourceforge.net/cytadela/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f9d47dc417ab306674074ac730c34032
10 Source1:        %{name}.desktop
11 URL:            http://sourceforge.net/projects/cytadela/
12 BuildRequires:  OpenGL-GLU-devel
13 BuildRequires:  OpenGL-devel
14 BuildRequires:  SDL_mixer-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  vlc-devel >= 1.1.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Cytadela is a conversion of an Amiga game also called Cytadela,
22 created by Virtual Design team. The conversion contains an
23 implementation of several algorithms taken from the original. Major
24 part of graphics, all music, sounds and levels are taken from the
25 original, but in some cases they are processed and/or modified in
26 order to make them easier to use with the conversion and to correct
27 some bugs.
28
29 %description -l pl.UTF-8
30 Cytadela jest konwersją amigowej gry o tym samym tytule, stworzonej
31 przez grupę Virtual Design. W konwersji wykorzystanych jest kilka
32 algorytmów pochodzących z oryginału. Cała muzyka, większość grafiki,
33 wszystkie dźwięki i poziomy pochodzą z wersji oryginalnej, ale w
34 niektórych przypadkach zostały przetworzone i/lub zmodyfikowane w celu
35 ułatwienia wykorzystania ich w konwersji i poprawienia kilku błędów.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 install data/icons/%{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README data/doc/*.html
63 %attr(755,root,root) %{_bindir}/%{name}
64 %{_datadir}/%{name}
65 %{_desktopdir}/%{name}.desktop
66 %{_pixmapsdir}/%{name}.xpm
This page took 0.068541 seconds and 4 git commands to generate.