Compare commits

...

3 Commits

Author SHA1 Message Date
Fabio Valentini 15c067f979
Update to version 0.1.16; Fixes RHBZ#2245738
1 year ago
Fabio Valentini 15a19456d8
Update to version 0.1.15; Fixes RHBZ#2137490
2 years ago
Igor Raits fe50fae1e6
Rebuild
3 years ago

2
.gitignore vendored

@ -3,3 +3,5 @@
/const-random-macro-0.1.10.crate
/const-random-macro-0.1.11.crate
/const-random-macro-0.1.13.crate
/const-random-macro-0.1.15.crate
/const-random-macro-0.1.16.crate

@ -1,3 +0,0 @@
# rust-const-random-macro
The rust-const-random-macro package

@ -1,25 +1,19 @@
# Generated by rust2rpm 19
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate const-random-macro
Name: rust-%{crate}
Version: 0.1.13
Name: rust-const-random-macro
Version: 0.1.16
Release: %autorelease
Summary: Provides the procedural macro used by const-random
Summary: Procedural macro used by const-random
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/const-random-macro
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Provides the procedural macro used by const-random.}
@ -33,11 +27,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,13 +41,13 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate.
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (const-random-macro-0.1.13.crate) = 9c89b9a6164b58ed83cd888ae996a769d1d705a966fa1551f5024924638b7ac193cc6192dda84a34eebd1a66a2e26af1085aeed2afcd0f167a910e868df868b1
SHA512 (const-random-macro-0.1.16.crate) = 8478bc65b0845e765a69e09fe4152e89f3e3970d2d92e4b32bb0abb7b918c725f325d4b19a45d2a462905bedf837b3a23f31b1ed9dc8655ca502de72616b074d

Loading…
Cancel
Save