]> git.pld-linux.org Git - packages/bluezsco.git/blob - bluezsco.spec
- cleanups, more strict ALSA BRs (patched headers required)
[packages/bluezsco.git] / bluezsco.spec
1 %define         mainpkg_snap 2003-09-15
2 Summary:        Bluetooth headset controlling program
3 Summary(pl):    Program do kontroli zestawu s³uchawkowego Bluetooth
4 Name:           bluezsco
5 Version:        0.1
6 Release:        0.1
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        http://www.dcs.gla.ac.uk/~jp/snd-bluez-sco/snd-bluez-sco-%{mainpkg_snap}.tar.gz
10 #Source0-MD5:   c7ef302f3fcae934eb3935267cf557c8
11 URL:            http://www.dcs.gla.ac.uk/~jp/snd-bluez-sco/
12 BuildRequires:  alsa-driver-devel >= 0.9.7a-2
13 BuildRequires:  alsa-lib-devel >= 0.9.7-2
14 BuildRequires:  bluez-libs-devel
15 Requires:       kernel-sound-alsa
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 bluezsco is a utility to control Bluetooth headset.
20
21 %description -l pl
22 bluezsco to narzêdzie do sterowania zestawem s³uchawkowym Bluetooth.
23
24 %prep
25 %setup -q -n snd-bluez-sco-%{mainpkg_snap}
26
27 %build
28 cd %{name}-%{version}
29
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install %{name}-%{version}/%{name} $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/*
This page took 0.076121 seconds and 3 git commands to generate.