feat: add group to sccache (#421)

* feat: add group to sccache

* Update rust-sccache.spec

Signed-off-by: madomado <wboy111@outlook.com>

* fix: sccache (#428)

* fix: switchboard-plug-pantheon-shell elementary-onboarding (#415)

* fix: switchboard-plug-pantheon-shell

Signed-off-by: madomado <wboy111@outlook.com>

* fix: elementary-onboarding

Signed-off-by: madomado <wboy111@outlook.com>

---------

Signed-off-by: madomado <wboy111@outlook.com>

* bump: ruff

* bump: iosevka-fusion

* add: armcord-bin armcord (#419)

* add: armcord-bin armcord

* fix: armcord-bin armcord

* fix: ~

* fix: ~

* bump: sarasa-gothic

* bump(nightly): prismlauncher-nightly prismlauncher-qt5-nightly

* Create terra-release (#422)

* ci: Run actions on merge_group (#423)

* ci: Run actions on merge_group

* fix: update conditional steps

* fix: don't dupe action run for lint

* refactor: simplify condition

* bump: curlie orjson maturin zoxide

* bump: protobuf

* bump: crystal

* bump: osu-lazer

* Add vala-nightly package (#425)

* shuffle vala packages into vala subdir

* add vala-nightly package

* Fix vala-nightly changelog and vls nightly build (#426)

* fix change log

* fix vls not building

* bump: dart

* fix: sccache

---------

Signed-off-by: madomado <wboy111@outlook.com>
Co-authored-by: Raboneko <raboneko@fyralabs.com>
Co-authored-by: lleyton <lleyton@fyralabs.com>

* fix(arch): sccache

---------

Signed-off-by: madomado <wboy111@outlook.com>
Co-authored-by: Raboneko <raboneko@fyralabs.com>
Co-authored-by: lleyton <lleyton@fyralabs.com>
This commit is contained in:
madomado
2023-05-12 09:57:24 +08:00
committed by GitHub
parent b60b551639
commit fe3e7aff61
3 changed files with 10 additions and 21 deletions
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "rust-sccache.spec"
}
+6 -18
View File
@@ -6,11 +6,12 @@
Name: rust-sccache
Version: 0.4.2
Release: 1%{?dist}
Release: %autorelease
Summary: Ccache-like tool
License: Apache-2.0
URL: https://crates.io/crates/sccache
Group: Development/Languages/Rust
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: sccache-fix-metadata-auto.diff
@@ -84,18 +85,6 @@ use the "azure" feature of the "%{crate}" crate.
%files -n %{name}+azure-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+crossbeam-utils-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+crossbeam-utils-devel %{_description}
This package contains library source intended for building other packages which
use the "crossbeam-utils" feature of the "%{crate}" crate.
%files -n %{name}+crossbeam-utils-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dist-client-devel
Summary: %{summary}
BuildArch: noarch
@@ -180,16 +169,16 @@ use the "hyper" feature of the "%{crate}" crate.
%files -n %{name}+hyper-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+jsonwebtoken-devel
%package -n %{name}+jwt-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+jsonwebtoken-devel %{_description}
%description -n %{name}+jwt-devel %{_description}
This package contains library source intended for building other packages which
use the "jsonwebtoken" feature of the "%{crate}" crate.
use the "jwt" feature of the "%{crate}" crate.
%files -n %{name}+jsonwebtoken-devel
%files -n %{name}+jwt-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libmount-devel
@@ -430,7 +419,6 @@ use the "webdav" feature of the "%{crate}" crate.
%install
%cargo_install -f dist-server
%if %{with check}
%check
%cargo_test -f dist-server
@@ -1,6 +1,6 @@
--- sccache-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.4.1/Cargo.toml 2023-03-27T14:56:08.411559+00:00
@@ -358,14 +358,3 @@
--- sccache-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.4.2/Cargo.toml 2023-05-10T14:25:40.783197+00:00
@@ -362,14 +362,3 @@
[target."cfg(unix)".dependencies.daemonize]
version = "0.5"