From d4e6919a1892e60dc28751bda36459bf3d37eeb0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 29 Feb 2024 16:32:50 +0100 Subject: [PATCH] update to 1.7 [release 1.7-1mamba;Wed Feb 28 2024] --- npth.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/npth.spec b/npth.spec index 337661f..8701fb4 100644 --- a/npth.spec +++ b/npth.spec @@ -1,19 +1,18 @@ Name: npth -Version: 1.6 +Version: 1.7 Release: 1mamba Summary: A library to provide the GNU Pth API and thus a non-preemptive threads implementation Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www,gnupg.org -Source: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2 +URL: https://www.gnupg.org/software/npth/index.html +Source: https://www.gnupg.org/ftp/gcrypt/npth/npth-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. @@ -60,14 +59,16 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name}-devel %defattr(-,root,root) -%{_bindir}/npth-config %{_includedir}/npth.h -%{_libdir}/libnpth.la %{_libdir}/libnpth.so %{_datadir}/aclocal/npth.m4 +%{_libdir}/pkgconfig/npth.pc %doc ChangeLog NEWS README %changelog +* Wed Feb 28 2024 Silvan Calarco 1.7-1mamba +- update to 1.7 + * Wed Jul 18 2018 Automatic Build System 1.6-1mamba - automatic version update by autodist