delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
56ac261be4
commit
be5cfe8cad
@ -1,6 +1,6 @@
|
|||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.44
|
Version: 8.44
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Perl Compatible Regular Expressions
|
Summary: Perl Compatible Regular Expressions
|
||||||
## Source package only:
|
## Source package only:
|
||||||
# INSTALL: FSFAP
|
# INSTALL: FSFAP
|
||||||
@ -29,7 +29,7 @@ Source0: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2
|
|||||||
|
|
||||||
|
|
||||||
BuildRequires: readline-devel autoconf automake coreutils
|
BuildRequires: readline-devel autoconf automake coreutils
|
||||||
BuildRequires: gcc git gcc-c++ glibc-common libtool make
|
BuildRequires: gcc gcc-c++ glibc-common libtool make
|
||||||
BuildRequires: bash diffutils grep
|
BuildRequires: bash diffutils grep
|
||||||
Provides: %{name}-utf16 = %{version}-%{release} %{name}-utf32 = %{version}-%{release}
|
Provides: %{name}-utf16 = %{version}-%{release} %{name}-utf32 = %{version}-%{release}
|
||||||
Provides: %{name}-cpp = %{version}-%{release} %{name}-tools = %{version}-%{release}
|
Provides: %{name}-cpp = %{version}-%{release} %{name}-tools = %{version}-%{release}
|
||||||
@ -69,7 +69,7 @@ Requires: man
|
|||||||
The %{name}-help package contains doc files for %{name}.
|
The %{name}-help package contains doc files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -S git
|
%autosetup -n %{name}-%{version} -p1
|
||||||
libtoolize -cf
|
libtoolize -cf
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
||||||
@ -116,6 +116,9 @@ make check VERBOSE=yes
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 8.44-2
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Thu Jul 23 2020 zhangxingliang <zhangxingliang3@huawei.com> - 8.44-1
|
* Thu Jul 23 2020 zhangxingliang <zhangxingliang3@huawei.com> - 8.44-1
|
||||||
- Type: update
|
- Type: update
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user