Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
3 changed files with 8 additions and 32 deletions
19
.packit.yaml
19
.packit.yaml
|
|
@ -1,19 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: xrandr.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
|
||||
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xrandr-1.5.4.tar.xz) = 2758615a3d212cc53540cd76199d7a03580702a7b776c430984db33c5368a19620cf54b7ac8e193a4c4036bc40373a933c01473d2f2ce982ce2c6b48379da5e5
|
||||
SHA512 (xrandr-1.5.3.tar.xz) = 2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100
|
||||
|
|
|
|||
19
xrandr.spec
19
xrandr.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: xrandr
|
||||
Version: 1.5.4
|
||||
Version: 1.5.3
|
||||
Release: %autorelease
|
||||
Summary: Commandline utility to change output properties
|
||||
|
||||
|
|
@ -7,14 +7,12 @@ License: HPND-sell-variant
|
|||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: automake libtool
|
||||
BuildRequires: gcc make
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
Obsoletes: xorg-x11-server-utils < 7.7-40
|
||||
|
||||
|
|
@ -37,9 +35,6 @@ autoreconf -v --install
|
|||
# "needs more nickle bindings" since 2009...
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/xkeystone
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue