public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: returntrip <stefano@figura.im>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-freetype-rs] epel10: Initial import (1849676).
Date: Fri, 25 Sep 2026 10:34:47 GMT [thread overview]
Message-ID: <179033248786.1.3802587214150298471.rpms-rust-freetype-rs-b134ca8a8d69@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-freetype-rs
Branch : epel10
Commit : b134ca8a8d69396ffc31cd8b4361c3c19b3137cd
Author : returntrip <stefano@figura.im>
Date : 2020-06-29T23:00:38+02:00
Stats : +77/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-freetype-rs/c/b134ca8a8d69396ffc31cd8b4361c3c19b3137cd?branch=epel10
Log:
Initial import (1849676).
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9e52f6e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/freetype-rs-0.26.0.crate
diff --git a/rust-freetype-rs.spec b/rust-freetype-rs.spec
new file mode 100644
index 0000000..0e6e250
--- /dev/null
+++ b/rust-freetype-rs.spec
@@ -0,0 +1,75 @@
+# Generated by rust2rpm 13
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate freetype-rs
+
+Name: rust-%{crate}
+Version: 0.26.0
+Release: 1%{?dist}
+Summary: Bindings for FreeType font library
+
+# Upstream license specification: MIT
+License: MIT
+URL: https://crates.io/crates/freetype-rs
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Bindings for FreeType font library.}
+
+%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
+%doc README.md
+%license LICENSE
+%{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
+* Mon Jun 22 15:29:26 CEST 2020 returntrip <stefano@figura.im> - 0.26.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..8c76c12
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (freetype-rs-0.26.0.crate) = 7369b75331450a6e778f8fe0e8ed8cdd388348824efbcad2377fee5c9c920353073a7e6c2d654d9734112d02f03c0edf7aae0c46bc30e18d94c5a4faa05db3a5
reply other threads:[~2026-09-25 10:34 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=179033248786.1.3802587214150298471.rpms-rust-freetype-rs-b134ca8a8d69@fedoraproject.org \
--to=stefano@figura.im \
--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