summaryrefslogtreecommitdiff
path: root/srtp.spec
diff options
context:
space:
mode:
authorJacek Konieczny2013-06-17 08:14:50 (GMT)
committerJacek Konieczny2013-06-17 08:16:38 (GMT)
commit49f7c35f2439c2a99ed6f25a57af6a1bb5f7721d (patch)
treed6edc8c3d03252cd6e96f33e0aa6f41383934a22 /srtp.spec
parent23588629bff974c5f93b5e992c8442649d3a84f3 (diff)
downloadsrtp-49f7c35f2439c2a99ed6f25a57af6a1bb5f7721d.zip
srtp-49f7c35f2439c2a99ed6f25a57af6a1bb5f7721d.tar.gz
-rename_functions.patch: rename some functionsauto/th/srtp-1.4.4-4.20121108
Rename some internal functions conflicting with other libraries, as required by ortp build. Based on commit 14027d from git://git.linphone.org/srtp.git rel. 4
Diffstat (limited to 'srtp.spec')
-rw-r--r--srtp.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/srtp.spec b/srtp.spec
index 3b92f9f..058ebc3 100644
--- a/srtp.spec
+++ b/srtp.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without static_libs # don't build static libraries
-%define rel 3
+%define rel 4
%define subver 20121108
Summary: Open-source implementation of Secure Real-time Transport Protocol
Summary(pl.UTF-8): Otwarta implementacja protokoĊ‚u Secure Real-time Transport Protocol
@@ -18,6 +18,7 @@ Group: Libraries
Source0: http://dev.gentoo.org/~phajdan.jr/%{name}-%{version}_p%{subver}.tar.gz
# Source0-md5: 1d1a644d3847000b8e186578867bf839
Patch0: %{name}-shared.patch
+Patch1: %{name}-rename_functions.patch
Source1: lib%{name}.pc
URL: http://srtp.sourceforge.net/srtp.html
BuildRequires: autoconf
@@ -61,6 +62,7 @@ Statyczna biblioteka SRTP.
%prep
%setup -q -n %{name}
%patch0 -p1
+%patch1 -p1
%build
%{__autoconf}