Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
d902e92c7a
commit
534bcc0d9d
@ -1,7 +1,7 @@
|
||||
Summary: A library for interfacing IEEE 1284-compatible devices
|
||||
Name: libieee1284
|
||||
Version: 0.2.11
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://cyberelk.net/tim/libieee1284/
|
||||
@ -9,7 +9,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch1: libieee1284-strict-aliasing.patch
|
||||
Patch2: libieee1284-aarch64.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: xmlto, python-devel
|
||||
BuildRequires: xmlto, python2-devel
|
||||
|
||||
%description
|
||||
The libieee1284 library is for communicating with parallel port devices.
|
||||
@ -81,6 +81,10 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.2.11-26
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.11-25
|
||||
- Add Provides for the old name without %%_isa
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user