Blame rust-gstreamer-pbutils.spec

4dce056
# Generated by rust2rpm 16
4dce056
%bcond_without check
33f9218
%global debug_package %{nil}
33f9218
33f9218
%global crate gstreamer-pbutils
33f9218
33f9218
Name:           rust-%{crate}
4dce056
Version:        0.16.5
f163430
Release:        1%{?dist}
01b5372
Summary:        Rust bindings for GStreamer Base Utils library
33f9218
33f9218
# Upstream license specification: MIT/Apache-2.0
33f9218
License:        MIT or ASL 2.0
33f9218
URL:            https://crates.io/crates/gstreamer-pbutils
33f9218
Source:         %{crates_source}
33f9218
33f9218
ExclusiveArch:  %{rust_arches}
1410c78
%if %{__cargo_skip_build}
1410c78
BuildArch:      noarch
1410c78
%endif
33f9218
33f9218
BuildRequires:  rust-packaging
1410c78
1410c78
%global _description %{expand:
4dce056
Rust bindings for GStreamer Base Utils library.}
33f9218
33f9218
%description %{_description}
33f9218
33f9218
%package        devel
33f9218
Summary:        %{summary}
33f9218
BuildArch:      noarch
33f9218
33f9218
%description    devel %{_description}
33f9218
33f9218
This package contains library source intended for building other packages
33f9218
which use "%{crate}" crate.
33f9218
33f9218
%files          devel
33f9218
%doc README.md
1410c78
%license LICENSE-MIT LICENSE-APACHE
b5372af
%{cargo_registry}/%{crate}-%{version_no_tilde}/
33f9218
33f9218
%package     -n %{name}+default-devel
33f9218
Summary:        %{summary}
33f9218
BuildArch:      noarch
33f9218
33f9218
%description -n %{name}+default-devel %{_description}
33f9218
33f9218
This package contains library source intended for building other packages
33f9218
which use "default" feature of "%{crate}" crate.
33f9218
33f9218
%files       -n %{name}+default-devel
b5372af
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
33f9218
33f9218
%package     -n %{name}+dox-devel
33f9218
Summary:        %{summary}
33f9218
BuildArch:      noarch
33f9218
33f9218
%description -n %{name}+dox-devel %{_description}
33f9218
33f9218
This package contains library source intended for building other packages
33f9218
which use "dox" feature of "%{crate}" crate.
33f9218
33f9218
%files       -n %{name}+dox-devel
b5372af
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
33f9218
33f9218
%package     -n %{name}+v1_10-devel
33f9218
Summary:        %{summary}
33f9218
BuildArch:      noarch
33f9218
33f9218
%description -n %{name}+v1_10-devel %{_description}
33f9218
33f9218
This package contains library source intended for building other packages
33f9218
which use "v1_10" feature of "%{crate}" crate.
33f9218
33f9218
%files       -n %{name}+v1_10-devel
b5372af
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
33f9218
33f9218
%package     -n %{name}+v1_12-devel
33f9218
Summary:        %{summary}
33f9218
BuildArch:      noarch
33f9218
33f9218
%description -n %{name}+v1_12-devel %{_description}
33f9218
33f9218
This package contains library source intended for building other packages
33f9218
which use "v1_12" feature of "%{crate}" crate.
33f9218
33f9218
%files       -n %{name}+v1_12-devel
b5372af
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
33f9218
33f9218
%package     -n %{name}+v1_14-devel
33f9218
Summary:        %{summary}
33f9218
BuildArch:      noarch
33f9218
33f9218
%description -n %{name}+v1_14-devel %{_description}
33f9218
33f9218
This package contains library source intended for building other packages
33f9218
which use "v1_14" feature of "%{crate}" crate.
33f9218
33f9218
%files       -n %{name}+v1_14-devel
b5372af
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
33f9218
1410c78
%package     -n %{name}+v1_16-devel
1410c78
Summary:        %{summary}
1410c78
BuildArch:      noarch
1410c78
1410c78
%description -n %{name}+v1_16-devel %{_description}
1410c78
1410c78
This package contains library source intended for building other packages
1410c78
which use "v1_16" feature of "%{crate}" crate.
1410c78
1410c78
%files       -n %{name}+v1_16-devel
b5372af
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
1410c78
4644bc8
%package     -n %{name}+v1_18-devel
4644bc8
Summary:        %{summary}
4644bc8
BuildArch:      noarch
4644bc8
4644bc8
%description -n %{name}+v1_18-devel %{_description}
4644bc8
4644bc8
This package contains library source intended for building other packages
4644bc8
which use "v1_18" feature of "%{crate}" crate.
4644bc8
4644bc8
%files       -n %{name}+v1_18-devel
4644bc8
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4644bc8
33f9218
%prep
33f9218
%autosetup -n %{crate}-%{version_no_tilde} -p1
33f9218
%cargo_prep
33f9218
1410c78
%generate_buildrequires
1410c78
%cargo_generate_buildrequires
1410c78
33f9218
%build
33f9218
%cargo_build
33f9218
33f9218
%install
33f9218
%cargo_install
33f9218
33f9218
%if %{with check}
33f9218
%check
33f9218
%cargo_test
33f9218
%endif
33f9218
33f9218
%changelog
4dce056
* Wed Nov 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.16.5-1
4dce056
- Update to version 0.16.5.
4dce056
- Remove features with broken dependencies.
4dce056
- Fixes RHBZ#1900590
4dce056
f163430
* Wed Sep 09 2020 Josh Stone <jistone@redhat.com> - 0.16.3-1
f163430
- Update to 0.16.3
f163430
e8f5ace
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-2
e8f5ace
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e8f5ace
4644bc8
* Thu Jul 09 2020 Josh Stone <jistone@redhat.com> - 0.16.0-1
4644bc8
- Update to 0.16.0
4644bc8
c322eae
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-2
c322eae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c322eae
be07772
* Thu Jan 23 2020 Josh Stone <jistone@redhat.com> - 0.15.1-1
be07772
- Update to 0.15.1
be07772
b5372af
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.15.0-1
b5372af
- Update to 0.15.0
b5372af
1410c78
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.14.0-1
1410c78
- Update to 0.14.0
1410c78
bea4b61
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
bea4b61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bea4b61
33f9218
* Sun May 05 20:15:51 EEST 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.13.0-1
33f9218
- Initial package