Skip to content
Snippets Groups Projects
Commit 7996dda1 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

rpm: build iax and pjproject with contrib

They are not packaged for Fedora (yet).

Refs #53224

Change-Id: I6b28accee7a50565d4b7fe731ae820e3d151571b
parent 2b547e20
No related branches found
No related tags found
No related merge requests found
# Ignore contrib-generated files and directories
native
x86_64-*
...@@ -42,13 +42,11 @@ protocols. ...@@ -42,13 +42,11 @@ protocols.
%setup -q -n %{tarball} %setup -q -n %{tarball}
%build %build
# Compile the dependencies # Build some dependencies with contrib since no Fedora packages exist (yet)
pushd contrib mkdir -p daemon/contrib/native
mkdir -p native pushd daemon/contrib/native
pushd native
../bootstrap ../bootstrap
make make .iax .pjproject
popd
popd popd
# Compile the daemon # Compile the daemon
pushd daemon pushd daemon
...@@ -275,6 +273,9 @@ fi ...@@ -275,6 +273,9 @@ fi
%exclude %{_includedir}/qtsflphone/*.h %exclude %{_includedir}/qtsflphone/*.h
%changelog %changelog
* Mon Aug 25 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.1-3
- Build iax and pjproject with contrib
* Wed Jul 23 2014 Simon Piette <simon.piette@savoirfairelinux.com> - 1.4.1-2 * Wed Jul 23 2014 Simon Piette <simon.piette@savoirfairelinux.com> - 1.4.1-2
- Always build kde package - Always build kde package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment