Compare commits
No commits in common. "rawhide" and "f34" have entirely different histories.
5 changed files with 26 additions and 75 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1 @@
|
|||
/xvinfo-*.tar.bz2
|
||||
/xvinfo-*.tar.xz*
|
||||
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
/xvinfo-.*.tar.bz2
|
||||
|
|
|
|||
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
|
||||
|
||||
31
changelog
31
changelog
|
|
@ -1,31 +0,0 @@
|
|||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Mar 28 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.4-1
|
||||
- xvinfo 1.1.4
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Apr 16 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.3-2
|
||||
- Add Obsoletes for xorg-x11-utils
|
||||
- Use the make_build RPM macro
|
||||
|
||||
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.1.3-1
|
||||
- Initial split packaging (#1918040)
|
||||
|
||||
4
sources
4
sources
|
|
@ -1,3 +1 @@
|
|||
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.3.tar.bz2) = df8356898390d2aec4fbd15cee1627bb86b57ff8af41a527d4f6f6703a81f399a3098da342b94af6d4cf4a817d9fda1946a206bfbe3995e87ceb9910bb8b51bc
|
||||
|
|
|
|||
43
xvinfo.spec
43
xvinfo.spec
|
|
@ -1,41 +1,46 @@
|
|||
Summary: X video extension query utility
|
||||
Name: xvinfo
|
||||
Version: 1.1.6
|
||||
Release: %autorelease
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
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
|
||||
URL: http://www.x.org
|
||||
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
|
||||
|
||||
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
|
||||
%doc README
|
||||
%license COPYING
|
||||
%{_bindir}/xvinfo
|
||||
%{_mandir}/man1/xvinfo.1*
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Fri Apr 16 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.3-2
|
||||
- Add Obsoletes for xorg-x11-utils
|
||||
- Use the make_build RPM macro
|
||||
|
||||
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.1.3-1
|
||||
- Initial split packaging (#1918040)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue