Subpackage python2-libieee1284 has been removed

This commit is contained in:
Miro Hrončok 2019-01-14 15:53:24 +01:00
parent 1b6d0ee182
commit 4b83fb3e48

View File

@ -1,7 +1,7 @@
Summary: A library for interfacing IEEE 1284-compatible devices Summary: A library for interfacing IEEE 1284-compatible devices
Name: libieee1284 Name: libieee1284
Version: 0.2.11 Version: 0.2.11
Release: 28%{?dist} Release: 29%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://cyberelk.net/tim/libieee1284/ 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 Patch1: libieee1284-strict-aliasing.patch
Patch2: libieee1284-aarch64.patch Patch2: libieee1284-aarch64.patch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: xmlto, python2-devel BuildRequires: xmlto
%description %description
The libieee1284 library is for communicating with parallel port devices. The libieee1284 library is for communicating with parallel port devices.
@ -23,20 +23,6 @@ Group: Development/Libraries
The header files, static library, libtool library and man pages for The header files, static library, libtool library and man pages for
developing applications that use libieee1284. developing applications that use libieee1284.
%package -n python2-libieee1284
%{?python_provide:%python_provide python2-libieee1284}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python extension module for libieee1284
Requires: %{name} = %{version}-%{release}
Group: System Environment/Libraries
%description -n python2-libieee1284
Python extension module for libieee1284. To use libieee1284 with Python,
use 'import ieee1284'.
%prep %prep
%setup -q %setup -q
# Fixed strict aliasing warnings (bug #605170). # Fixed strict aliasing warnings (bug #605170).
@ -47,7 +33,7 @@ use 'import ieee1284'.
%build %build
touch doc/interface.xml touch doc/interface.xml
%configure %configure --without-python
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -67,14 +53,15 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
%{_mandir}/*/* %{_mandir}/*/*
%files -n python2-libieee1284
%{_libdir}/python*/*/*.so
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %changelog
* Mon Jan 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.11-29
- Subpackage python2-libieee1284 has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-28 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild