!19 调整spec中补丁位置
From: @licihua Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
2b2a6b8090
13
npth.spec
13
npth.spec
@ -1,11 +1,15 @@
|
|||||||
Name: npth
|
Name: npth
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: The New GNU Portable Threads library
|
Summary: The New GNU Portable Threads library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
|
URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
|
||||||
Source: https://gnupg.org/ftp/gcrypt/npth/%{name}-%{version}.tar.bz2
|
Source: https://gnupg.org/ftp/gcrypt/npth/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
Patch6000: backport-0001-w32-Use-cast-by-uintptr_t-for-thread-ID.patch
|
||||||
|
Patch6001: add-test-cases.patch
|
||||||
|
Patch6002: backport-0002-posix-Add-npth_poll-npth_ppoll.patch
|
||||||
|
|
||||||
BuildRequires: make gcc automake
|
BuildRequires: make gcc automake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,10 +23,6 @@ stack, signal mask and errno variable.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Patch6000: backport-0001-w32-Use-cast-by-uintptr_t-for-thread-ID.patch
|
|
||||||
Patch6001: add-test-cases.patch
|
|
||||||
Patch6002: backport-0002-posix-Add-npth_poll-npth_ppoll.patch
|
|
||||||
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -62,6 +62,9 @@ make check
|
|||||||
%{_datadir}/aclocal/%{name}.m4
|
%{_datadir}/aclocal/%{name}.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 28 2023 licihua<licihua@huawei.com> - 1.6-7
|
||||||
|
- DESC: modify the patchs location
|
||||||
|
|
||||||
* Sat Sep 24 2022 yaowenbin1 <yaowenbin1@huawei.com> - 1.6-6
|
* Sat Sep 24 2022 yaowenbin1 <yaowenbin1@huawei.com> - 1.6-6
|
||||||
- DESC: fix t-socket test case fail
|
- DESC: fix t-socket test case fail
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user