diff --git a/speexdsp-1.2.1.tar.gz b/speexdsp-1.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..45ce0000b5be16accfe50a7cef4124ee8aa7c8d4 Binary files /dev/null and b/speexdsp-1.2.1.tar.gz differ diff --git a/speexdsp-SpeexDSP-1.2.0.tar.gz b/speexdsp-SpeexDSP-1.2.0.tar.gz deleted file mode 100644 index ff0b29beeb5a8ab246d9bb877705131bcde40086..0000000000000000000000000000000000000000 Binary files a/speexdsp-SpeexDSP-1.2.0.tar.gz and /dev/null differ diff --git a/speexdsp.spec b/speexdsp.spec index ce05a6a20012aa45989356370986b8dd0243f363..9756263037948238208c4ac61ad8de6e0ac2b166 100644 --- a/speexdsp.spec +++ b/speexdsp.spec @@ -1,17 +1,16 @@ +%define anolis_release 1 + Name: speexdsp -Version: 1.2.0 -Release: 1%{?dist} +Version: 1.2.1 +Release: %{anolis_release}%{?dist} Summary: A voice compression format (DSP) License: BSD URL: http://www.speex.org/ -Source0: https://gitlab.xiph.org/xiph/%{name}/-/archive/SpeexDSP-%{version}/%{name}-SpeexDSP-%{version}.tar.gz +Source0: https://ftp.osuosl.org/pub/xiph/releases/speex/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: gcc -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool # speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on # speex, a versioned conflict is required. @@ -44,7 +43,6 @@ This is the DSP package, see the speex package for the codec part. %autosetup -p1 %build -./autogen.sh %configure \ %ifarch aarch64 --disable-neon \ @@ -52,16 +50,13 @@ This is the DSP package, see the speex package for the codec part. --disable-static %make_build + %install %make_install -# Remove libtool archives -find %{buildroot} -type f -name "*.la" -delete - -%ldconfig_scriptlets %files -%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf -%doc %{_docdir}/speexdsp/manual.pdf +%license COPYING +%doc AUTHORS TODO ChangeLog README NEWS doc/manual.pdf %{_libdir}/libspeexdsp.so.* %files devel @@ -70,5 +65,8 @@ find %{buildroot} -type f -name "*.la" -delete %{_libdir}/libspeexdsp.so %changelog +* Thu Dec 22 2022 Funda Wang - 1.2.1-1 +- New version 1.2.1 + * Tue May 10 2022 gaochang - 1.2.0-1 - Init from upstream version 1.2.0