public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git-absorb] f44: Orphaned for 6+ weeks
@ 2026-07-06 14:48 Orphaned Packages Process
  0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-07-06 14:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-git-absorb
Branch : f44
Commit : bbf3e6894f076d662d33882ba82c5ab9e976aa36
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2025-10-30T13:27:47-05:00
Stats  : +1/-144 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-git-absorb/c/bbf3e6894f076d662d33882ba82c5ab9e976aa36?branch=f44

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c7ef067..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/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
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks

diff --git a/rust-git-absorb.spec b/rust-git-absorb.spec
deleted file mode 100644
index f4ac329..0000000
--- a/rust-git-absorb.spec
+++ /dev/null
@@ -1,107 +0,0 @@
-# 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
deleted file mode 100644
index d55fa9c..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[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
deleted file mode 100644
index c8cdd31..0000000
--- a/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-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-06 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 14:48 [rpms/rust-git-absorb] f44: Orphaned for 6+ weeks Orphaned Packages Process

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