public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-dtoa] epel10: initial import
@ 2026-06-15 14:12 Igor Gnatenko
  0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-06-15 14:12 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-dtoa
            Branch : epel10
            Commit : c43f135dba2ef6458b94cb937a53f93edf7e1357
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2017-11-06T17:18:13+01:00
            Stats  : +63/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-dtoa/c/c43f135dba2ef6458b94cb937a53f93edf7e1357?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..c6c2d12
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/dtoa-0.4.2.crate

diff --git a/rust-dtoa.spec b/rust-dtoa.spec
new file mode 100644
index 0000000..df8504d
--- /dev/null
+++ b/rust-dtoa.spec
@@ -0,0 +1,61 @@
+# Generated by rust2rpm
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate dtoa
+
+Name:           rust-%{crate}
+Version:        0.4.2
+Release:        1%{?dist}
+Summary:        Fast functions for printing floating-point primitives to an io::Write
+
+License:        MIT or ASL 2.0
+URL:            https://crates.io/crates/dtoa
+Source0:        https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
+
+ExclusiveArch:  %{rust_arches}
+
+BuildRequires:  rust-packaging
+
+%description
+%{summary}.
+
+%package        devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description    devel
+Fast functions for printing floating-point primitives to an io::Write.
+
+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 LICENSE-MIT LICENSE-APACHE
+%doc README.md
+%{cargo_registry}/%{crate}-%{version}/
+
+%changelog
+* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2
+
+* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-2
+- Port to use rust-packaging
+
+* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
+- Initial package

diff --git a/sources b/sources
new file mode 100644
index 0000000..09226e3
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (dtoa-0.4.2.crate) = a04410f8f67e846dbf3c72c0d15096e529c60174c6403931c9b8df67b41a59b8c06c675bc3222d0111f642d4153f7dd72c0631805d40386bded28695e38c7f0c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 14:12 [rpms/rust-dtoa] epel10: initial import Igor Gnatenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox