|
 |
63422d7 |
%global module manatools
|
|
 |
63422d7 |
|
|
 |
63422d7 |
Name: python-%{module}
|
|
 |
fd8efcb |
Version: 0.0.4
|
|
 |
47bff0d |
Release: 4%{?dist}
|
|
 |
63422d7 |
|
|
 |
63422d7 |
Summary: A Python framework to build ManaTools applications
|
|
 |
63422d7 |
License: LGPLv2+
|
|
 |
63422d7 |
URL: https://github.com/manatools/python-manatools
|
|
 |
d9d91c2 |
Source0: https://github.com/manatools/python-manatools/archive/%{version}/%{name}-%{version}.tar.gz
|
|
 |
63422d7 |
|
|
 |
63422d7 |
BuildArch: noarch
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%description
|
|
 |
63422d7 |
Python ManaTools aim is to help in writing tools based on libYui
|
|
 |
63422d7 |
(SUSE widget abstraction library), to be collected under the
|
|
 |
63422d7 |
ManaTools banner and hopefully with the same look and feel.
|
|
 |
63422d7 |
|
|
 |
63422d7 |
Every output module supports the Qt, GTK, and ncurses interfaces.
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%package -n python3-%{module}
|
|
 |
63422d7 |
Summary: %{summary}
|
|
 |
63422d7 |
BuildRequires: python3-devel
|
|
 |
63422d7 |
BuildRequires: python3dist(setuptools)
|
|
 |
63422d7 |
BuildRequires: python3-yui
|
|
 |
63422d7 |
%{?python_provide:%python_provide python3-%{module}}
|
|
 |
63422d7 |
Requires: python3-yui
|
|
 |
63422d7 |
Recommends: (libyui-mga-qt if qt5-qtbase-gui)
|
|
 |
63422d7 |
Recommends: (libyui-mga-gtk if gtk3)
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%description -n python3-%{module}
|
|
 |
63422d7 |
Python ManaTools aim is to help in writing tools based on libYui
|
|
 |
63422d7 |
(SUSE widget abstraction library), to be collected under the
|
|
 |
63422d7 |
ManaTools banner and hopefully with the same look and feel.
|
|
 |
63422d7 |
|
|
 |
63422d7 |
Every output module supports the Qt, GTK, and ncurses interfaces.
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%prep
|
|
 |
63422d7 |
%autosetup -p1
|
|
 |
63422d7 |
|
|
 |
63422d7 |
sed -i 's|0.0.1|%{version}|' manatools/version.py
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%build
|
|
 |
63422d7 |
%py3_build
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%install
|
|
 |
63422d7 |
%py3_install
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%files -n python3-%{module}
|
|
 |
63422d7 |
%doc README.md NEWS
|
|
 |
63422d7 |
%license LICENSE
|
|
 |
63422d7 |
%{python3_sitelib}/%{module}/
|
|
 |
63422d7 |
%{python3_sitelib}/python_manatools-%{version}-py%{python3_version}.egg-info
|
|
 |
63422d7 |
|
|
 |
63422d7 |
%changelog
|
|
 |
47bff0d |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-4
|
|
 |
47bff0d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
47bff0d |
|
|
 |
51e825a |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-3
|
|
 |
51e825a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
51e825a |
|
|
 |
a7956c3 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.4-2
|
|
 |
a7956c3 |
- Rebuilt for Python 3.11
|
|
 |
a7956c3 |
|
|
 |
fd8efcb |
* Tue Mar 08 2022 Onuralp Sezer <thunderbirdtr@fedoraproject.org> - 0.0.4-1
|
|
 |
fd8efcb |
- Version 0.0.4
|
|
 |
fd8efcb |
|
|
 |
e6145f6 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-5
|
|
 |
e6145f6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
e6145f6 |
|
|
 |
4161afd |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-4
|
|
 |
4161afd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
4161afd |
|
|
 |
505ff0d |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.3-3
|
|
 |
505ff0d |
- Rebuilt for Python 3.10
|
|
 |
505ff0d |
|
|
 |
e30c259 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2
|
|
 |
e30c259 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
e30c259 |
|
|
 |
63422d7 |
* Sun Oct 04 2020 Neal Gompa <ngompa13@gmail.com> - 0.0.3-1
|
|
 |
63422d7 |
- Initial package
|
|
 |
63422d7 |
|