mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 02:12:18 +00:00
Merge pull request #91 from terrapkg/w/fix-update
Fix autoupdate pipeline
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "vl-gothic-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "argagg.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("vietjtnguyen/argagg"));
|
||||
@@ -1 +0,0 @@
|
||||
anda-build/
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user