public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-pretty-git-prompt] epel10: initial import
Date: Thu, 17 Sep 2026 07:50:12 GMT [thread overview]
Message-ID: <178963141266.1.5274714916723231149.rpms-rust-pretty-git-prompt-1782cb8c6e2e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-pretty-git-prompt
Branch : epel10
Commit : 1782cb8c6e2ed5099fbfd8bb8e6bfedd0e84e5f2
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2018-01-28T21:39:56+01:00
Stats : +58/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-pretty-git-prompt/c/1782cb8c6e2ed5099fbfd8bb8e6bfedd0e84e5f2?branch=epel10
Log:
initial import
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..814c088
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/pretty-git-prompt-0.2.0.crate
diff --git a/rust-pretty-git-prompt.spec b/rust-pretty-git-prompt.spec
new file mode 100644
index 0000000..e6870f1
--- /dev/null
+++ b/rust-pretty-git-prompt.spec
@@ -0,0 +1,56 @@
+# Generated by rust2rpm
+%bcond_without check
+
+%global crate pretty-git-prompt
+
+Name: rust-%{crate}
+Version: 0.2.0
+Release: 1%{?dist}
+Summary: Your current git repository information inside a beautiful shell prompt
+
+License: MIT
+URL: https://crates.io/crates/pretty-git-prompt
+Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging
+# [dependencies]
+BuildRequires: (crate(clap) >= 2.19.0 with crate(clap) < 3.0.0)
+BuildRequires: (crate(git2) >= 0.6.0 with crate(git2) < 0.7.0)
+BuildRequires: (crate(yaml-rust) >= 0.3.4 with crate(yaml-rust) < 0.4.0)
+
+%description
+%{summary}.
+
+%package -n %{crate}
+Summary: %{summary}
+
+%description -n %{crate}
+%{summary}.
+
+%prep
+%autosetup -n %{crate}-%{version} -p1
+%cargo_prep
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+# https://github.com/tomastomecek/pretty-git-prompt/issues/35
+%cargo_test || :
+%endif
+
+%files -n %{crate}
+%license LICENSE
+%doc README.md
+%doc files
+%{_bindir}/pretty-git-prompt
+
+%changelog
+* Sun Jan 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..ada5b5f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (pretty-git-prompt-0.2.0.crate) = 210c07407440e1efe33e54b5134e6b07e9d54d2dfbc72fba56d52506195e2979728d4bacea697c3796deff8a4482f0eba5c8ee738af3a42810647ebef310c805
reply other threads:[~2026-09-17 7:50 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=178963141266.1.5274714916723231149.rpms-rust-pretty-git-prompt-1782cb8c6e2e@fedoraproject.org \
--to=ignatenkobrain@fedoraproject.org \
--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