summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-07-21 18:18:04 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-07-21 18:18:04 -0700
commitbc6051116a2954c155cb99e176c8a243cbe19ee9 (patch)
treebcec88621fbf7a779c5b2580fbea5abf1e6af988 /rust
parent61a93917106f51e2b85e8df4a27896f329aa82aa (diff)
downloadspecs-bc6051116a2954c155cb99e176c8a243cbe19ee9.tar.gz
specs-bc6051116a2954c155cb99e176c8a243cbe19ee9.tar.xz
specs-bc6051116a2954c155cb99e176c8a243cbe19ee9.zip
-rust-log-panics (reviewed)
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-log-panics.spec109
1 files changed, 0 insertions, 109 deletions
diff --git a/rust/rust-log-panics.spec b/rust/rust-log-panics.spec
deleted file mode 100644
index 94d1414..0000000
--- a/rust/rust-log-panics.spec
+++ /dev/null
@@ -1,109 +0,0 @@
-# Generated by rust2rpm 13
-
-%bcond_without check
-
-%global debug_package %{nil}
-
-%global crate log-panics
-
-Name: rust-%{crate}
-Version: 2.0.0
-Release: 2%{?dist}
-Summary: Panic hook which logs panic messages rather than printing them
-
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/log-panics
-Source: %{crates_source}
-# Use env-logger 0.7
-# https://github.com/sfackler/rust-log-panics/pull/6
-# also backport post-release commit
-# for env-logger >= 0.5 compatibility
-Patch0: log-panics-bump-env-logger.diff
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Panic hook which logs panic messages rather than printing them.}
-
-%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-MIT LICENSE-APACHE
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
-
-%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_no_tilde}/Cargo.toml
-
-%package -n %{name}+backtrace-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+backtrace-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "backtrace" feature of "%{crate}" crate.
-
-%files -n %{name}+backtrace-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+with-backtrace-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+with-backtrace-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "with-backtrace" feature of "%{crate}" crate.
-
-%files -n %{name}+with-backtrace-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-* Sat Jun 28 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.0.0-2
-- Bump env-logger dependency, add PR to update upstream to 0.7
-
-* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.0.0-1
-- Initial package