From 794e27eabcc06d4e677482db26265e174c8093c4 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Fri, 17 Feb 2023 14:57:00 -0600 Subject: [PATCH] Initial Fedora package Signed-off-by: Michel Alexandre Salim --- .gitignore | 1 + LICENSE | 21 +++++++ papergrid-fix-metadata.diff | 11 ++++ rust-papergrid.spec | 110 ++++++++++++++++++++++++++++++++++++ sources | 1 + 5 files changed, 144 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 papergrid-fix-metadata.diff create mode 100644 rust-papergrid.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36a0aab --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/papergrid-0.7.1.crate diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6077b9d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Maxim Zhiburt + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/papergrid-fix-metadata.diff b/papergrid-fix-metadata.diff new file mode 100644 index 0000000..bf2b552 --- /dev/null +++ b/papergrid-fix-metadata.diff @@ -0,0 +1,11 @@ +--- papergrid-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ papergrid-0.7.1/Cargo.toml 2023-02-17T02:06:18.819897+00:00 +@@ -20,7 +20,7 @@ + repository = "https://github.com/zhiburt/tabled" + + [dependencies.ansi-str] +-version = "0.5.0" ++version = "0.7.0" + optional = true + + [dependencies.ansitok] diff --git a/rust-papergrid.spec b/rust-papergrid.spec new file mode 100644 index 0000000..7a6ca3a --- /dev/null +++ b/rust-papergrid.spec @@ -0,0 +1,110 @@ +# Generated by rust2rpm 23 +%bcond_without check +%global debug_package %{nil} + +%global crate papergrid + +Name: rust-papergrid +Version: 0.7.1 +Release: %autorelease +Summary: Core library to print a table + +License: MIT +URL: https://crates.io/crates/papergrid +Source: %{crates_source} +# PR to symlink license text to each crate directories: https://github.com/zhiburt/tabled/pull/283 +Source1: https://raw.githubusercontent.com/zhiburt/tabled/master/LICENSE +# Manually created patch for downstream crate metadata changes +# * bump ansi-str from 0.5.0 to 0.7.0 +Patch: papergrid-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Core library to print a table.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%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 the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+ansi-str-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ansi-str-devel %{_description} + +This package contains library source intended for building other packages which +use the "ansi-str" feature of the "%{crate}" crate. + +%files -n %{name}+ansi-str-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+ansitok-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ansitok-devel %{_description} + +This package contains library source intended for building other packages which +use the "ansitok" feature of the "%{crate}" crate. + +%files -n %{name}+ansitok-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+color-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+color-devel %{_description} + +This package contains library source intended for building other packages which +use the "color" feature of the "%{crate}" crate. + +%files -n %{name}+color-devel +%ghost %{crate_instdir}/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 +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..fb7e72a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (papergrid-0.7.1.crate) = f43c7f64e10f8c692fcd62728e44e893bb59031d7524415892df2fbdcab083c73ba72e20942ba1f47195d9aad5997be6bf0a105be9f18ba6ab171e8e3ebb5356