public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-macroquad_macro] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/322
@ 2026-08-23 15:51 releng-bot
0 siblings, 0 replies; only message in thread
From: releng-bot @ 2026-08-23 15:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-macroquad_macro
Branch : rawhide
Commit : 8c78792b444d817185726598e78be7fb6826dcbb
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-08-23T15:51:34+00:00
Stats : +83/-1 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-macroquad_macro/c/8c78792b444d817185726598e78be7fb6826dcbb?branch=rawhide
Log:
Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/322
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7eadcd0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/macroquad_macro-0.1.5.crate
+/macroquad_macro-0.1.6.crate
+/macroquad_macro-0.1.7.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..81a2b81
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-macroquad_macro
+
+The rust-macroquad_macro package
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..4ab18cb
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2 @@
+* Thu Jun 24 2021 Rémi Lauzier <remilauzier@protonmail.com> - 0.1.5-1
+- Initial package
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5ac8255..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer used
diff --git a/rust-macroquad_macro.spec b/rust-macroquad_macro.spec
new file mode 100644
index 0000000..b2ba67e
--- /dev/null
+++ b/rust-macroquad_macro.spec
@@ -0,0 +1,74 @@
+# Generated by rust2rpm 18
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate macroquad_macro
+
+Name: rust-%{crate}
+Version: 0.1.7
+Release: %autorelease
+Summary: Proc macro for macroquad
+
+# Upstream license specification: MIT/Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/macroquad_macro
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Proc macro for macroquad.}
+
+%description %{_description}
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files devel
+%license LICENSE-MIT LICENSE-APACHE
+%doc README.md
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
+
+%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 "default" feature of "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version_no_tilde} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+%autochangelog
diff --git a/sources b/sources
new file mode 100644
index 0000000..6360f2c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (macroquad_macro-0.1.7.crate) = 30bd84c32524f36b7d761a563b344f567f83a79b104c6f90bcea2e6cb2fe14995a0a88312f88f823343004bfcccfb467e29e49474c8b02d99d7f3bb88b350b91
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-23 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 15:51 [rpms/rust-macroquad_macro] rawhide: Unretirement request: https://forge.fedoraproject.org/releng/fedora-scm-requests/issues/322 releng-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox