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-x11-dl] epel10: Initial import (#1840204).
Date: Fri, 25 Sep 2026 13:37:32 GMT [thread overview]
Message-ID: <179034345207.1.2722975595990431237.rpms-rust-x11-dl-b68c6b5c35bc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-x11-dl
Branch : epel10
Commit : b68c6b5c35bcc4240381930bb1056b1a538e3a8a
Author : returntrip <stefano@figura.im>
Date : 2020-06-20T17:14:38+02:00
Stats : +106/-2 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-x11-dl/c/b68c6b5c35bcc4240381930bb1056b1a538e3a8a?branch=epel10
Log:
Initial import (#1840204).
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ff9d86f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/x11-dl-2.18.5.crate
diff --git a/README.md b/README.md
index b69dc23..d506043 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,28 @@
-# rust-x11-dl
+# x11-rs - X11 library bindings for Rust
-The rust-x11-dl package
\ No newline at end of file
+[](https://travis-ci.org/erlepereira/x11-rs)
+
+`x11`: [](https://crates.io/crates/x11)
+
+`x11-dl`: [](https://crates.io/crates/x11-dl)
+
+Hey everyone, have recently jumped on board here, still getting my head around things. I do apologise for any delays whilst I catch up to speed. Thanks for all the issues and PRs, keep them coming - Erle Pereira (updated: Sept 2019)
+
+A new [wiki page](https://github.com/erlepereira/x11-rs/wiki) has been created with the intention of a detaling a roadmap and a focal point for a broader vision around this codebase.
+
+## License
+
+Licensed under
+
+ * MIT license
+ ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
+
+ for related Discussion with contributors see #82
+
+
+---
+The X11 libraries written in C are available under the terms of the MIT license.
+These bindings are available as public domain.
+
+As of 2017 I don't have as much time to work on this myself as I once did (due to school and work,
+both full time), but feel free to submit a pull request if anything you need is missing!
diff --git a/rust-x11-dl.spec b/rust-x11-dl.spec
new file mode 100644
index 0000000..8ab7365
--- /dev/null
+++ b/rust-x11-dl.spec
@@ -0,0 +1,77 @@
+# Generated by rust2rpm 13
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate x11-dl
+
+Name: rust-%{crate}
+Version: 2.18.5
+Release: 1%{?dist}
+Summary: X11 library bindings for Rust
+
+# Upstream license specification: MIT
+License: MIT
+URL: https://crates.io/crates/x11-dl
+Source: %{crates_source}
+Source1: https://raw.githubusercontent.com/erlepereira/x11-rs/master/README.md
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+X11 library bindings for Rust.}
+
+%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
+# Crate was built before license was added
+# License symlink exists in repo https://raw.githubusercontent.com/erlepereira/x11-rs/master/x11-dl/LICENSE-MIT
+%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
+cp -p %{SOURCE1} .
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+* Sat May 23 17:45:28 CEST 2020 returntrip <stefano@figura.im> - 2.18.5-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..50af807
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (x11-dl-2.18.5.crate) = db0b2debc8b6e2ed736e846307340600b7b39aadced946e1040f5362e2a76d037dcacc17de9cecae1d4230b4ce6a4ce721a836fd0f13d5ca124c8594fff0a460
reply other threads:[~2026-09-25 13:37 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=179034345207.1.2722975595990431237.rpms-rust-x11-dl-b68c6b5c35bc@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