-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dep: Add Packages that need packaging
Signed-off-by: Cristian Le <[email protected]>
- Loading branch information
Showing
32 changed files
with
2,505 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
# 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 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- cli-clipboard-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 | ||
+++ cli-clipboard-0.4.0/Cargo.toml 2024-03-28T12:16:15.459776+00:00 | ||
@@ -26,15 +26,3 @@ | ||
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11-clipboard] | ||
version = "0.7" | ||
|
||
-[target."cfg(target_os = \"macos\")".dependencies.objc] | ||
-version = "0.2" | ||
- | ||
-[target."cfg(target_os = \"macos\")".dependencies.objc-foundation] | ||
-version = "0.1" | ||
- | ||
-[target."cfg(target_os = \"macos\")".dependencies.objc_id] | ||
-version = "0.1" | ||
- | ||
-[target."cfg(windows)".dependencies.clipboard-win] | ||
-version = "4.4" | ||
-features = ["std"] |
Oops, something went wrong.