summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-01-10 16:18:13 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-01-10 16:18:13 -0800
commitd3cbc9e8bfb23b460a3984b9089cd2a2c30d3ab8 (patch)
tree137e8f75b81b8607d9ba118cbe6e13cfab264102
parentd10839cc8f50255d168231e62faa6128d96d691b (diff)
downloadspecs-d3cbc9e8bfb23b460a3984b9089cd2a2c30d3ab8.tar.gz
specs-d3cbc9e8bfb23b460a3984b9089cd2a2c30d3ab8.tar.xz
specs-d3cbc9e8bfb23b460a3984b9089cd2a2c30d3ab8.zip
- rust-pretty
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-pretty.spec85
1 files changed, 0 insertions, 85 deletions
diff --git a/rust/rust-pretty.spec b/rust/rust-pretty.spec
deleted file mode 100644
index 8b55646..0000000
--- a/rust/rust-pretty.spec
+++ /dev/null
@@ -1,85 +0,0 @@
-# Generated by rust2rpm 20
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate pretty
-
-Name: rust-%{crate}
-Version: 0.5.2
-Release: %autorelease
-Summary: Wadler-style pretty-printing combinators in Rust
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/pretty
-Source: %{crates_source}
-# Initial patched metadata
-Patch0: pretty-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Wadler-style pretty-printing combinators in Rust.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license LICENSE
-%doc CHANGELOG.md 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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+termcolor-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+termcolor-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "termcolor" feature of the "%{crate}" crate.
-
-%files -n %{name}+termcolor-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
-%autochangelog