Initial import (#863437)
This commit is contained in:
parent
7a56cf5e4c
commit
e8e585978e
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/webrtc-audio-processing-0.1.tar.xz
|
1
sources
1
sources
@ -0,0 +1 @@
|
|||||||
|
da25bb27812c8404060d4cc0dc712f04 webrtc-audio-processing-0.1.tar.xz
|
60
webrtc-audio-processing.spec
Normal file
60
webrtc-audio-processing.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
|
||||||
|
Name: webrtc-audio-processing
|
||||||
|
Version: 0.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Library for echo cancellation
|
||||||
|
|
||||||
|
License: BSD
|
||||||
|
URL: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
|
||||||
|
Source0: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{name} is a library derived from Google WebRTC project that
|
||||||
|
provides echo cancellation functionality. This library is used by for example
|
||||||
|
PulseAudio to provide echo cancellation.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header
|
||||||
|
files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure \
|
||||||
|
--with-package-name='Fedora Webrtc-audio-processing package' \
|
||||||
|
--with-package-origin='http://download.fedoraproject.org' \
|
||||||
|
--disable-static
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc COPYING NEWS AUTHORS PATENTS
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_libdir}/libwebrtc_audio_processing.so
|
||||||
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
%{_includedir}/webrtc_audio_processing/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Oct 5 2012 Christian Schaller <christian.schaller@gmail.com> 0.1-1
|
||||||
|
- Initial Fedora spec.
|
Loading…
Reference in New Issue
Block a user