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.
131 lines
3.9 KiB
131 lines
3.9 KiB
# Generated by rust2rpm
|
|
# Tests are run in infrastructure
|
|
%bcond_with check
|
|
%global debug_package %{nil}
|
|
|
|
%global crate scroll_derive
|
|
|
|
Name: rust-%{crate}
|
|
Version: 0.9.5
|
|
Release: 5%{?dist}
|
|
Summary: Macros 1.1 derive implementation for Pread and Pwrite traits from scroll crate
|
|
|
|
License: MIT
|
|
URL: https://crates.io/crates/scroll_derive
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
|
|
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
|
|
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
|
|
%if %{with check}
|
|
BuildRequires: (crate(scroll/default) >= 0.9.0 with crate(scroll/default) < 0.10.0)
|
|
%endif
|
|
|
|
%global _description \
|
|
A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll\
|
|
crate.
|
|
|
|
%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
|
|
%doc README.md
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%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
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%prep
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
%cargo_prep
|
|
|
|
%build
|
|
%cargo_build
|
|
|
|
%install
|
|
%cargo_install
|
|
|
|
%if %{with check}
|
|
%check
|
|
%cargo_test
|
|
%endif
|
|
|
|
%changelog
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.9.5-2
|
|
- Adapt to new packaging
|
|
|
|
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.9.5-1
|
|
- Update to 0.9.5
|
|
|
|
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.4-4
|
|
- Rebuild to trigger tests
|
|
|
|
* Sat Jul 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.4-3
|
|
- Run tests in infrastructure
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Sat Jun 16 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.4-1
|
|
- Update to 0.9.4
|
|
|
|
* Tue Apr 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.3-1
|
|
- Update to 0.9.3
|
|
|
|
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.9.2-2
|
|
- Bump to quote-0.5 and syn-0.13
|
|
|
|
* Sat Mar 10 2018 Josh Stone <jistone@redhat.com> - 0.9.2-1
|
|
- Update to 0.9.2
|
|
|
|
* Sat Mar 10 2018 Josh Stone <jistone@redhat.com> - 0.9.1-3
|
|
- Bump to syn 0.12 and quote 0.4
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.1-1
|
|
- Update to 0.9.1
|
|
|
|
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-1
|
|
- Update to 0.8.1
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-3
|
|
- Rebuild for rust-packaging v5
|
|
|
|
* Mon Dec 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-2
|
|
- Bump scroll to 0.8
|
|
|
|
* Sun Dec 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
|
|
- Initial package
|