Blame rust-wayland-server.spec

5c5a46f
# Generated by rust2rpm 16
4cc7037
%bcond_without check
4cc7037
%global debug_package %{nil}
4cc7037
4cc7037
%global crate wayland-server
4cc7037
4cc7037
Name:           rust-%{crate}
5c5a46f
Version:        0.28.3
9d3c28d
Release:        1%{?dist}
4cc7037
Summary:        Bindings to the standard C implementation of the wayland protocol, server side
4cc7037
4cc7037
# Upstream license specification: MIT
4cc7037
License:        MIT
4cc7037
URL:            https://crates.io/crates/wayland-server
4cc7037
Source:         %{crates_source}
4cc7037
4cc7037
ExclusiveArch:  %{rust_arches}
4cc7037
%if %{__cargo_skip_build}
4cc7037
BuildArch:      noarch
4cc7037
%endif
4cc7037
4cc7037
BuildRequires:  rust-packaging
4cc7037
4cc7037
%global _description %{expand:
4cc7037
Bindings to the standard C implementation of the wayland protocol, server side.}
4cc7037
4cc7037
%description %{_description}
4cc7037
4cc7037
%package        devel
4cc7037
Summary:        %{summary}
4cc7037
BuildArch:      noarch
4cc7037
4cc7037
%description    devel %{_description}
4cc7037
4cc7037
This package contains library source intended for building other packages
4cc7037
which use "%{crate}" crate.
4cc7037
4cc7037
%files          devel
4cc7037
%license LICENSE.txt
4cc7037
%doc README.md
4cc7037
%{cargo_registry}/%{crate}-%{version_no_tilde}/
4cc7037
4cc7037
%package     -n %{name}+default-devel
4cc7037
Summary:        %{summary}
4cc7037
BuildArch:      noarch
4cc7037
4cc7037
%description -n %{name}+default-devel %{_description}
4cc7037
4cc7037
This package contains library source intended for building other packages
4cc7037
which use "default" feature of "%{crate}" crate.
4cc7037
4cc7037
%files       -n %{name}+default-devel
4cc7037
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4cc7037
4cc7037
%package     -n %{name}+dlopen-devel
4cc7037
Summary:        %{summary}
4cc7037
BuildArch:      noarch
4cc7037
4cc7037
%description -n %{name}+dlopen-devel %{_description}
4cc7037
4cc7037
This package contains library source intended for building other packages
4cc7037
which use "dlopen" feature of "%{crate}" crate.
4cc7037
4cc7037
%files       -n %{name}+dlopen-devel
4cc7037
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4cc7037
4cc7037
%package     -n %{name}+lazy_static-devel
4cc7037
Summary:        %{summary}
4cc7037
BuildArch:      noarch
4cc7037
4cc7037
%description -n %{name}+lazy_static-devel %{_description}
4cc7037
4cc7037
This package contains library source intended for building other packages
4cc7037
which use "lazy_static" feature of "%{crate}" crate.
4cc7037
4cc7037
%files       -n %{name}+lazy_static-devel
4cc7037
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4cc7037
9d3c28d
%package     -n %{name}+parking_lot-devel
9d3c28d
Summary:        %{summary}
9d3c28d
BuildArch:      noarch
9d3c28d
9d3c28d
%description -n %{name}+parking_lot-devel %{_description}
9d3c28d
9d3c28d
This package contains library source intended for building other packages
9d3c28d
which use "parking_lot" feature of "%{crate}" crate.
9d3c28d
9d3c28d
%files       -n %{name}+parking_lot-devel
9d3c28d
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
9d3c28d
4cc7037
%package     -n %{name}+scoped-tls-devel
4cc7037
Summary:        %{summary}
4cc7037
BuildArch:      noarch
4cc7037
4cc7037
%description -n %{name}+scoped-tls-devel %{_description}
4cc7037
4cc7037
This package contains library source intended for building other packages
4cc7037
which use "scoped-tls" feature of "%{crate}" crate.
4cc7037
4cc7037
%files       -n %{name}+scoped-tls-devel
4cc7037
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4cc7037
4cc7037
%package     -n %{name}+use_system_lib-devel
4cc7037
Summary:        %{summary}
4cc7037
BuildArch:      noarch
4cc7037
4cc7037
%description -n %{name}+use_system_lib-devel %{_description}
4cc7037
4cc7037
This package contains library source intended for building other packages
4cc7037
which use "use_system_lib" feature of "%{crate}" crate.
4cc7037
4cc7037
%files       -n %{name}+use_system_lib-devel
4cc7037
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4cc7037
4cc7037
%prep
4cc7037
%autosetup -n %{crate}-%{version_no_tilde} -p1
4cc7037
%cargo_prep
4cc7037
4cc7037
%generate_buildrequires
4cc7037
%cargo_generate_buildrequires
4cc7037
4cc7037
%build
4cc7037
%cargo_build
4cc7037
4cc7037
%install
4cc7037
%cargo_install
4cc7037
4cc7037
%if %{with check}
4cc7037
%check
4cc7037
%cargo_test
4cc7037
%endif
4cc7037
4cc7037
%changelog
5c5a46f
* Thu Dec 31 2020 Fabio Valentini <decathorpe@gmail.com> - 0.28.3-1
5c5a46f
- Update to version 0.28.3.
5c5a46f
b2b9c48
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.28.2-1
b2b9c48
- Update to version 0.28.2.
b2b9c48
- Fixes RHBZ#1895850
b2b9c48
6bbd425
* Thu Oct 15 2020 Fabio Valentini <decathorpe@gmail.com> - 0.28.1-1
6bbd425
- Update to version 0.28.1.
6bbd425
9d3c28d
* Sun Oct 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.28.0-1
9d3c28d
- Update to version 0.28.0.
9d3c28d
7c1a6f3
* Fri Sep 11 2020 Josh Stone <jistone@redhat.com> - 0.26.6-3
7c1a6f3
- Update parking_lot to 0.11
7c1a6f3
2eb5695
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.6-2
2eb5695
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2eb5695
4cc7037
* Fri Jun 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.6-1
4cc7037
- Update to 0.26.6
4cc7037
- Package license and docs
4cc7037
4cc7037
* Fri May 22 15:12:59 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.5-1
4cc7037
- Initial package