Compare commits
No commits in common. "rawhide" and "f43" have entirely different histories.
4 changed files with 13 additions and 38 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
/xvinfo-*.tar.bz2
|
||||
/xvinfo-*.tar.xz*
|
||||
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
/xvinfo-1.1.5.tar.xz
|
||||
/xvinfo-1.1.5.tar.xz.sig
|
||||
|
|
|
|||
19
.packit.yaml
19
.packit.yaml
|
|
@ -1,19 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: xvinfo.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
|
||||
|
||||
5
sources
5
sources
|
|
@ -1,3 +1,2 @@
|
|||
SHA512 (xvinfo-1.1.6.tar.xz) = f57655e3c7cb72e9b7db6831255b4b1e1e3e1a6bc227eec3c3d2da81871708743a3582385ddaa63c39080440331a541c11564d76f6d5ec056c0b2a091f7f0084
|
||||
SHA512 (xvinfo-1.1.6.tar.xz.sig) = 175e29aa3927852084136454a25ac89ff307139faecbccc9da36a2faa402f9668bbc004c76f904112dcaf9823321ae0adc02731d5876804ea5cc4efecdaaa938
|
||||
SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
|
||||
SHA512 (xvinfo-1.1.5.tar.xz) = 18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb
|
||||
SHA512 (xvinfo-1.1.5.tar.xz.sig) = 48f1d16398dafd809320a4dabfb111f45abcab5762a18e9a1828e741f7f4e7b2db9436bc681cc1b683f3f2cc57699bc666dfdb24b58fb1adfc9e77ae60634a10
|
||||
|
|
|
|||
23
xvinfo.spec
23
xvinfo.spec
|
|
@ -1,35 +1,30 @@
|
|||
Summary: X video extension query utility
|
||||
Name: xvinfo
|
||||
Version: 1.1.6
|
||||
Version: 1.1.5
|
||||
Release: %autorelease
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig
|
||||
Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gpgverify
|
||||
BuildRequires: meson
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
Obsoletes: xorg-x11-utils < 7.5-39
|
||||
|
||||
%description
|
||||
xvinfo displays information about the XVideo extension on an X server.
|
||||
|
||||
%prep
|
||||
%gpgverify -k 2 -s 1 -d 0
|
||||
%autosetup
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue