!7 remove python2 subpackage
From: @lei_ju Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
2169eb8577
@ -1,6 +1,6 @@
|
|||||||
Name: libieee1284
|
Name: libieee1284
|
||||||
Version: 0.2.11
|
Version: 0.2.11
|
||||||
Release: 30
|
Release: 31
|
||||||
Summary: IEEE1284 communications library
|
Summary: IEEE1284 communications library
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cyberelk.net/tim/libieee1284/
|
URL: http://cyberelk.net/tim/libieee1284/
|
||||||
@ -9,7 +9,7 @@ Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version
|
|||||||
Patch0001: libieee1284-strict-aliasing.patch
|
Patch0001: libieee1284-strict-aliasing.patch
|
||||||
Patch0002: libieee1284-aarch64.patch
|
Patch0002: libieee1284-aarch64.patch
|
||||||
|
|
||||||
BuildRequires: xmlto python2-devel
|
BuildRequires: xmlto
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library is intended to be used by applications that need to
|
This library is intended to be used by applications that need to
|
||||||
@ -24,17 +24,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
The libieee1284-devel package includes header files and libraries necessary
|
The libieee1284-devel package includes header files and libraries necessary
|
||||||
for the libieee1284 library.
|
for the libieee1284 library.
|
||||||
|
|
||||||
%package -n python2-libieee1284
|
|
||||||
%{?python_provide:%python_provide python2-libieee1284}
|
|
||||||
Summary: Python extension module for libieee1284
|
|
||||||
Provides: %{name}-python = %{version}-%{release}
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Obsoletes: %{name}-python < %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n python2-libieee1284
|
|
||||||
The python2-libieee1284 package includes extension module for libieee1284.
|
|
||||||
To use libieee1284 with Python, use 'import ieee1284'.
|
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: This package contains help documents
|
Summary: This package contains help documents
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -47,7 +36,7 @@ Files for help with libieee1284.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
touch doc/interface.xml
|
touch doc/interface.xml
|
||||||
%configure
|
%configure --without-python
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -71,15 +60,15 @@ touch doc/interface.xml
|
|||||||
%{_includedir}/ieee1284.h
|
%{_includedir}/ieee1284.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%files -n python2-libieee1284
|
|
||||||
%{_libdir}/python*/*/*.so
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README TODO AUTHORS NEWS
|
%doc README TODO AUTHORS NEWS
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 26 2020 leiju<leiju4@huawei.com> - 0.2.11-31
|
||||||
|
- remove python2 subpackage
|
||||||
|
|
||||||
* Tue Sep 15 2020 Ge Wang<wangge20@huawei.com> - 0.2.11-30
|
* Tue Sep 15 2020 Ge Wang<wangge20@huawei.com> - 0.2.11-30
|
||||||
- Modify Source0 Url
|
- Modify Source0 Url
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user