diff --git a/libvpx.spec b/libvpx.spec index 5571534..bc61813 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,13 +6,13 @@ Name: libvpx Summary: VP8 Video Codec SDK Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Libraries Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz # Thanks to debian. Source2: libvpx.ver -URL: http://www.webmproject.org/tools/vp8-sdk/ +URL: http://www.webmproject.org/code/ %ifarch %{ix86} x86_64 BuildRequires: yasm %endif @@ -130,7 +130,7 @@ rm -rf tmp %install make DIST_DIR=%{buildroot}%{_prefix} dist -# Simpler to label the dir as %doc. +# Simpler to label the dir as %%doc. mv %{buildroot}/usr/docs doc/ %if %{generic_target} @@ -162,7 +162,8 @@ popd %postun -p /sbin/ldconfig %files -%doc AUTHORS CHANGELOG LICENSE README +%license LICENSE +%doc AUTHORS CHANGELOG README %{_libdir}/libvpx.so.* %files devel @@ -176,6 +177,12 @@ popd %{_bindir}/* %changelog +* Mon Jul 27 2015 Kalev Lember - 1.4.0-4 +- Package review fixes (#1225648) +- Update URL +- Use license macro +- Escape a commented out macro + * Wed Jun 17 2015 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild