!2 upgrade to 0.2.2
From: @liqingqing_1229 Reviewed-by: @yang_yanchao Signed-off-by: @yang_yanchao
This commit is contained in:
commit
5d67a0f5af
Binary file not shown.
BIN
libsamplerate-0.2.2.tar.xz
Normal file
BIN
libsamplerate-0.2.2.tar.xz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: libsamplerate
|
Name: libsamplerate
|
||||||
Version: 0.1.9
|
Version: 0.2.2
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Sample Rate Converter for audio
|
Summary: Sample Rate Converter for audio
|
||||||
License: BSD
|
License: BSD-2-Clause license
|
||||||
URL: http://www.mega-nerd.com/SRC/
|
URL: https://github.com/libsndfile/libsamplerate
|
||||||
Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libsndfile/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: alsa-lib-devel gcc pkgconfig
|
BuildRequires: alsa-lib-devel gcc pkgconfig
|
||||||
BuildRequires: fftw-devel >= 0.15.0 libsndfile-devel >= 1.0.6
|
BuildRequires: fftw-devel >= 0.15.0 libsndfile-devel >= 1.0.6
|
||||||
|
|
||||||
@ -33,8 +33,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/libsamplerate0-dev _doc
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/libsamplerate0-dev _doc
|
||||||
cp -a doc _doc
|
cp -a docs _doc
|
||||||
rm _doc/Makefile*
|
rm _doc/CMakeLists.txt
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LD_LIBRARY_PATH=`pwd`/src/.libs
|
export LD_LIBRARY_PATH=`pwd`/src/.libs
|
||||||
@ -45,10 +45,8 @@ unset LD_LIBRARY_PATH
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README _doc/*
|
%doc AUTHORS COPYING README.md _doc/*
|
||||||
%{_bindir}/sndfile-resample
|
|
||||||
%{_libdir}/%{name}.so.*
|
%{_libdir}/%{name}.so.*
|
||||||
%exclude %{_libdir}/%{name}.a
|
|
||||||
%exclude %{_libdir}/%{name}.la
|
%exclude %{_libdir}/%{name}.la
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -57,6 +55,9 @@ unset LD_LIBRARY_PATH
|
|||||||
%{_libdir}/pkgconfig/samplerate.pc
|
%{_libdir}/pkgconfig/samplerate.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 28 2023 Qingqing Li <liqingqing3@huawei.com> - 0.2.2-1
|
||||||
|
- upgrade to 0.2.2
|
||||||
|
|
||||||
* Mon Dec 23 2019 wangshuo <wangshuo47@huawei.com> - 0.1.9-4
|
* Mon Dec 23 2019 wangshuo <wangshuo47@huawei.com> - 0.1.9-4
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user