public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust2rpm-helper] epel9: Initial import (#2242017)
Date: Fri, 29 May 2026 19:08:33 +0000	[thread overview]
Message-ID: <rpms-rust2rpm-helper-97f52172e38a@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-05-29 19:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rpms-rust2rpm-helper-97f52172e38a@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox