95d55f5945
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
70 lines
2.1 KiB
RPMSpec
70 lines
2.1 KiB
RPMSpec
%global modname iso639
|
|
|
|
Name: python-%{modname}
|
|
Version: 0.1.4
|
|
Release: 9%{?dist}
|
|
Summary: ISO639-2 support for Python
|
|
|
|
License: MIT
|
|
URL: https://github.com/janpipek/iso639-python
|
|
Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
A simple (really simple) library for working with ISO639-2 language codes.
|
|
|
|
%package -n python3-%{modname}
|
|
Summary: %{summary}
|
|
%{?python_provide:%python_provide python3-%{modname}}
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-setuptools
|
|
|
|
%description -n python3-%{modname}
|
|
A simple (really simple) library for working with ISO639-2 language codes.
|
|
|
|
Python 3 version.
|
|
|
|
%prep
|
|
%autosetup -n %{modname}-python-%{version}
|
|
|
|
%build
|
|
%py3_build
|
|
|
|
%install
|
|
%py3_install
|
|
|
|
%files -n python3-%{modname}
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{python3_sitelib}/%{modname}-*.egg-info/
|
|
%{python3_sitelib}/%{modname}/
|
|
|
|
%changelog
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-7
|
|
- Drop python2 subpackage
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.1.4-5
|
|
- Rebuilt for Python 3.7
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Wed Jun 08 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.1.4-1
|
|
- Initial package
|