diff --git a/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec b/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec index 715838651b..161c2931e7 100644 --- a/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec +++ b/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec @@ -1,6 +1,6 @@ %global forgeurl https://github.com/KDE/latte-dock/ -%define commit 93c50a7e8fbc88d15c17efe26eacdce2c616bded +%global commit 93c50a7e8fbc88d15c17efe26eacdce2c616bded %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commit_date %(date '+%Y%m%d') %global snapshot_info %{commit_date}.%{shortcommit} diff --git a/anda/fonts/vl-gothic/anda.hcl b/anda/fonts/vl-gothic/anda.hcl index b6b11b11a8..a71f5fc300 100644 --- a/anda/fonts/vl-gothic/anda.hcl +++ b/anda/fonts/vl-gothic/anda.hcl @@ -1,6 +1,5 @@ project "pkg" { rpm { spec = "vl-gothic-fonts.spec" - update = "" } } diff --git a/anda/lib/argagg/anda.hcl b/anda/lib/argagg/anda.hcl index f93ef329e5..795808b97b 100644 --- a/anda/lib/argagg/anda.hcl +++ b/anda/lib/argagg/anda.hcl @@ -1,5 +1,6 @@ project "pkg" { rpm { spec = "argagg.spec" + update = "" } } diff --git a/anda/lib/argagg/update.rhai b/anda/lib/argagg/update.rhai new file mode 100644 index 0000000000..fc1c18bcbf --- /dev/null +++ b/anda/lib/argagg/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("vietjtnguyen/argagg")); diff --git a/anda/rust/starship/.gitignore b/anda/rust/starship/.gitignore deleted file mode 100644 index 79b8e8a9dd..0000000000 --- a/anda/rust/starship/.gitignore +++ /dev/null @@ -1 +0,0 @@ -anda-build/ \ No newline at end of file diff --git a/anda/rust/starship/rust-starship.spec b/anda/rust/starship/rust-starship.spec index 93f6e122fd..0b065f3efd 100644 --- a/anda/rust/starship/rust-starship.spec +++ b/anda/rust/starship/rust-starship.spec @@ -1,6 +1,4 @@ # Generated by rust2rpm 23 -%bcond_without check - %global crate starship Name: rust-starship @@ -45,8 +43,6 @@ 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