Python 2 binary package renamed to python2-libieee1284

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 09:38:35 -04:00
parent d56559a4e0
commit fe429addee

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: 23%{?dist} Release: 24%{?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/
@ -23,12 +23,16 @@ 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 python %package -n python2-libieee1284
%{?python_provide:%python_provide python2-libieee1284}
# Remove before F30
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python extension module for libieee1284 Summary: Python extension module for libieee1284
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Group: System Environment/Libraries Group: System Environment/Libraries
%description python %description -n python2-libieee1284
Python extension module for libieee1284. To use libieee1284 with Python, Python extension module for libieee1284. To use libieee1284 with Python,
use 'import ieee1284'. use 'import ieee1284'.
@ -67,7 +71,7 @@ rm -rf %{buildroot}
%{_libdir}/*.so %{_libdir}/*.so
%{_mandir}/*/* %{_mandir}/*/*
%files python %files -n python2-libieee1284
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/python*/*/*.so %{_libdir}/python*/*/*.so
@ -76,6 +80,10 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %changelog
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.11-24
- Python 2 binary package renamed to python2-libieee1284
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-23 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild