python-meh/python-meh.spec

66 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-11-06 19:49:31 +08:00
Name: python-meh
2021-02-02 15:26:01 +08:00
Version: 0.50
Release: 2
2019-11-06 19:49:31 +08:00
Summary: A python library for handling exceptions
License: GPLv2+
URL: https://github.com/rhinstaller/%{name}
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gettext intltool libreport-gtk libreport-cli python3-devel
BuildRequires: python3-setuptools python3-dbus python3-libreport
2019-11-06 19:49:31 +08:00
%description
It is a python library for handling, saving, and reporting exceptions.
%package -n python3-meh
Summary: A python 3 library for handling exceptions
%{?python_provide:%python_provide python3-meh}
Provides: python3-meh-gui = %{version}-%{release}
Obsoletes: python-meh < 0.46-1
2020-10-30 15:47:27 +08:00
Obsoletes: python-meh-gui python3-meh-gui
2019-11-06 19:49:31 +08:00
Requires: python3 python3-dbus python3-rpm libreport-cli python3-libreport
Requires: python3-gobject gtk3 libreport-gtk
%description -n python3-meh
The library for python 3.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
2019-11-06 19:49:31 +08:00
%build
%make_build
%check
make test
%install
%make_install
2019-12-31 19:31:39 +08:00
%files -n python3-meh
2019-11-06 19:49:31 +08:00
%license COPYING
%{python3_sitelib}/*
%{_datadir}/python-meh
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.50-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
2021-02-02 15:26:01 +08:00
* Tue Feb 2 2021 wangjie<wangjie294@huawei.com> - 0.50-1
- upgrade 0.50
2020-10-30 14:54:41 +08:00
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.48-2
2020-10-30 14:41:47 +08:00
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:remove python2
2019-12-13 16:03:52 +08:00
* Thu Nov 21 2019 fangyufa<fangyufa1@huawei.com> - 0.47-4
- add buildrequires of git for x86_64 build
2019-11-06 19:49:31 +08:00
* Sun Oct 20 2019 openEuler Buildteam<buildteam@openeuler.org> - 0.47-3
- Type:NA
- ID:NA
- SUG:NA
- DESC:Package Init