Remove unnecessary BuildRequires:git
This commit is contained in:
parent
ba79c7e5f9
commit
4827c6a434
@ -1,12 +1,12 @@
|
|||||||
Name: libpsl
|
Name: libpsl
|
||||||
Version: 0.21.1
|
Version: 0.21.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: C library to handle the Public Suffix List
|
Summary: C library to handle the Public Suffix List
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/rockdaboot/libpsl
|
URL: https://github.com/rockdaboot/libpsl
|
||||||
Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc git gtk-doc glib2-devel libxslt python3-devel
|
BuildRequires: gcc gtk-doc glib2-devel libxslt python3-devel
|
||||||
BuildRequires: libicu-devel libidn2-devel publicsuffix-list libunistring-devel
|
BuildRequires: libicu-devel libidn2-devel publicsuffix-list libunistring-devel
|
||||||
Requires: publicsuffix-list
|
Requires: publicsuffix-list
|
||||||
Provides: psl = %{version}-%{release}
|
Provides: psl = %{version}-%{release}
|
||||||
@ -49,7 +49,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
|
||||||
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
|
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -97,6 +97,9 @@ make check
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 26 2021 panxiaohe <panxiaohe@huawei.com> - 0.21.1-3
|
||||||
|
- Remove unnecessary BuildRequires:git
|
||||||
|
|
||||||
* Tue Jul 20 2021 fuanan <fuanan3@huawei.com> - 0.21.1-2
|
* Tue Jul 20 2021 fuanan <fuanan3@huawei.com> - 0.21.1-2
|
||||||
- Remove redundant gdb from BuildRequires
|
- Remove redundant gdb from BuildRequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user