21b19ba
%global srcname academic-admin
21b19ba
21b19ba
Name:           %{srcname}
21b19ba
Version:        0.5.1
e7dbddd
Release:        3%{?dist}
21b19ba
Summary:        Admin tool for the Academic website builder
21b19ba
21b19ba
License:        MIT
21b19ba
URL:            https://github.com/sourcethemes/%{srcname}
21b19ba
Source0:        https://github.com/sourcethemes/%{srcname}/archive/%{version}/%{name}-%{version}.tar.gz
21b19ba
Patch0:         academic-admin-0.5.1-shebang-fix.patch
21b19ba
21b19ba
BuildArch:      noarch
21b19ba
BuildRequires:  python3-devel
21b19ba
BuildRequires:  python3-setuptools
21b19ba
BuildRequires:  python3-toml
21b19ba
BuildRequires:  python3-requests
21b19ba
BuildRequires:  python3-bibtexparser
21b19ba
21b19ba
%description
21b19ba
An admin tool for the Academic website builder.
21b19ba
21b19ba
%prep
21b19ba
%autosetup -n %{srcname}-%{version} -p1
21b19ba
21b19ba
%build
21b19ba
%py3_build
21b19ba
21b19ba
%install
21b19ba
%py3_install
21b19ba
21b19ba
%files -n %{srcname}
21b19ba
%doc README.md
21b19ba
%license LICENSE.md
21b19ba
%{python3_sitelib}/academic-%{version}-py%{python3_version}.egg-info/
21b19ba
%{python3_sitelib}/academic/
21b19ba
%{_bindir}/*
21b19ba
21b19ba
%changelog
e7dbddd
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
e7dbddd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e7dbddd
6691351
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
6691351
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6691351
21b19ba
* Wed Mar 25 2020 W. Michael Petullo <mike@flyn.org> - 0.5.1-1
21b19ba
- New upstream version
21b19ba
- Patch out shebang lines from non-executable Python files
21b19ba
- Update Source0
21b19ba
21b19ba
* Thu Mar 12 2020 W. Michael Petullo <mike@flyn.org> - 0.5.0-1
21b19ba
- Initial package