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:
parent
3522f5ba6b
commit
c5f11b0e79
15
libvpx.spec
15
libvpx.spec
@ -6,13 +6,13 @@
|
|||||||
Name: libvpx
|
Name: libvpx
|
||||||
Summary: VP8 Video Codec SDK
|
Summary: VP8 Video Codec SDK
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz
|
Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz
|
||||||
# Thanks to debian.
|
# Thanks to debian.
|
||||||
Source2: libvpx.ver
|
Source2: libvpx.ver
|
||||||
URL: http://www.webmproject.org/tools/vp8-sdk/
|
URL: http://www.webmproject.org/code/
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
%endif
|
%endif
|
||||||
@ -130,7 +130,7 @@ rm -rf tmp
|
|||||||
%install
|
%install
|
||||||
make DIST_DIR=%{buildroot}%{_prefix} dist
|
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/
|
mv %{buildroot}/usr/docs doc/
|
||||||
|
|
||||||
%if %{generic_target}
|
%if %{generic_target}
|
||||||
@ -162,7 +162,8 @@ popd
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS CHANGELOG LICENSE README
|
%license LICENSE
|
||||||
|
%doc AUTHORS CHANGELOG README
|
||||||
%{_libdir}/libvpx.so.*
|
%{_libdir}/libvpx.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -176,6 +177,12 @@ popd
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user