Update Python macros to new packaging standards
This commit is contained in:
parent
085289a839
commit
5461312f53
@ -1,7 +1,7 @@
|
||||
Summary: Python serial port access library
|
||||
Name: pyserial
|
||||
Version: 3.1.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
|
||||
License: Python
|
||||
Group: Development/Libraries
|
||||
@ -63,7 +63,7 @@ ln -sf %{_bindir}/miniterm.py-2 %{buildroot}/%{_bindir}/miniterm-%{python2_versi
|
||||
|
||||
%files -n python2-pyserial
|
||||
%doc LICENSE.txt CHANGES.rst README.rst examples
|
||||
%{python_sitelib}/*
|
||||
%{python2_sitelib}/*
|
||||
%{_bindir}/miniterm.py
|
||||
%{_bindir}/miniterm-2.py
|
||||
%{_bindir}/miniterm-%{python2_version}.py
|
||||
@ -75,6 +75,10 @@ ln -sf %{_bindir}/miniterm.py-2 %{buildroot}/%{_bindir}/miniterm-%{python2_versi
|
||||
%{_bindir}/miniterm-%{python3_version}.py
|
||||
|
||||
%changelog
|
||||
* Tue Jul 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.1.1-10
|
||||
- Update Python macros to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user