Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
4646beb8db
commit
8efa8b4147
@ -31,14 +31,14 @@
|
||||
Summary: A GTK2 widget for VNC clients
|
||||
Name: gtk-vnc
|
||||
Version: 0.7.1
|
||||
Release: 6%{?dist}%{?extra_release}
|
||||
Release: 7%{?dist}%{?extra_release}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/Projects/gtk-vnc
|
||||
Requires: gvnc = %{version}-%{release}
|
||||
BuildRequires: gtk2-devel >= 2.14
|
||||
BuildRequires: pygtk2-devel python-devel zlib-devel
|
||||
BuildRequires: pygtk2-devel python2-devel zlib-devel
|
||||
BuildRequires: gnutls-devel libgcrypt-devel cyrus-sasl-devel intltool
|
||||
%if %{with_gir}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -332,6 +332,10 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.7.1-7
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user