fix library linking typo
This commit is contained in:
parent
dd5f0f5d88
commit
9ec1abb762
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libsrtp
|
Name: libsrtp
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -59,7 +59,7 @@ make install DESTDIR=%{buildroot}
|
|||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
pushd %{buildroot}%{_libdir}
|
pushd %{buildroot}%{_libdir}
|
||||||
mv libsrtp.so libsrtp.so.1.0.0
|
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
|
ln -sf libsrtp.so.1.0.0 libsrtp.so.1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -90,6 +90,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 14 2014 Tom Callaway <spot@fedoraproject.org> - 1.5.0-2
|
||||||
|
- fix library linking typo
|
||||||
|
|
||||||
* Fri Nov 14 2014 Tom Callaway <spot@fedoraproject.org>
|
* Fri Nov 14 2014 Tom Callaway <spot@fedoraproject.org>
|
||||||
- api changes between 1.4.4 and 1.5.0, bump sover to 1.0.0
|
- 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
|
- fix linking issue to make proper libsrtp.so.1
|
||||||
|
Loading…
Reference in New Issue
Block a user