From b61fb9fa09ce9ed45726361ee9660cedf80d8e8f Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Sun, 28 Jul 2024 22:59:09 +0200 Subject: [PATCH] Remove reviewed packages --- .packit.yaml | 33 +--- rust-axum-server/rust-axum-server.spec | 165 ------------------- rust-axum-server/rust2rpm.toml | 0 rust-runtime-format/rust-runtime-format.spec | 92 ----------- rust-runtime-format/rust2rpm.toml | 0 rust-sql-builder/rust-sql-builder.spec | 68 -------- rust-sql-builder/rust2rpm.toml | 0 7 files changed, 6 insertions(+), 352 deletions(-) delete mode 100644 rust-axum-server/rust-axum-server.spec delete mode 100644 rust-axum-server/rust2rpm.toml delete mode 100644 rust-runtime-format/rust-runtime-format.spec delete mode 100644 rust-runtime-format/rust2rpm.toml delete mode 100644 rust-sql-builder/rust-sql-builder.spec delete mode 100644 rust-sql-builder/rust2rpm.toml diff --git a/.packit.yaml b/.packit.yaml index 14686ad..ae5b04c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -23,12 +23,12 @@ packages: - sh -c 'rpmspec -q --qf "%{Version}" --srpm ${PACKIT_DOWNSTREAM_PACKAGE_NAME}.spec' # Other dependencies to package: - rust-axum-server: - # https://github.com/programatik29/axum-server - paths: [ rust-axum-server ] - specfile_path: rust-axum-server.spec - upstream_package_name: axum-server - downstream_package_name: rust-axum-server + rust-tiny-bip39: + # https://github.com/maciejhirsz/tiny-bip39/ + paths: [ rust-tiny-bip39 ] + specfile_path: rust-tiny-bip39.spec + upstream_package_name: tiny-bip39 + downstream_package_name: rust-tiny-bip39 actions: &Actions-Package-rust2rpm <<: *Actions-Package-rust2rpm-workspace fix-spec-file: @@ -57,27 +57,6 @@ packages: # https://github.com/mwotton/minspan/pull/1 fix-spec-file: - sh -c 'rust2rpm --ignore-missing-license-files ${PACKIT_UPSTREAM_PACKAGE_NAME}' - rust-sql-builder: - # https://github.com/perdumonocle/sql-builder.git - paths: [ rust-sql-builder ] - specfile_path: rust-sql-builder.spec - upstream_package_name: sql-builder - downstream_package_name: rust-sql-builder - actions: *Actions-Package-rust2rpm - rust-tiny-bip39: - # https://github.com/maciejhirsz/tiny-bip39/ - paths: [ rust-tiny-bip39 ] - specfile_path: rust-tiny-bip39.spec - upstream_package_name: tiny-bip39 - downstream_package_name: rust-tiny-bip39 - actions: *Actions-Package-rust2rpm - rust-runtime-format: - # https://github.com/conradludgate/strfmt - paths: [ rust-runtime-format ] - specfile_path: rust-runtime-format.spec - upstream_package_name: runtime-format - downstream_package_name: rust-runtime-format - actions: *Actions-Package-rust2rpm bash-preexec: # https://github.com/rcaloras/bash-preexec paths: [ bash-preexec ] diff --git a/rust-axum-server/rust-axum-server.spec b/rust-axum-server/rust-axum-server.spec deleted file mode 100644 index f3b1bc8..0000000 --- a/rust-axum-server/rust-axum-server.spec +++ /dev/null @@ -1,165 +0,0 @@ -# Generated by rust2rpm 26 -%bcond_without check -%global debug_package %{nil} - -%global crate axum-server - -Name: rust-axum-server -Version: 0.6.0 -Release: %autorelease -Summary: High level server designed to be used with axum framework - -License: MIT -URL: https://crates.io/crates/axum-server -Source: %{crates_source} - -BuildRequires: cargo-rpm-macros >= 24 - -%global _description %{expand: -High level server designed to be used with axum framework.} - -%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}/CHANGELOG.md -%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}+arc-swap-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+arc-swap-devel %{_description} - -This package contains library source intended for building other packages which -use the "arc-swap" feature of the "%{crate}" crate. - -%files -n %{name}+arc-swap-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "openssl" feature of the "%{crate}" crate. - -%files -n %{name}+openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+rustls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+rustls-devel %{_description} - -This package contains library source intended for building other packages which -use the "rustls" feature of the "%{crate}" crate. - -%files -n %{name}+rustls-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+rustls-pemfile-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+rustls-pemfile-devel %{_description} - -This package contains library source intended for building other packages which -use the "rustls-pemfile" feature of the "%{crate}" crate. - -%files -n %{name}+rustls-pemfile-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tls-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tls-openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "tls-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+tls-openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tls-rustls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tls-rustls-devel %{_description} - -This package contains library source intended for building other packages which -use the "tls-rustls" feature of the "%{crate}" crate. - -%files -n %{name}+tls-rustls-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-rustls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-rustls-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-rustls" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-rustls-devel -%ghost %{crate_instdir}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version} -p1 -%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/rust-axum-server/rust2rpm.toml b/rust-axum-server/rust2rpm.toml deleted file mode 100644 index e69de29..0000000 diff --git a/rust-runtime-format/rust-runtime-format.spec b/rust-runtime-format/rust-runtime-format.spec deleted file mode 100644 index c016a1b..0000000 --- a/rust-runtime-format/rust-runtime-format.spec +++ /dev/null @@ -1,92 +0,0 @@ -# Generated by rust2rpm 26 -%bcond_without check -%global debug_package %{nil} - -%global crate runtime-format - -Name: rust-runtime-format -Version: 0.1.3 -Release: %autorelease -Summary: Rust library for formatting dynamic strings - -License: MIT -URL: https://crates.io/crates/runtime-format -Source: %{crates_source} - -BuildRequires: cargo-rpm-macros >= 24 - -%global _description %{expand: -Rust library for formatting dynamic strings.} - -%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}+std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+std-devel %{_description} - -This package contains library source intended for building other packages which -use the "std" feature of the "%{crate}" crate. - -%files -n %{name}+std-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tinyvec-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tinyvec-devel %{_description} - -This package contains library source intended for building other packages which -use the "tinyvec" feature of the "%{crate}" crate. - -%files -n %{name}+tinyvec-devel -%ghost %{crate_instdir}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version} -p1 -%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/rust-runtime-format/rust2rpm.toml b/rust-runtime-format/rust2rpm.toml deleted file mode 100644 index e69de29..0000000 diff --git a/rust-sql-builder/rust-sql-builder.spec b/rust-sql-builder/rust-sql-builder.spec deleted file mode 100644 index 774e014..0000000 --- a/rust-sql-builder/rust-sql-builder.spec +++ /dev/null @@ -1,68 +0,0 @@ -# Generated by rust2rpm 26 -%bcond_without check -%global debug_package %{nil} - -%global crate sql-builder - -Name: rust-sql-builder -Version: 3.1.1 -Release: %autorelease -Summary: Simple SQL code generator - -License: MIT -URL: https://crates.io/crates/sql-builder -Source: %{crates_source} - -BuildRequires: cargo-rpm-macros >= 24 - -%global _description %{expand: -Simple SQL code generator.} - -%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 - -%prep -%autosetup -n %{crate}-%{version} -p1 -%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/rust-sql-builder/rust2rpm.toml b/rust-sql-builder/rust2rpm.toml deleted file mode 100644 index e69de29..0000000