public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gir-format-check] epel10: initial import
@ 2026-09-25 10:33 Igor Gnatenko
  0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-09-25 10:33 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-gir-format-check
            Branch : epel10
            Commit : ea277ecc0593c25950054c117f2c133e7dace1c5
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2018-09-10T19:35:43+02:00
            Stats  : +57/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-gir-format-check/c/ea277ecc0593c25950054c117f2c133e7dace1c5?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..48dc35e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/gir-format-check-0.1.1.crate

diff --git a/rust-gir-format-check.spec b/rust-gir-format-check.spec
new file mode 100644
index 0000000..5613873
--- /dev/null
+++ b/rust-gir-format-check.spec
@@ -0,0 +1,55 @@
+# Generated by rust2rpm
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate gir-format-check
+
+Name:           rust-%{crate}
+Version:        0.1.1
+Release:        1%{?dist}
+Summary:        File format checker
+
+License:        MIT
+URL:            https://crates.io/crates/gir-format-check
+Source0:        https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
+
+ExclusiveArch:  %{rust_arches}
+
+BuildRequires:  rust-packaging
+
+%description
+%{summary}.
+
+%package        devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description    devel
+File format checker.
+
+This package contains library source intended for building other packages
+which use %{crate} from crates.io.
+
+%prep
+%autosetup -n %{crate}-%{version} -p1
+%cargo_prep
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%files          devel
+%license LICENSE
+%doc README.md
+%{cargo_registry}/%{crate}-%{version}/
+
+%changelog
+* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-1
+- Initial package

diff --git a/sources b/sources
new file mode 100644
index 0000000..9a936c2
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (gir-format-check-0.1.1.crate) = d63ab666221c655dd1c06e3310713c50ad9678406dab59c60de44f1b8c8fbf3b884e3fcf19a8ff3c1a71734eb052049b22c877d64ac2bbd9aeaa4f35ce4f378f

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

only message in thread, other threads:[~2026-09-25 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:33 [rpms/rust-gir-format-check] epel10: initial import Igor Gnatenko

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