From e60beaeff889d85d22453d984793464218b61e98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 12 Nov 2014 16:18:59 +0100 Subject: [PATCH] packaging: Bump to version 1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-1868 Change-Id: Ie82b08c84ba4ebd2e12059864c6d2bacfdae8270 Signed-off-by: Kévin THIERRY Signed-off-by: Philippe Coval --- packaging/sbc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/sbc.spec b/packaging/sbc.spec index b40c4a6..784485e 100644 --- a/packaging/sbc.spec +++ b/packaging/sbc.spec @@ -1,11 +1,11 @@ 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 @@ -25,10 +25,10 @@ This package contains Bluetooth SBC development files %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 -- 2.34.1