|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 12
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
@ -6,13 +6,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.1.0
|
|
|
|
Version: 0.1.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Simple ivf muxer
|
|
|
|
Summary: Simple ivf muxer
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: BSD-2-Clause
|
|
|
|
# Upstream license specification: BSD-2-Clause
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://crates.io/crates/ivf
|
|
|
|
URL: https://crates.io/crates/ivf
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# Bump bitstream-io to 0.9 (already upstreamed)
|
|
|
|
|
|
|
|
Patch0: ivf-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
@ -70,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 10 19:31:15 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-4
|
|
|
|
|
|
|
|
- Bump bitstream-io to 0.9
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|