Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ee62312c7 | ||
|
|
934958a36e | ||
|
|
973013158a | ||
|
|
3c1cf46f93 |
4 changed files with 6 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/wlr-protocols-2b8d43325b7012cc3f9b55c08d26e50e42beac7d.tar.bz2
|
||||
/wlr-protocols-*.tar.bz2
|
||||
|
|
|
|||
|
|
@ -8,13 +8,10 @@ jobs:
|
|||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: ["packit", "topazus"]
|
||||
allowed_committers: ["packit", "topazus"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
allowed_builders: ["packit", "topazus"]
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wlr-protocols-2b8d43325b7012cc3f9b55c08d26e50e42beac7d.tar.bz2) = 7935b5089820304aa8cb0e1a8f4e0db6ccd5285973a3f3554ccc935dd88e379eb03c3b2dd199da97b6ff8dfbbbf124ca65fb1c12821a168d34bd7e26d8514edb
|
||||
SHA512 (wlr-protocols-a741f0a.tar.bz2) = 338098d12452e23904c78ea9cd2e699e10631d724dba25417cc3ebe0654c602b68f094d6a975f0e058f485b24f76054c8314cf6b8137aca147c39fdd7757dc82
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%global forgeurl https://gitlab.freedesktop.org/wlroots/wlr-protocols
|
||||
%global date 20240126
|
||||
%global commit 2b8d43325b7012cc3f9b55c08d26e50e42beac7d
|
||||
%global date 20250816
|
||||
%global commit a741f0ac5d655338a5100fc34bc8cec87d237346
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: wlr-protocols
|
||||
|
|
@ -9,7 +9,7 @@ Release: %autorelease
|
|||
Summary: Wayland protocols designed for use in wlroots (and other compositors)
|
||||
License: MIT
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgeurl}/-/archive/%{commit}/%{name}-%{commit}.tar.bz2
|
||||
Source0: %{forgeurl}/-/archive/%{commit}/%{name}-%{shortcommit}.tar.bz2
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
|
|
@ -25,7 +25,7 @@ Summary: Wayland protocols designed for use in wlroots (and other composi
|
|||
Wayland protocols designed for use in wlroots (and other compositors).
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{commit}
|
||||
%autosetup -p1 -C
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue