1.4
This commit is contained in:
parent
54e9ea9c67
commit
20beb37f87
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/sbc-*.tar.gz
|
||||
/sbc-*.tar.xz
|
||||
|
17
sbc.spec
17
sbc.spec
@ -1,11 +1,11 @@
|
||||
Name: sbc
|
||||
Version: 1.3
|
||||
Release: 10%{?dist}
|
||||
Version: 1.4
|
||||
Release: 1%{?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
|
||||
Source0: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libsndfile-devel
|
||||
@ -29,17 +29,15 @@ Files for development with %{name}.
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
%make_install
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -type f -name "*.la" -delete
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -53,6 +51,9 @@ find %{buildroot} -type f -name "*.la" -delete
|
||||
%{_libdir}/libsbc.so
|
||||
|
||||
%changelog
|
||||
* Sat Dec 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.4-1
|
||||
- Update to 1.4
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user