From: Kévin THIERRY Date: Wed, 12 Nov 2014 15:18:59 +0000 (+0100) Subject: packaging: Bump to version 1.2 X-Git-Tag: submit/tizen_common/20150106.094900^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0_ivi;p=platform%2Fupstream%2Fsbc.git packaging: Bump to version 1.2 Bug-Tizen: TC-1868 Change-Id: Ie82b08c84ba4ebd2e12059864c6d2bacfdae8270 Signed-off-by: Kévin THIERRY Signed-off-by: Philippe Coval --- 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