From 576e9010e017a20e2cdee57c2df61ae7f7a4cddb Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 15 Feb 2025 06:40:23 +0000 Subject: [PATCH] 0.10.4 --- .gitea/workflows/ci.yml | 17 +++++++++++++++++ .gitignore | 3 +++ ayatana-ido.spec | 6 +++--- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .gitea/workflows/ci.yml create mode 100644 .gitignore diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..dd7cf08 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,17 @@ +version: '1' + +name: Run CI/CD... + +on: [push] + +jobs: + main: + runs-on: r11_builder + steps: + - name: Jobs + uses: ${{ github.server_url }}/Djam/r11_workflows@main + with: + CI_DEPLOY: ${{ secrets.CI_DEPLOY }} + PUBLICATOR: ${{ secrets.PUBLICATOR }} + REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env diff --git a/ayatana-ido.spec b/ayatana-ido.spec index 438534b..bd5c6a6 100644 --- a/ayatana-ido.spec +++ b/ayatana-ido.spec @@ -18,8 +18,8 @@ Version: 0.10.4 Release: 1 License: LGPLv3 Group: Graphical desktop/Other -Url: https://github.com/AyatanaIndicators/ayatana-ido -Source0: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz +URL: https://github.com/AyatanaIndicators/ayatana-ido +Source0: %{url}/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: intltool @@ -78,7 +78,7 @@ Ayatana Indicator Display Objects library development files #------------------------------------------------------------------ %prep -%autosetup -p1 +%setup -q %build %cmake