update to 1.7 [release 1.7-1mamba;Wed Feb 28 2024]

This commit is contained in:
Silvan Calarco 2024-02-29 16:32:50 +01:00
parent 499baf8e97
commit d4e6919a18

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.7-1mamba
- update to 1.7
* Wed Jul 18 2018 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
- automatic version update by autodist