!7 resolve installation conflicts of sub-packages
From: @maminjie Reviewed-by: @zhanghua1831,@small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
efea0c2bf7
13
sip.spec
13
sip.spec
@ -8,9 +8,10 @@
|
|||||||
|
|
||||||
Name: sip
|
Name: sip
|
||||||
Version: 4.19.12
|
Version: 4.19.12
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: A C/C++ library bindings generator for Python v2 and v3
|
Summary: A C/C++ library bindings generator for Python v2 and v3
|
||||||
License: GPLv2 or GPLv3 and (GPLv3+ with exceptions)
|
# sipgen/parser.{c.h} is GPLv2 with exceptions (bison)
|
||||||
|
License: GPLv2 and (GPLv2 with exceptions) or GPLv3
|
||||||
URL: http://www.riverbankcomputing.com/software/sip/intro
|
URL: http://www.riverbankcomputing.com/software/sip/intro
|
||||||
Source0: http://downloads.sourceforge.net/pyqt/sip-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/pyqt/sip-%{version}.tar.gz
|
||||||
Source1: macros.sip
|
Source1: macros.sip
|
||||||
@ -240,16 +241,16 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip
|
|||||||
%doc NEWS README LICENSE LICENSE-GPL2 LICENSE-GPL3
|
%doc NEWS README LICENSE LICENSE-GPL2 LICENSE-GPL3
|
||||||
%{python3_sitearch}/PyQt4/sip.*
|
%{python3_sitearch}/PyQt4/sip.*
|
||||||
%{python3_sitearch}/PyQt4_sip-%{version}.dist-info/
|
%{python3_sitearch}/PyQt4_sip-%{version}.dist-info/
|
||||||
%{python3_sitearch}/__pycache__/*
|
|
||||||
%exclude %{python3_sitearch}/__pycache__/exclude_rpm_hack
|
|
||||||
|
|
||||||
%files -n python3-pyqt5-sip
|
%files -n python3-pyqt5-sip
|
||||||
%doc NEWS README LICENSE LICENSE-GPL2 LICENSE-GPL3
|
%doc NEWS README LICENSE LICENSE-GPL2 LICENSE-GPL3
|
||||||
%{python3_sitearch}/PyQt5/sip.*
|
%{python3_sitearch}/PyQt5/sip.*
|
||||||
%{python3_sitearch}/PyQt5_sip-%{version}.dist-info/
|
%{python3_sitearch}/PyQt5_sip-%{version}.dist-info/
|
||||||
%{python3_sitearch}/__pycache__/*
|
|
||||||
%exclude %{python3_sitearch}/__pycache__/exclude_rpm_hack
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 05 2021 maminjie <maminjie1@huawei.com> - 4.19.12-11
|
||||||
|
- resolve installation conflicts of sub-packages
|
||||||
|
- fix license
|
||||||
|
|
||||||
* Thu Nov 28 2019 Ling Yang <lingyang2@huawei.com> - 4.19.12-10
|
* Thu Nov 28 2019 Ling Yang <lingyang2@huawei.com> - 4.19.12-10
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user