Tighten soname glob to avoid accidental soname bumps

This commit is contained in:
Pete Walter 2019-02-05 14:09:11 +00:00
parent 55df6ca799
commit d761539169

View File

@ -1,4 +1,4 @@
%global somajor 5 %global somajor 6
%global sominor 0 %global sominor 0
%global sotiny 0 %global sotiny 0
%global soversion %{somajor}.%{sominor}.%{sotiny} %global soversion %{somajor}.%{sominor}.%{sotiny}
@ -6,7 +6,7 @@
Name: libvpx Name: libvpx
Summary: VP8/VP9 Video Codec SDK Summary: VP8/VP9 Video Codec SDK
Version: 1.8.0 Version: 1.8.0
Release: 2%{?dist} Release: 3%{?dist}
License: BSD License: BSD
#Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 #Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
@ -222,7 +222,7 @@ rm -rf %{buildroot}%{_prefix}/src
%files %files
%license LICENSE %license LICENSE
%doc AUTHORS CHANGELOG README %doc AUTHORS CHANGELOG README
%{_libdir}/libvpx.so.* %{_libdir}/libvpx.so.%{somajor}*
%files devel %files devel
# These are SDK docs, not really useful to an end-user. # These are SDK docs, not really useful to an end-user.
@ -239,6 +239,9 @@ rm -rf %{buildroot}%{_prefix}/src
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Tue Feb 05 2019 Pete Walter <pwalter@fedoraproject.org> - 1.8.0-3
- Tighten soname glob to avoid accidental soname bumps
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 1.8.0-2 * Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 1.8.0-2
- rebuilt (libvpx) - rebuilt (libvpx)