update to 1.7 [release 1.7-1mamba;Wed Feb 28 2024]
This commit is contained in:
parent
499baf8e97
commit
d4e6919a18
13
npth.spec
13
npth.spec
@ -1,19 +1,18 @@
|
|||||||
Name: npth
|
Name: npth
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library to provide the GNU Pth API and thus a non-preemptive threads implementation
|
Summary: A library to provide the GNU Pth API and thus a non-preemptive threads implementation
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www,gnupg.org
|
URL: https://www.gnupg.org/software/npth/index.html
|
||||||
Source: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2
|
Source: https://www.gnupg.org/ftp/gcrypt/npth/npth-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.
|
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
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/npth-config
|
|
||||||
%{_includedir}/npth.h
|
%{_includedir}/npth.h
|
||||||
%{_libdir}/libnpth.la
|
|
||||||
%{_libdir}/libnpth.so
|
%{_libdir}/libnpth.so
|
||||||
%{_datadir}/aclocal/npth.m4
|
%{_datadir}/aclocal/npth.m4
|
||||||
|
%{_libdir}/pkgconfig/npth.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 18 2018 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user