Browse Source

bluez: build with sbc

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7791 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 10 years ago
parent
commit
d31c4d346b
1 changed files with 10 additions and 1 deletions
  1. 10 1
      b/bluez/bluez-vl.spec

+ 10 - 1
b/bluez/bluez-vl.spec

@@ -2,7 +2,7 @@ Summary: Bluetooth utilities
 Summary(ja): Bluetooth ユーティリティ 
 Name: bluez
 Version: 4.101
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
 
@@ -41,6 +41,7 @@ BuildRequires:	gstreamer-devel
 BuildRequires:	gstreamer-plugins-base-devel
 BuildRequires:	libsndfile-devel
 BuildRequires:	readline-devel
+BuildRequires:  sbc-devel
 
 ExcludeArch: s390 s390x
 
@@ -215,6 +216,10 @@ install -D -m0755 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules/bl
 
 install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth
 
+mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
+
+install -D -p -m0644 audio/audio.conf ${RPM_BUILD_ROOT}/etc/bluetooth/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -286,6 +291,10 @@ exit 0
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Thu Jul 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 4.101-2
+- build with sbc
+  - add BR: sbc-devel
+
 * Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.101-1
 - new upstream release