Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
4 changed files with 12 additions and 30 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/xrefresh-*.tar.*
|
||||
/xrefresh-*.tar.bz2
|
||||
/xrefresh-1.0.7.tar.xz
|
||||
|
|
|
|||
19
.packit.yaml
19
.packit.yaml
|
|
@ -1,19 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: xrefresh.spec
|
||||
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit','all_admins']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
SHA512 (xrefresh-1.1.1.tar.xz) = 9b064bc63216a52fc768068a11d32a6327907033ae69aaf99f2944503931da2d418550c1165713a20fc3690cd034533df977ec1831e9a618e2daed2796782d35
|
||||
SHA512 (xrefresh-1.1.1.tar.xz.sig) = 8384d88d64cb9eb32d66370349ae292d303490cb087183ca1656d3738d00525217c574258b9e894452a7da1ca8ed682a172e7244aaf11ecb41f5678756e48e7d
|
||||
SHA512 (xrefresh-1.0.7.tar.xz) = 8fcbb01aa368944ca536f050ab194b21bbd6b2a56265a7ed5807882e5c2f9660105283cdba0ea35b3e4a17a015586aeb82906e081da030332dfc49169a191c31
|
||||
|
|
|
|||
|
|
@ -1,15 +1,19 @@
|
|||
Name: xrefresh
|
||||
Version: 1.1.1
|
||||
Version: 1.0.7
|
||||
Release: %autorelease
|
||||
Summary: Refresh all or part of an X screen
|
||||
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
Obsoletes: xorg-x11-server-utils < 7.7-40
|
||||
|
||||
%description
|
||||
xrefresh is a simple X program that causes all or part of your screen to be
|
||||
repainted.
|
||||
|
|
@ -18,14 +22,11 @@ repainted.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure --disable-silent-rules
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue