Update to version 0.1.2; Fixes RHBZ#2027074

epel9
Fabio Valentini 3 years ago
parent 6d4b44e757
commit 5861e664d3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/getset-0.1.1.crate /getset-0.1.1.crate
/getset-0.1.2.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate getset %global crate getset
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 0.1.2
Release: %autorelease Release: %autorelease
Summary: A procedural macro for generating the most basic getters and setters on fields. Summary: Procedural macro for generating the most basic getters and setters on fields
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
@ -15,13 +15,11 @@ URL: https://crates.io/crates/getset
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
We're ready to go!
A procedural macro for generating the most basic getters and setters on fields.} A procedural macro for generating the most basic getters and setters on fields.}
%description %{_description} %description %{_description}
@ -32,12 +30,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc examples README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -46,8 +44,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (getset-0.1.1.crate) = 6bf2a3e9438121e6ed089bfc0ad9bd352fa6e07269371c8df4119d1a8b385e3188348df342bb8860395d6887e4a824ce4ca43ef597d933154d7f1d90d91d1982 SHA512 (getset-0.1.2.crate) = 54f162d0d072253abcf26c8779a9d8eb423db9df85716da13a785edb4c61757cf0c03f3563dde5de4534be9d4d50498c03b8337dcaafeaefc29c9c836dff1371

Loading…
Cancel
Save