SHA256
1
0
forked from pool/npth

Accepting request 623109 from devel:libraries:c_c++

- Update to 1.6:
 * Fix library requirements for HPUX.

OBS-URL: https://build.opensuse.org/request/show/623109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/npth?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2018-07-25 14:03:29 +00:00 committed by Git OBS Bridge
commit c51a3c5aaf
6 changed files with 23 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2
size 299308

Binary file not shown.

BIN
npth-1.6.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
npth-1.6.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 16 09:36:52 UTC 2018 - kbabioch@suse.com
- Update to 1.6:
* Fix library requirements for HPUX.
-------------------------------------------------------------------
Thu Feb 22 15:10:42 UTC 2018 - fvogt@suse.com

View File

@ -18,10 +18,10 @@
%define lname libnpth0
Name: npth
Version: 1.5
Version: 1.6
Release: 0
Summary: New GNU Portable Threads library
License: LGPL-2.0+
Summary: GNU Portable Threads library
License: LGPL-2.0-or-later
Group: Development/Libraries/C and C++
Url: http://gnupg.org/
#DL-URL: ftp://ftp.gnupg.org/gcrypt/npth/
@ -34,18 +34,18 @@ Source99: %name.changes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
nPth is a non-preemptive threads implementation using an API very
similar to the one known from GNU Pth. In contrast to Pth, nPth is
nPth is a non-preemptive threads implementation using an API
similar to the one in GNU Pth. In contrast to Pth, nPth is
based on the system's standard threads implementation. Thus, nPth
allows the use of libraries which are not compatible to GNU Pth.
%package -n %lname
Summary: New GNU Portable Threads library
Summary: GNU Portable Threads library
Group: System/Libraries
%description -n %lname
nPth is a non-preemptive threads implementation using an API very
similar to the one known from GNU Pth. In contrast to Pth, nPth is
nPth is a non-preemptive threads implementation using an API
similar to the one in GNU Pth. In contrast to Pth, nPth is
based on the system's standard threads implementation. Thus, nPth
allows the use of libraries which are not compatible to GNU Pth.
@ -55,16 +55,16 @@ Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel
nPth is a non-preemptive threads implementation using an API very
similar to the one known from GNU Pth. In contrast to Pth, nPth is
based on the system's standard threads implementation. Thus, nPth
allows the use of libraries which are not compatible to GNU Pth.
nPth is a non-preemptive threads implementation using an API
similar to the one in GNU Pth.
This subpackage contains the headers for npth.
%prep
%setup -q
%build
date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %SOURCE99)
date=$(date -u "+%%Y-%%m-%%dT%%H:%%M+0000" -r %SOURCE99)
%configure \
--enable-build-timestamp="$date"
make %{?_smp_mflags}
@ -93,6 +93,6 @@ make %{?_smp_mflags} check
%_bindir/npth-config
%_includedir/npth.h
%_libdir/libnpth.so
%_datadir/aclocal
%_datadir/aclocal/
%changelog