mirror of
https://abf.rosa.ru/djam/scudcloud.git
synced 2025-02-23 16:02:47 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 1m51s
Some checks failed
Run CI/CD... / main (push) Failing after 1m51s
This commit is contained in:
parent
5328f65378
commit
b1aceca266
2 changed files with 3 additions and 1 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: scudcloud
|
||||
Version: 1.63
|
||||
Version: 1.65
|
||||
Release: 1
|
||||
Summary: Non official desktop client for Slack©
|
||||
License: MIT
|
||||
|
@ -21,6 +21,7 @@ Requires(postun): xdg-utils
|
|||
|
||||
Url: https://github.com/raelgc/scudcloud/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: python3-jsmin
|
||||
Requires: python3
|
||||
Requires: python3-qt4
|
||||
#Requires: google-lato-fonts
|
||||
|
|
Loading…
Add table
Reference in a new issue