]> git.pld-linux.org Git - packages/alsa-oss.git/blob - alsa-oss.spec
- fixed typo in files (now /usr/lib/libaoss.so is also included)
[packages/alsa-oss.git] / alsa-oss.spec
1 Summary:        Advanced Linux Sound Architecture (ALSA) OSS compatibility wrapper library & script
2 Summary(pl):    Advanced Linux Sound Architecture (ALSA) - biblioteka i skrypt  kompatibilno¶ci z OSS
3 Name:           alsa-oss
4 %define         _pre    rc2
5 Version:        1.0.0
6 Release:        0.%{_pre}.2
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        ftp://ftp.alsa-project.org/pub/oss-lib/%{name}-%{version}%{_pre}.tar.bz2
10 # Source0-md5:  50cc9bd5c36149aacd0ca2d0bcb55d0b
11 URL:            http://www.alsa-project.org/
12 BuildRequires:  alsa-lib-devel >= 1.0.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 OSS compatibility library and simple wrapper script which facilitates
20 it's use. It just sets the appropriate LD_PRELOAD path and then runs
21 the command.
22
23
24 %description -l pl
25 Bibliteka kompatybilno¶ci z OSS i prosty wrapper który u³atwia jej
26 u¿ycie, który po prostu ustawia odpowiednie LD_PRELOAD po czym
27 uruchamia komendê.
28
29
30
31 %prep
32 %setup -q -n %{name}-%{version}%{_pre}
33 %configure
34
35 %build
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %attr(755,root,root) %{_bindir}/aoss
51
52 %{_mandir}/man1/aoss.1*
53 %{_libdir}/*.la
54 %{_libdir}/*.so*
This page took 0.064015 seconds and 4 git commands to generate.