packaging: Bump to version 1.2 accepted/tizen_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20150107.102918 accepted/tizen/ivi/20150113.060256 accepted/tizen/mobile/20150114.130254 accepted/tizen/tv/20150112.114030 accepted/tizen/wearable/20150112.054918 submit/tizen_common/20150106.094900 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20150108.111111 submit/tizen_ivi/20150108.222222 submit/tizen_ivi/20150108.333333 submit/tizen_mobile/20150109.000000 submit/tizen_mobile/20150112.000000 submit/tizen_tv/20150109.000000 submit/tizen_wearable/20150109.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 12 Nov 2014 15:18:59 +0000 (16:18 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 6 Jan 2015 09:49:02 +0000 (10:49 +0100)
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>
packaging/sbc.spec

index b40c4a68791766ef7ae2bff002bd6f0eebebd4d1..784485ee1a9ef2c470d96a24f6f8c4ed42659bd9 100644 (file)
@@ -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