public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustyline-derive] epel9: initial import (#1795204)
@ 2026-09-24 23:38 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-24 23:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rustyline-derive
Branch : epel9
Commit : 436429a37136550e70e26923bdf712eb79e71318
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2020-02-08T12:11:49+01:00
Stats : +80/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustyline-derive/c/436429a37136550e70e26923bdf712eb79e71318?branch=epel9
Log:
initial import (#1795204)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..37a4b15
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/results_*
+/*.src.rpm
+
+/rustyline-derive-0.3.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index e106a8e..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-rustyline-derive
-
-The rust-rustyline-derive package
\ No newline at end of file
diff --git a/rust-rustyline-derive.spec b/rust-rustyline-derive.spec
new file mode 100644
index 0000000..a92f500
--- /dev/null
+++ b/rust-rustyline-derive.spec
@@ -0,0 +1,75 @@
+# Generated by rust2rpm 13
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate rustyline-derive
+
+Name: rust-%{crate}
+Version: 0.3.0
+Release: 1%{?dist}
+Summary: Rustyline derive macros (Completer, Helper, Hinter, Highlighter)
+
+# Upstream license specification: MIT
+License: MIT
+URL: https://crates.io/crates/rustyline-derive
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Rustyline macros implementation of #[derive(Completer, Helper, Hinter,
+Highlighter)].}
+
+%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
+%{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
+
+%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
+* Mon Jan 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
+- Initial package
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..5c3362f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (rustyline-derive-0.3.0.crate) = 7aa6e34b0ea55d736476c439558526d471d64a02e7dbc5766a5d2c85a78f61aa53f32f56a1643738972f5bc840af61c5cfea648013b48c47a37a6bf272288b84
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 23:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 23:38 [rpms/rust-rustyline-derive] epel9: initial import (#1795204) Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox