Update to 1.5
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
2333696ca8
commit
0066d364a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/npth-1.1.tar.bz2
|
||||
/npth-1.2.tar.bz2
|
||||
/npth-1.3.tar.bz2
|
||||
/npth-1.5.tar.bz2
|
||||
|
19
npth.spec
19
npth.spec
@ -1,15 +1,17 @@
|
||||
Name: npth
|
||||
Version: 1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: The New GNU Portable Threads library
|
||||
# software uses dual licensing (or both in parallel)
|
||||
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
|
||||
License: LGPLv2+
|
||||
URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2
|
||||
Source: https://gnupg.org/ftp/gcrypt/npth/%{name}-%{version}.tar.bz2
|
||||
#Source1: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2.sig
|
||||
# Manual page is re-used and changed pth-config.1 from pth-devel package
|
||||
Source2: npth-config.1
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
nPth is a non-preemptive threads implementation using an API very similar
|
||||
to the one known from GNU Pth. It has been designed as a replacement of
|
||||
@ -26,7 +28,7 @@ This package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -47,7 +49,7 @@ make check
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.LESSER
|
||||
%license COPYING.LIB
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
|
||||
%files devel
|
||||
@ -59,6 +61,9 @@ make check
|
||||
%{_datadir}/aclocal/%{name}.m4
|
||||
|
||||
%changelog
|
||||
* Thu Jun 08 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.5-1
|
||||
- Update to 1.5
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user