You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-signal-hook/rust-signal-hook.spec

207 lines
5.9 KiB

4 years ago
# Generated by rust2rpm 17
%bcond_without check
6 years ago
%global debug_package %{nil}
%global crate signal-hook
Name: rust-%{crate}
Version: 0.3.9
Release: 2%{?dist}
6 years ago
Summary: Unix signal handling
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/signal-hook
6 years ago
Source: %{crates_source}
6 years ago
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
6 years ago
BuildRequires: rust-packaging
%global _description %{expand:
Unix signal handling.}
6 years ago
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
5 years ago
%{cargo_registry}/%{crate}-%{version_no_tilde}/
6 years ago
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
6 years ago
4 years ago
%package -n %{name}+cc-devel
6 years ago
Summary: %{summary}
BuildArch: noarch
4 years ago
%description -n %{name}+cc-devel %{_description}
6 years ago
This package contains library source intended for building other packages
4 years ago
which use "cc" feature of "%{crate}" crate.
6 years ago
4 years ago
%files -n %{name}+cc-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
6 years ago
4 years ago
%package -n %{name}+channel-devel
6 years ago
Summary: %{summary}
BuildArch: noarch
4 years ago
%description -n %{name}+channel-devel %{_description}
6 years ago
This package contains library source intended for building other packages
4 years ago
which use "channel" feature of "%{crate}" crate.
6 years ago
4 years ago
%files -n %{name}+channel-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
6 years ago
4 years ago
%package -n %{name}+extended-siginfo-devel
5 years ago
Summary: %{summary}
BuildArch: noarch
4 years ago
%description -n %{name}+extended-siginfo-devel %{_description}
5 years ago
This package contains library source intended for building other packages
4 years ago
which use "extended-siginfo" feature of "%{crate}" crate.
5 years ago
4 years ago
%files -n %{name}+extended-siginfo-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
4 years ago
%package -n %{name}+extended-siginfo-raw-devel
6 years ago
Summary: %{summary}
BuildArch: noarch
4 years ago
%description -n %{name}+extended-siginfo-raw-devel %{_description}
6 years ago
This package contains library source intended for building other packages
4 years ago
which use "extended-siginfo-raw" feature of "%{crate}" crate.
6 years ago
4 years ago
%files -n %{name}+extended-siginfo-raw-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
6 years ago
4 years ago
%package -n %{name}+iterator-devel
5 years ago
Summary: %{summary}
BuildArch: noarch
4 years ago
%description -n %{name}+iterator-devel %{_description}
5 years ago
This package contains library source intended for building other packages
4 years ago
which use "iterator" feature of "%{crate}" crate.
5 years ago
4 years ago
%files -n %{name}+iterator-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
6 years ago
%prep
6 years ago
%autosetup -n %{crate}-%{version_no_tilde} -p1
6 years ago
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
6 years ago
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.9-1
- Update to version 0.3.9.
- Fixes RHBZ#1966671
* Fri Apr 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1946014
4 years ago
* Tue Mar 23 2021 Peter Robinson <pbrobinson@gmail.com> - 0.3.7-1
- Update to 0.3.7
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 28 11:35:12 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.17-1
- Update to 0.1.17
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.1.16-1
- Update to 0.1.16
5 years ago
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.1.15-1
- Update to 0.1.15
5 years ago
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.1.14-1
- Update to 0.1.14
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.1.13-1
- Update to 0.1.13
* Thu Nov 28 15:15:09 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.12-1
- Update to 0.1.12
5 years ago
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.1.11-1
- Update to 0.1.11
* Sun Sep 08 09:10:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.10-1
- Update to 0.1.10
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jun 22 23:16:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-2
- Regenerate
* Sun Apr 28 20:37:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-1
- Update to 0.1.9
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-2
- Do not pull optional dependencies
6 years ago
* Tue Feb 26 2019 Josh Stone <jistone@redhat.com> - 0.1.8-1
- Update to 0.1.8
* Sat Feb 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-3
- Run tests in infrastructure
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6 years ago
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.1.7-1
- Update to 0.1.7
6 years ago
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.1.6-1
- Initial package