delete -Sgit from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
6baf871562
commit
dbde64113c
@ -1,6 +1,6 @@
|
||||
Name: babeltrace
|
||||
Version: 1.5.8
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Common Trace Format Babel Tower
|
||||
License: MIT and GPLv2
|
||||
URL: https://www.efficios.com/babeltrace
|
||||
@ -8,7 +8,7 @@ Source0: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: bison >= 2.4 flex >= 2.5.35 glib2-devel >= 2.22.0
|
||||
BuildRequires: popt-devel >= 1.13 swig >= 2.0 elfutils-devel >= 0.154
|
||||
BuildRequires: libuuid-devel python3-devel libtool git gcc perl-Test-Harness
|
||||
BuildRequires: libuuid-devel python3-devel libtool gcc perl-Test-Harness
|
||||
|
||||
Provides: lib%{name}
|
||||
Obsoletes: lib%{name}
|
||||
@ -39,7 +39,7 @@ reference implementation.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
export PYTHON=%{__python3}
|
||||
@ -85,6 +85,9 @@ make check
|
||||
%{_mandir}/man1/*.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.8-2
|
||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Thu Jul 16 2020 wenzhanli<wenzhanli2@huawei.com> - 1.5.8-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user