From f72703c1bbf4987e4f9adb55b86b3746cb4b47fa Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 29 Sep 2023 22:05:13 +0200 Subject: [PATCH] up to 1.13.0 (new soname) --- libvpx.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index a2cb21f..39dc16d 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -17,15 +17,15 @@ Summary: VP8, a high-quality video codec Summary(pl.UTF-8): VP8 - kodek obrazu wysokiej jakości Name: libvpx -Version: 1.12.0 -Release: 2 +Version: 1.13.0 +Release: 1 License: BSD Group: Libraries # original download URL: http://downloads.webmproject.org/releases/webm/index.html # ...but use github mirror to get consistent tarballs #Source0Download: https://github.com/webmproject/libvpx/tags Source0: https://github.com/webmproject/libvpx/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 10cf85debdd07be719a35ca3bfb8ea64 +# Source0-md5: d5fd45a806a65a57d6635f9e7a98a1b2 URL: https://www.webmproject.org/ BuildRequires: doxygen BuildRequires: libstdc++-devel @@ -144,7 +144,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/vpx,%{_libdir}} DIST_DIR=$RPM_BUILD_ROOT%{_prefix} # redundant minor version symlink (not SONAME) -%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.7.1 +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.8.0 # adjust prefix and libdir %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc @@ -159,7 +159,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS CHANGELOG LICENSE PATENTS README %attr(755,root,root) %{_libdir}/libvpx.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libvpx.so.7 +%attr(755,root,root) %ghost %{_libdir}/libvpx.so.8 %files devel %defattr(644,root,root,755) -- 2.44.0