Package review fixes

- Update URL
- Use license macro
- Escape a commented out macro

https://bugzilla.redhat.com/show_bug.cgi?id=1225648
This commit is contained in:
Kalev Lember 2015-07-27 10:54:02 +02:00
parent 3522f5ba6b
commit c5f11b0e79

View File

@ -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 <klember@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild