public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust2rpm-helper] epel9: Initial import (#2242017)
@ 2026-05-29 19:08 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-05-29 19:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust2rpm-helper
Branch : epel9
Commit : 97f52172e38a15adfe00833d5bf04d240f4e65a4
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2023-10-06T11:51:05+02:00
Stats : +65/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust2rpm-helper/c/97f52172e38a15adfe00833d5bf04d240f4e65a4?branch=epel9
Log:
Initial import (#2242017)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..00f3de2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/rust2rpm-helper-0.1.3.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 8e26f4b..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust2rpm-helper
-
-The rust2rpm-helper package
diff --git a/rust2rpm-helper.spec b/rust2rpm-helper.spec
new file mode 100644
index 0000000..615fc96
--- /dev/null
+++ b/rust2rpm-helper.spec
@@ -0,0 +1,63 @@
+# Generated by rust2rpm 24
+%bcond_without check
+
+# prevent library files from being installed
+%global __cargo_is_lib() 0
+
+%global crate rust2rpm-helper
+
+Name: rust2rpm-helper
+Version: 0.1.3
+Release: %autorelease
+Summary: Helper program for rust2rpm
+
+SourceLicense: MIT
+# (MIT OR Apache-2.0) AND Unicode-DFS-2016
+# Apache-2.0
+# Apache-2.0 OR MIT
+# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+# MIT
+# MIT OR Apache-2.0
+# Unlicense OR MIT
+License: Apache-2.0 AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
+# LICENSE.dependencies contains a full license breakdown
+
+URL: https://pagure.io/fedora-rust/rust2rpm-helper
+Source: %{url}/archive/%{version}/rust2rpm-helper-%{version}.tar.gz
+
+BuildRequires: cargo-rpm-macros
+
+%global _description %{expand:
+Helper program for rust2rpm.}
+
+%description %{_description}
+
+%prep
+%autosetup -n %{crate}-%{version_no_tilde} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%files
+%license LICENSE
+%license LICENSE.dependencies
+%doc CHANGELOG.md
+%doc README.md
+%{_bindir}/rust2rpm-helper
+
+%changelog
+%autochangelog
diff --git a/sources b/sources
new file mode 100644
index 0000000..0079faa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (rust2rpm-helper-0.1.3.tar.gz) = 645be7d2ddd7f7238632078db60efb26399724eb097197bec67b227defa509feab8849dc654db0647601e9ce745fd2022f074e65f81d43f93de50359f1a56e70
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-29 19:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 19:08 [rpms/rust2rpm-helper] epel9: Initial import (#2242017) Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox