|
|
|
@ -1,26 +1,23 @@
|
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate is_ci
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Name: rust-is_ci
|
|
|
|
|
Version: 1.1.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Super lightweight CI environment checker
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: ISC
|
|
|
|
|
License: ISC
|
|
|
|
|
URL: https://crates.io/crates/is_ci
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Super lightweight CI environment checker. Just tells you if you're in CI or not
|
|
|
|
|
without much fuss.}
|
|
|
|
|
Super lightweight CI environment checker. Just tells you if you're in CI
|
|
|
|
|
or not without much fuss.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|