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