Python 2 binary package renamed to python2-gdl
This commit is contained in:
parent
8c927be08f
commit
8880b4243a
16
gdl.spec
16
gdl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gdl
|
Name: gdl
|
||||||
Version: 0.9.7
|
Version: 0.9.7
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: GNU Data Language
|
Summary: GNU Data Language
|
||||||
|
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -90,7 +90,11 @@ BuildArch: noarch
|
|||||||
Common files for GDL
|
Common files for GDL
|
||||||
|
|
||||||
|
|
||||||
%package python
|
%package -n python2-gdl
|
||||||
|
%{?python_provide:%python_provide python2-gdl}
|
||||||
|
# Remove before F30
|
||||||
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
Summary: GDL python module
|
Summary: GDL python module
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
# Needed to pull in drivers
|
# Needed to pull in drivers
|
||||||
@ -98,7 +102,7 @@ Requires: plplot
|
|||||||
Requires: %{name}-common = %{version}-%{release}
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
Provides: %{name}-runtime = %{version}-%{release}
|
Provides: %{name}-runtime = %{version}-%{release}
|
||||||
|
|
||||||
%description python
|
%description -n python2-gdl
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
@ -207,11 +211,15 @@ xvfb-run ./xrun.sh
|
|||||||
%files common
|
%files common
|
||||||
%{_datadir}/gnudatalanguage/
|
%{_datadir}/gnudatalanguage/
|
||||||
|
|
||||||
%files python
|
%files -n python2-gdl
|
||||||
%{python2_sitearch}/GDL.so
|
%{python2_sitearch}/GDL.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9.7-7
|
||||||
|
- Python 2 binary package renamed to python2-gdl
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-6
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user