6b40687
%global pypi_name dtfabric
40484e0
%global date 20200621
6b40687
6b40687
Name:           python-%{pypi_name}
6b40687
Version:        0.0.%{date}
b0bf88f
Release:        7%{?dist}
db62856
Summary:        Tool to manage data types and structures, as used by libyal
6b40687
6b40687
License:        ASL 2.0
6b40687
URL:            https://github.com/libyal/dtfabric
9f1be46
Source0:        %{url}/archive/%{date}/%{pypi_name}-%{date}.tar.gz
6b40687
BuildArch:      noarch
6b40687
6b40687
%description
6b40687
dtfabric is a project to manage data types and structures, as used in the
6b40687
libyal projects.
6b40687
6b40687
%package -n python3-%{pypi_name}
6b40687
Summary:        %{summary}
6b40687
6b40687
BuildRequires:  python3-devel
10de04c
BuildRequires:  python3-setuptools
6b40687
BuildRequires:  python3-pyyaml
6b40687
%{?python_provide:%python_provide python3-%{pypi_name}}
6b40687
6b40687
%description -n python3-%{pypi_name}
6b40687
dtfabric is a project to manage data types and structures, as used in the
6b40687
libyal projects.
6b40687
6b40687
%prep
6b40687
%autosetup -n %{pypi_name}-%{date}
6b40687
6b40687
%build
6b40687
%py3_build
6b40687
6b40687
%install
6b40687
%py3_install
6b40687
rm -rf %{buildroot}%{_defaultdocdir}/%{pypi_name}/*
6b40687
6b40687
%check
6b40687
%{__python3} setup.py test
6b40687
6b40687
%files -n python3-%{pypi_name}
6b40687
%doc ACKNOWLEDGEMENTS AUTHORS README
6b40687
%license LICENSE
6b40687
%{_bindir}/*.py
9f1be46
%{python3_sitelib}/*.egg-info/
6b40687
%{python3_sitelib}/%{pypi_name}/
6b40687
6b40687
%changelog
b0bf88f
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.20200621-7
b0bf88f
- Second attempt - Rebuilt for
b0bf88f
  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b0bf88f
afd1239
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.20200621-6
afd1239
- Rebuilt for Python 3.10
afd1239
ed68105
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.20200621-5
ed68105
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ed68105
a99200c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.20200621-4
a99200c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a99200c
db62856
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.20200621-3
db62856
- Update summary
db62856
db62856
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.20200621-2
db62856
- Add python3-setuptools as BR
db62856
40484e0
* Sun Jun 21 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.20200621-1
40484e0
- Update to latest upstream release 20200621 (rhbz#20200621)
40484e0
bea30e2
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.0.20200119-2
bea30e2
- Rebuilt for Python 3.9
bea30e2
9f1be46
* Fri Mar 20 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.20200119-1
9f1be46
- Update source URL
9f1be46
- Update to latet uptream release 20200119 (rhbz#1815602)
9f1be46
6600eec
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.20190120-5
6600eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6600eec
3444b0e
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.0.20190120-4
3444b0e
- Rebuilt for Python 3.8.0rc1 (#1748018)
3444b0e
275d036
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.0.20190120-3
275d036
- Rebuilt for Python 3.8
275d036
c5603c9
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.20190120-2
c5603c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c5603c9
6b40687
* Wed Jun 19 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.0.20190120-1
6b40687
- Update version (rhbz#1720890)
6b40687
6b40687
* Sat Jun 15 2019 Fabian Affolter <mail@fabian-affolter.ch> - 20190120-1
6b40687
- Initial package for Fedora