From c5f11b0e79d35cdb81f4f4f25010d001428b7de9 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 27 Jul 2015 10:54:02 +0200 Subject: [PATCH] Package review fixes - Update URL - Use license macro - Escape a commented out macro https://bugzilla.redhat.com/show_bug.cgi?id=1225648 --- libvpx.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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