modify the pathes location

This commit is contained in:
licihua 2023-01-28 15:41:59 +08:00
parent 49e8bfc4c7
commit e9d4c5acf4

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