SHA256
1
0
forked from pool/npth
2014-09-23 09:45:06 +00:00
committed by Git OBS Bridge
parent 707f1a6b78
commit fce4ba14f5
6 changed files with 19 additions and 15 deletions

BIN
npth-0.91.tar.bz2 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Sep 21 21:00:44 UTC 2014 - andreas.stieger@gmx.de
- npth 1.0:
* improvements to the build system
* restore sigmask at fork
- spec file cleanup:
* gpg-offline covered by source_validator
* use source URLs
-------------------------------------------------------------------
Wed Nov 28 20:56:10 CET 2012 - sbrabec@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package npth
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,19 @@
Name: npth
%define lname libnpth0
Version: 1.0
Release: 0
Summary: New GNU Portable Threads library
License: LGPL-3.0+ or GPL-2.0+
Group: Development/Libraries/C and C++
Version: 0.91
Release: 0
Url: http://gnupg.org/
#DL-URL: ftp://ftp.gnupg.org/gcrypt/npth/npth-%version.tar.bz2
#DL-URL: ftp://ftp.gnupg.org/gcrypt/npth/
#Git-Clone: git://git.gnupg.org/npth
Source: %name-%version.tar.bz2
Source2: %name-%version.tar.bz2.sig
Source: ftp://ftp.gnupg.org/gcrypt/npth/%name-%version.tar.bz2
Source2: ftp://ftp.gnupg.org/gcrypt/npth/%name-%version.tar.bz2.sig
Source4: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: autoconf >= 2.67, automake >= 1.11
#BuildRequires: libtool >= 2.2.6
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%description
nPth is a non-preemptive threads implementation using an API very
@@ -65,7 +60,6 @@ based on the system's standard threads implementation. Thus, nPth
allows the use of libraries which are not compatible to GNU Pth.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q
%build