|
 |
5ea9581 |
%global srcname ifaddr
|
|
 |
5ea9581 |
%global _description \
|
|
 |
5ea9581 |
ifaddr is a small Python library that allows you to find all the IP addresses\
|
|
 |
5ea9581 |
of the computer.
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
Name: python-%{srcname}
|
|
 |
113467a |
Version: 0.1.7
|
|
 |
c70379a |
Release: 2%{?dist}
|
|
 |
5ea9581 |
Summary: Python library that allows you to find all the IP addresses of the computer
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
License: MIT
|
|
 |
5ea9581 |
URL: https://pypi.org/project/ifaddr/
|
|
 |
5ea9581 |
Source: %{pypi_source}
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
BuildArch: noarch
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%description %{_description}
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%package -n python3-%{srcname}
|
|
 |
5ea9581 |
Summary: %{summary}
|
|
 |
5ea9581 |
%{?python_provide:%python_provide python3-%{srcname}}
|
|
 |
5ea9581 |
BuildRequires: python3-devel
|
|
 |
5ea9581 |
BuildRequires: python3-setuptools
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%description -n python3-%{srcname} %{_description}
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
Python 3 version.
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%prep
|
|
 |
5ea9581 |
%autosetup -n %{srcname}-%{version}
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%build
|
|
 |
5ea9581 |
%py3_build
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%install
|
|
 |
5ea9581 |
%py3_install
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%files -n python3-%{srcname}
|
|
 |
113467a |
%license LICENSE.txt
|
|
 |
5ea9581 |
%doc README.rst
|
|
 |
5ea9581 |
%{python3_sitelib}/%{srcname}/
|
|
 |
5ea9581 |
%{python3_sitelib}/%{srcname}-*.egg-info/
|
|
 |
5ea9581 |
|
|
 |
5ea9581 |
%changelog
|
|
 |
c70379a |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
|
|
 |
c70379a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
c70379a |
|
|
 |
113467a |
* Sat Jul 18 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.1.7-1
|
|
 |
113467a |
- Update to 0.1.7
|
|
 |
113467a |
|
|
 |
f2eca08 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.6-7
|
|
 |
f2eca08 |
- Rebuilt for Python 3.9
|
|
 |
f2eca08 |
|
|
 |
8a4f46c |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-6
|
|
 |
8a4f46c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
8a4f46c |
|
|
 |
574fb4d |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.6-5
|
|
 |
574fb4d |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
574fb4d |
|
|
 |
357baaa |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.6-4
|
|
 |
357baaa |
- Rebuilt for Python 3.8
|
|
 |
357baaa |
|
|
 |
ae53128 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3
|
|
 |
ae53128 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
ae53128 |
|
|
 |
646917f |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
|
|
 |
646917f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
646917f |
|
|
 |
5ea9581 |
* Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
|
|
 |
5ea9581 |
- Initial package
|