delete -Sgit from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
5b2b15da93
commit
77df3cf821
@ -1,13 +1,13 @@
|
||||
Name: python-meh
|
||||
Version: 0.50
|
||||
Release: 1
|
||||
Release: 2
|
||||
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 git
|
||||
BuildRequires: python3-setuptools python3-dbus python3-libreport
|
||||
|
||||
%description
|
||||
It is a python library for handling, saving, and reporting exceptions.
|
||||
@ -24,7 +24,7 @@ Requires: python3-gobject gtk3 libreport-gtk
|
||||
The library for python 3.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version} -p1 -Sgit
|
||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%make_build
|
||||
@ -42,6 +42,9 @@ make test
|
||||
%{_datadir}/python-meh
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.50-2
|
||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Tue Feb 2 2021 wangjie<wangjie294@huawei.com> - 0.50-1
|
||||
- upgrade 0.50
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user