public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-freetype-rs] epel10: Initial import (1849676).
@ 2026-09-25 10:34 returntrip
0 siblings, 0 replies; only message in thread
From: returntrip @ 2026-09-25 10:34 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:34 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:34 [rpms/rust-freetype-rs] epel10: Initial import (1849676) returntrip
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox