rebuilt with debug package [release 2.0.7-4mamba;Fri Nov 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:27:50 +01:00
parent fa6635d897
commit 869176c1a3

View File

@ -1,6 +1,6 @@
Name: libpth Name: libpth
Version: 2.0.7 Version: 2.0.7
Release: 3mamba Release: 4mamba
Summary: GNU Pth - The GNU Portable Threads Library Summary: GNU Pth - The GNU Portable Threads Library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -9,6 +9,10 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/pth/ URL: http://www.gnu.org/software/pth/
Source: ftp://ftp.gnu.org/gnu/pth/pth-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/pth/pth-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -36,11 +40,15 @@ Additionally Pth provides an optional emulation API for POSIX.1c threads ("Pthre
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%debug_package
%prep %prep
%setup -q -n pth-%{version} %setup -q -n pth-%{version}
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
%make -j1 %make -j1
%install %install
@ -56,7 +64,8 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libpth.so.* %{_libdir}/libpth.so.*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS %doc AUTHORS COPYING
#ChangeLog NEWS README THANKS
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -70,6 +79,9 @@ This package contains static libraries and header files need for development.
%{_mandir}/man3/pth.* %{_mandir}/man3/pth.*
%changelog %changelog
* Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.7-4mamba
- rebuilt with debug package
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 2.0.7-3mamba * Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 2.0.7-3mamba
- automatic rebuild by autodist - automatic rebuild by autodist