X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=libvpx.spec;h=fefae92018f3ee45bbe54c898f82513f04b2093a;hb=ac3743c1a4e84899b172d873c2116b7380f7be7c;hp=4fe0d4d4714345b5b8f73a9e1ee3c7c0b01c544e;hpb=a608fd09afad7ef90b0726d7d200155214b5f9f7;p=packages%2Flibvpx.git diff --git a/libvpx.spec b/libvpx.spec index 4fe0d4d..fefae92 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.0 +Version: 1.8.2 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: f95a176768a0e1bb4fe42742e27a41af +# 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: 6dbccca688886c66a216d7e445525bce URL: http://www.webmproject.org/ BuildRequires: doxygen %{?with_tests:BuildRequires: libstdc++-devel} @@ -82,6 +84,18 @@ Static libvpx library. %description static -l pl.UTF-8 Statyczna biblioteka libvpx. +%package tools +Summary: VPX decoding/encoding tools +Summary(pl.UTF-8): Narzędzia do kodowania/dekodowania formatu VPX +Group: Applications/Graphics +Requires: %{name} = %{version}-%{release} + +%description tools +VPX decoding/encoding tools. + +%description tools -l pl.UTF-8 +Narzędzia do kodowania/dekodowania formatu VPX. + %prep %setup -q @@ -127,7 +141,8 @@ 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.0 +# redundant minor version symlink (not SONAME) +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.6.2 # adjust prefix and libdir %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc @@ -141,10 +156,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS CHANGELOG LICENSE PATENTS README -%attr(755,root,root) %{_bindir}/vpxdec -%attr(755,root,root) %{_bindir}/vpxenc %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) @@ -155,3 +168,8 @@ rm -rf $RPM_BUILD_ROOT %files static %defattr(644,root,root,755) %{_libdir}/libvpx.a + +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/vpxdec +%attr(755,root,root) %{_bindir}/vpxenc