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-gdk-pixbuf] epel10: initial import
Date: Fri, 25 Sep 2026 14:44:39 GMT [thread overview]
Message-ID: <179034747970.1.3157439008672352835.rpms-rust-gdk-pixbuf-6f2d3617466f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gdk-pixbuf
Branch : epel10
Commit : 6f2d3617466f114ade29c942e9f3c53bfece95b6
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2018-01-06T22:11:38+01:00
Stats : +66/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf/c/6f2d3617466f114ade29c942e9f3c53bfece95b6?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..1368f25
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/gdk-pixbuf-0.3.0.crate
diff --git a/rust-gdk-pixbuf.spec b/rust-gdk-pixbuf.spec
new file mode 100644
index 0000000..648f703
--- /dev/null
+++ b/rust-gdk-pixbuf.spec
@@ -0,0 +1,64 @@
+# Generated by rust2rpm
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate gdk-pixbuf
+
+Name: rust-%{crate}
+Version: 0.3.0
+Release: 1%{?dist}
+Summary: Rust bindings for the GdkPixbuf library
+
+License: MIT
+URL: https://crates.io/crates/gdk-pixbuf
+Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging
+# [dependencies]
+BuildRequires: (crate(gdk-pixbuf-sys) >= 0.5.0 with crate(gdk-pixbuf-sys) < 0.6.0)
+BuildRequires: (crate(glib) >= 0.4.0 with crate(glib) < 0.5.0)
+BuildRequires: (crate(glib-sys) >= 0.5.0 with crate(glib-sys) < 0.6.0)
+BuildRequires: (crate(gobject-sys) >= 0.5.0 with crate(gobject-sys) < 0.6.0)
+BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
+# [build-dependencies]
+BuildRequires: (crate(gtk-rs-lgpl-docs) >= 0.1.3 with crate(gtk-rs-lgpl-docs) < 0.2.0)
+
+%description
+%{summary}.
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description devel
+Rust bindings for the GdkPixbuf library.
+
+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 COPYRIGHT LICENSE
+%doc README.md
+%{cargo_registry}/%{crate}-%{version}/
+%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
+
+%changelog
+* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..9b78f29
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (gdk-pixbuf-0.3.0.crate) = c8dececf3e6a42956a5099f915c261760793bb77f512982f1f85d09449b8e328a54ee3f5e6c2cfd8ac4d6e6000b92440f2b277bf78da851c961b75fc03ec964b
reply other threads:[~2026-09-25 14:44 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=179034747970.1.3157439008672352835.rpms-rust-gdk-pixbuf-6f2d3617466f@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