]> git.pld-linux.org Git - packages/SDL_mixer.git/blob - SDL_mixer.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/SDL_mixer.git] / SDL_mixer.spec
1 Summary:        Simple DirectMedia Layer - Sample Mixer Library
2 Summary(pl):    Prosta biblioteka miksera
3 Name:           SDL_mixer
4 Version:        1.2.1
5 Release:        3
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-timidity_cfg.patch
10 URL:            http://www.libsdl.org/projects/SDL_mixer/
11 BuildRequires:  SDL-devel >= 1.2.0
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esound-devel
16 BuildRequires:  libtool
17 BuildRequires:  libvorbis-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19 Obsoletes:      libSDL_mixer1.2
20
21 %define         _prefix         /usr/X11R6
22
23 %description
24 Due to popular demand, here is a simple multi-channel audio mixer. It
25 supports 4 channels of 16 bit stereo audio, plus a single channel of
26 music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
27 libraries.
28
29 %description -l pl
30 Prosty wielo-kana³owy mikser audio. Wspiera on 4 kana³y 16 bitowego
31 dzwiêku stereo plus jeden kana³ dla muzyki miksowanej przez popularny
32 MikMod MOD, Timitity MIDI i biblioteki SMPEG MP3.
33
34 %package devel
35 Summary:        Header files and more to develop SDL_mixer applications
36 Summary(pl):    Pliki nag³ówkowe do rozwoju aplikacji u¿ywaj±cych SDL_mixer
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}
39 Requires:       SDL-devel
40 Requires:       libvorbis-devel
41 Obsoletes:      libSDL_mixer1.2-devel
42
43 %description devel
44 Header files and more to develop SDL_mixer applications.
45
46 %description -l pl devel
47 Pliki nag³ówkowe do rozwoju aplikacji u¿ywaj±cych SDL_mixer
48
49 %package static
50 Summary:        Static SDL_mixer libraries
51 Summary(pl):    Statyczne biblioteki SDL_mixer
52 Group:          Development/Libraries
53 Requires:       %{name}-devel = %{version}
54
55 %description static
56 Static SDL_mixer libraries.
57
58 %description -l pl static
59 Statyczne biblioteki SDL_mixer.
60
61 %prep
62 %setup -q 
63 %patch -p1
64
65 %build
66 rm -f missing
67 libtoolize --copy --force
68 aclocal
69 autoconf
70 automake -a -c
71 %configure
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install DESTDIR=$RPM_BUILD_ROOT
78
79 gzip -9nf README CHANGES
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_bindir}/playmus
90 %attr(755,root,root) %{_bindir}/playwave
91 %attr(755,root,root) %{_libdir}/lib*.so.*.*
92
93 %files devel
94 %defattr(644,root,root,755)
95 %doc *.gz
96 %attr(755,root,root) %{_libdir}/lib*.so
97 %attr(755,root,root) %{_libdir}/lib*.la
98 %{_includedir}/SDL/*
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/lib*.a
This page took 0.124644 seconds and 4 git commands to generate.