X-Git-Url: https://git.pld-linux.org/?p=packages%2Flibvpx.git;a=blobdiff_plain;f=libvpx.spec;h=cb89debca4bf669c8f295482f1398b50de07c26e;hp=5a89635285b66602c05f82ea5466a90c1d20cf2b;hb=5d57f49;hpb=f7b6d872b2a827285e087272da65f67fa7c27efd diff --git a/libvpx.spec b/libvpx.spec index 5a89635..cb89deb 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -17,13 +17,15 @@ Summary: VP8, a high-quality video codec Summary(pl.UTF-8): VP8 - kodek obrazu wysokiej jakości Name: libvpx -Version: 1.6.1 +Version: 1.8.0 Release: 1 License: BSD Group: Libraries -#Source0Download: http://downloads.webmproject.org/releases/webm/index.html -Source0: https://storage.googleapis.com/downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 -# Source0-md5: a19518c8111fa93bdabdd85259162611 +# 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/releases +Source0: https://github.com/webmproject/libvpx/archive/v%{version}/%{name}-%{version}.tar.gz +# Source0-md5: 49cb591325f44a3459b040112e3b82e7 URL: http://www.webmproject.org/ BuildRequires: doxygen %{?with_tests:BuildRequires: libstdc++-devel} @@ -139,7 +141,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/vpx,%{_libdir}} LIBSUBDIR=%{_lib} \ DIST_DIR=$RPM_BUILD_ROOT%{_prefix} -%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.4.1 +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.6.0 # adjust prefix and libdir %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc @@ -154,7 +156,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.4 +%attr(755,root,root) %ghost %{_libdir}/libvpx.so.6 %files devel %defattr(644,root,root,755)