Use SPX for license field
This commit is contained in:
parent
d0cf5dc655
commit
a987956c95
18
pyatspi.spec
18
pyatspi.spec
@ -2,27 +2,27 @@
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.46.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Python bindings for at-spi
|
||||
|
||||
License: LGPLv2 and GPLv2
|
||||
License: LGPL-2.0-or-later AND GPL-2.0-or-later
|
||||
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.46/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pyatspi/2.46/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(atk) >= 2.11.2
|
||||
BuildRequires: pkgconfig(atspi-2)
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.0
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.7.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.0.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0
|
||||
BuildRequires: pkgconfig(atk) >= 2.11.2
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.1
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-devel
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -77,6 +77,10 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 05 2023 David King <amigadave@amigadave.com> - 2.46.0-3
|
||||
- Remove obsolete gtk2 BuildRequires
|
||||
- Use SPDX for license field
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.46.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user