summaryrefslogtreecommitdiff
path: root/srtp.spec
diff options
context:
space:
mode:
authorJakub Bogusz2013-06-18 14:02:31 (GMT)
committerJakub Bogusz2013-06-18 14:02:31 (GMT)
commita37abfc76b333932f9432073085c0ffd43589ad7 (patch)
treea0a641b595355da6c3ca5fc4a0fb1f8d62ff117c /srtp.spec
parent49f7c35f2439c2a99ed6f25a57af6a1bb5f7721d (diff)
downloadsrtp-a37abfc76b333932f9432073085c0ffd43589ad7.zip
srtp-a37abfc76b333932f9432073085c0ffd43589ad7.tar.gz
- unified
Diffstat (limited to 'srtp.spec')
-rw-r--r--srtp.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/srtp.spec b/srtp.spec
index 058ebc3..f8f14d6 100644
--- a/srtp.spec
+++ b/srtp.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without static_libs # don't build static libraries
-%define rel 4
+%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
@@ -17,9 +17,9 @@ Group: Libraries
# tar cvfj srtp-1.4.4-20101004cvs.tar.bz2 srtp/
Source0: http://dev.gentoo.org/~phajdan.jr/%{name}-%{version}_p%{subver}.tar.gz
# Source0-md5: 1d1a644d3847000b8e186578867bf839
+Source1: lib%{name}.pc
Patch0: %{name}-shared.patch
Patch1: %{name}-rename_functions.patch
-Source1: lib%{name}.pc
URL: http://srtp.sourceforge.net/srtp.html
BuildRequires: autoconf
BuildRequires: libtool
@@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGES LICENSE README TODO
%attr(755,root,root) %{_libdir}/libsrtp.so.*.*.*
-%ghost %{_libdir}/libsrtp.so.0
+%attr(755,root,root) %ghost %{_libdir}/libsrtp.so.0
%files devel
%defattr(644,root,root,755)