]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
up to 1.13.0 (new soname)
authorJan Palus <atler@pld-linux.org>
Fri, 29 Sep 2023 20:05:13 +0000 (22:05 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 29 Sep 2023 20:05:13 +0000 (22:05 +0200)
libvpx.spec

index a2cb21fbd6b7f205ac25c7218f619d25c70f4004..39dc16d560385cb9653d02800ec89e0455e1c416 100644 (file)
 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)
This page took 0.080254 seconds and 4 git commands to generate.