Add gcc BR, spec cleanups

This commit is contained in:
Peter Robinson 2018-03-09 14:49:26 +00:00
parent 197f427b9a
commit 364a86795b

View File

@ -1,12 +1,13 @@
Name: sbc
Version: 1.3
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Sub Band Codec used by bluetooth A2DP
License: GPLv2 and LGPLv2+
URL: http://www.bluez.org
Source0: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: libsndfile-devel
%description
@ -17,7 +18,6 @@ an adaptive block PCM quantizers.
%package devel
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@ -42,7 +42,6 @@ find %{buildroot} -type f -name "*.la" -delete
%postun -p /sbin/ldconfig
%files
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc AUTHORS ChangeLog
%{_bindir}/sbc*
@ -54,6 +53,9 @@ find %{buildroot} -type f -name "*.la" -delete
%{_libdir}/libsbc.so
%changelog
* Fri Mar 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-9
- Add gcc BR
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild