forked from BelledonneCommunications/bcg729
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bcg729.spec.in
54 lines (42 loc) · 1.02 KB
/
bcg729.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
49
50
51
52
53
54
# -*- rpm-spec -*-
## rpmbuild options
Summary: Bcg729 codec implementation
Name: bcg729
Version: 1.0
Release: 1
License: GPL
Group: Applications/Communications
URL: http://www.belledonne-communications.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{version}.tar.gz
Requires: bash >= 2.0
%description
BCG729 codec implementation.
%package devel
Summary: Development libraries for bcg729
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
BCG729 codec implementation.
%prep
%setup -q
%build
%configure --enable-static
%__make %{?_smp_mflags}
%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}/*
%files devel
%defattr(-,root,root)
%{_includedir}/bcg729
%{_includedir}/*
%{_libdir}/*
%changelog
* Mon Jan 12 2014 Margaux Clerc <[email protected]>
- Creation of rpm for linphone