-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmsamr.spec.in
49 lines (38 loc) · 929 Bytes
/
msamr.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- rpm-spec -*-
#
# msamr - AMR codec plugin for mediastreamer2
#
Summary: AMR codec plugin for mediastreamer2
Name: msamr
Version: @PACKAGE_VERSION@
Release: 1
License: GPL
Group: Applications/Communications
URL: http://www.belledonne-communications.com
Source0: %{name}-@[email protected]
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%ifarch %ix86
BuildArch: i686
%endif
Requires: bash >= 2.0
%description
AMR codec plugin for mediastreamer2, based on opencore-amr
%prep
%setup -q
%build
%configure
%{__make}
# parallel build disabled due to automake libtool random errors
#%{__make} -j$RPM_BUILD_NCPUS
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_libdir}/*
%changelog
* Tue Oct 19 2010 Simon Morlat <[email protected]>
- Initial specfile.