!19 调整spec中补丁位置

From: @licihua 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2023-01-29 06:47:37 +00:00 committed by Gitee
commit 2b2a6b8090
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,11 +1,15 @@
Name: npth
Version: 1.6
Release: 6
Release: 7
Summary: The New GNU Portable Threads library
License: LGPLv2+
URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
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
%description
@ -19,10 +23,6 @@ stack, signal mask and errno variable.
%package devel
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}
%description devel
@ -62,6 +62,9 @@ make check
%{_datadir}/aclocal/%{name}.m4
%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
- DESC: fix t-socket test case fail