From 9ec1abb762ad2bb4e708faaf5415edfe80e0124c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Nov 14 2014 16:35:36 +0000 Subject: fix library linking typo --- diff --git a/libsrtp.spec b/libsrtp.spec index f511b21..1479bb2 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -2,7 +2,7 @@ Name: libsrtp Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) Group: System Environment/Libraries License: BSD @@ -59,7 +59,7 @@ make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f {} ';' pushd %{buildroot}%{_libdir} mv libsrtp.so libsrtp.so.1.0.0 -ln -sf libsrtp.so.1.0.0. libsrtp.so +ln -sf libsrtp.so.1.0.0 libsrtp.so ln -sf libsrtp.so.1.0.0 libsrtp.so.1 popd @@ -90,6 +90,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h %{_libdir}/*.so %changelog +* Fri Nov 14 2014 Tom Callaway - 1.5.0-2 +- fix library linking typo + * Fri Nov 14 2014 Tom Callaway - api changes between 1.4.4 and 1.5.0, bump sover to 1.0.0 - fix linking issue to make proper libsrtp.so.1