Update to 1.2rc3

This commit is contained in:
David King 2015-01-05 15:34:25 +00:00
parent c28e2a011b
commit 737ce99937
3 changed files with 9 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/speexdsp-1.2rc2.tar.gz
/speexdsp-1.2rc2.20141214git.tar.gz
/speexdsp-1.2rc3.tar.gz

View File

@ -1 +1 @@
2b935b2b30dbc8d5066a3b11859cff9a speexdsp-1.2rc2.20141214git.tar.gz
70d9d31184f7eb761192fd1ef0b73333 speexdsp-1.2rc3.tar.gz

View File

@ -1,21 +1,13 @@
%global git_commit dc3f8cfcec95620e47361c9e1ff6dc189754a4a2
%global git_shortcommit dc3f8cf
%global git_snapshot 20141214git
Name: speexdsp
Version: 1.2
%global rc_ver rc2
Release: 0.2.%{rc_ver}.%{git_snapshot}%{?dist}
%global rc_ver rc3
Release: 0.3.%{rc_ver}%{?dist}
Summary: A voice compression format (DSP)
Group: System Environment/Libraries
License: BSD
URL: http://www.speex.org/
#Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz
# curl -O "http://git.xiph.org/?p=speexdsp.git;a=snapshot;h=dc3f8cfcec95620e47361c9e1ff6dc189754a4a2;sf=tgz"
# mv \?p\=speexdsp.git\;a\=snapshot\;h\=dc3f8cfcec95620e47361c9e1ff6dc189754a4a2\;sf\=tgz speexdsp-1.2rc2.20141214git.tar.gz
Source0: speexdsp-1.2rc2.20141214git.tar.gz
BuildRequires: autoconf automake libtool
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz
# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on
# speex, a versioned conflict is required.
@ -46,11 +38,10 @@ This is the DSP package, see the speex package for the codec part.
%prep
%setup -q -n %{name}-%{git_shortcommit}
%setup -q -n %{name}-%{version}%{rc_ver}
%build
./autogen.sh
%configure --disable-static
make %{?_smp_mflags} V=1
@ -74,6 +65,9 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
%changelog
* Mon Jan 05 2015 David King <amigadave@amigadave.com> - 1.2.0.3.rc3
- Update to 1.2rc3
* Sun Dec 14 2014 David King <amigadave@amigadave.com> - 1.2-0.2.rc2.20141214git
- Use a git snapshot, to ensure that speex_buffer.h is present