Bug-Tizen: TC-1868
Change-Id: Ie82b08c84ba4ebd2e12059864c6d2bacfdae8270
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Name: sbc
-Version: 1.1
+Version: 1.2
Release: 0
Summary: Bluetooth SBC Utilities
Group: Multimedia/Utilities
License: GPL-2.0
URL: http://www.bluez.org
-Source0: http://www.kernel.org/pub/linux/bluetooth/sbc-1.1.tar.gz
+Source0: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(sndfile)
%description
%build
%configure --enable-shared --disable-static --prefix=/usr
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
%install
-make install DESTDIR=%{buildroot}
+%make_install
rm -rf %{buildroot}%{_libdir}/*.la
%clean