public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git-absorb] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84369
@ 2026-07-02 11:45 releng-bot
  0 siblings, 0 replies; only message in thread
From: releng-bot @ 2026-07-02 11:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-git-absorb
Branch : rawhide
Commit : ad9fac5b35680ea01a3d43ffc0ab7118d90c4319
Author : releng-bot <releng-bot@fedoraproject.org>
Date   : 2026-07-02T11:45:42+00:00
Stats  : +144/-1 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-git-absorb/c/ad9fac5b35680ea01a3d43ffc0ab7118d90c4319?branch=rawhide

Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84369

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c7ef067
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+/git-absorb-0.6.9.crate
+/git-absorb.1
+/git-absorb-0.6.10.crate
+/git-absorb-0.6.11.crate
+/git-absorb-0.6.12.crate
+/git-absorb-0.6.13.crate
+/git-absorb-0.6.15.crate
+/git-absorb-0.6.16.crate

diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks

diff --git a/rust-git-absorb.spec b/rust-git-absorb.spec
new file mode 100644
index 0000000..f4ac329
--- /dev/null
+++ b/rust-git-absorb.spec
@@ -0,0 +1,107 @@
+# Generated by rust2rpm 27
+%bcond check 1
+
+%global crate git-absorb
+
+Name:           rust-git-absorb
+Version:        0.6.16
+Release:        %autorelease
+Summary:        Git commit --fixup, but automatic
+
+License:        BSD-3-Clause
+URL:            https://crates.io/crates/git-absorb
+Source:         %{crates_source}
+Source1:        https://github.com/tummychow/git-absorb/raw/%{version}/Documentation/git-absorb.1
+
+BuildRequires:  cargo-rpm-macros >= 24
+
+%global _description %{expand:
+Git commit --fixup, but automatic.}
+
+%description %{_description}
+
+%package     -n %{crate}
+Summary:        %{summary}
+# (MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT
+# Apache-2.0 OR MIT
+# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+# BSD-3-Clause
+# MIT
+# MIT OR Apache-2.0
+# MIT OR Apache-2.0 OR Zlib
+# MPL-2.0 OR MIT OR Apache-2.0
+# Unlicense OR MIT
+# Zlib OR Apache-2.0 OR MIT
+License:        BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MPL-2.0 OR MIT OR Apache-2.0) AND (Unlicense OR MIT)
+# LICENSE.dependencies contains a full license breakdown
+
+%description -n %{crate} %{_description}
+
+%files       -n %{crate}
+%license LICENSE.md
+%license LICENSE.dependencies
+%doc README.md
+%{_bindir}/git-absorb
+%{_mandir}/man1/git-absorb.1*
+%{bash_completions_dir}/git-absorb
+%{fish_completions_dir}/git-absorb.fish
+%{zsh_completions_dir}/_git-absorb
+
+%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 %{crate_instdir}/LICENSE.md
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
+
+%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 %{crate_instdir}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
+# generate shell completions
+./target/rpm/git-absorb --gen-completions bash > git-absorb.bash
+./target/rpm/git-absorb --gen-completions fish > git-absorb.fish
+./target/rpm/git-absorb --gen-completions zsh > git-absorb.zsh
+
+%install
+%cargo_install
+# install manpage
+install -Dpm 644 %{SOURCE1} -t %{buildroot}/%{_mandir}/man1/
+# install shell completions
+install -Dpm 0644 git-absorb.bash %{buildroot}/%{bash_completions_dir}/git-absorb
+install -Dpm 0644 git-absorb.fish %{buildroot}/%{fish_completions_dir}/git-absorb.fish
+install -Dpm 0644 git-absorb.zsh %{buildroot}/%{zsh_completions_dir}/_git-absorb
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+%autochangelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..d55fa9c
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,27 @@
+[package]
+extra-sources = [
+    { number = 1, file = "https://github.com/tummychow/git-absorb/raw/%{version}/Documentation/git-absorb.1" },
+]
+extra-files = [
+    "%{_mandir}/man1/git-absorb.1*",
+    "%{bash_completions_dir}/git-absorb",
+    "%{fish_completions_dir}/git-absorb.fish",
+    "%{zsh_completions_dir}/_git-absorb",
+]
+
+[scripts]
+build.post = [
+    "# generate shell completions",
+    "./target/rpm/git-absorb --gen-completions bash > git-absorb.bash",
+    "./target/rpm/git-absorb --gen-completions fish > git-absorb.fish",
+    "./target/rpm/git-absorb --gen-completions zsh > git-absorb.zsh",
+]
+install.post = [
+    "# install manpage",
+    "install -Dpm 644 %{SOURCE1} -t %{buildroot}/%{_mandir}/man1/",
+    "# install shell completions",
+    "install -Dpm 0644 git-absorb.bash %{buildroot}/%{bash_completions_dir}/git-absorb",
+    "install -Dpm 0644 git-absorb.fish %{buildroot}/%{fish_completions_dir}/git-absorb.fish",
+    "install -Dpm 0644 git-absorb.zsh %{buildroot}/%{zsh_completions_dir}/_git-absorb",
+]
+

diff --git a/sources b/sources
new file mode 100644
index 0000000..c8cdd31
--- /dev/null
+++ b/sources
@@ -0,0 +1,2 @@
+SHA512 (git-absorb-0.6.16.crate) = 8467cda6ba888e1523475beb05ec88dbea939a8b6ab0dbccc3e56b2366b4f1518a725bfe964c721463367ca6008d470dac9551d2f499621d46ed0a4ef80e4938
+SHA512 (git-absorb.1) = bc813f538beb4b67f2a0bc42f3da5ffde7233eb355b74d87eccd3d6b2d52d9104614cfdd08081ab9b111c8d0d603eaf70c17c5aa477123f40dcb96add24dcbb2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 11:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 11:45 [rpms/rust-git-absorb] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84369 releng-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox