|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: libowfat
|
|
|
|
Name: libowfat
|
|
|
|
Version: 0.32
|
|
|
|
Version: 0.34
|
|
|
|
Release: 1mamba
|
|
|
|
Release: 1mamba
|
|
|
|
Summary: Reimplement libdjb under GPL
|
|
|
|
Summary: Reimplement libdjb under GPL
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -15,12 +15,6 @@ BuildRequires: dietlibc-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions).
|
|
|
|
libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions).
|
|
|
|
The API has been slightly extended (for example, I provide a uint32_read function, and I extended the socket API to support IPv6) where I found it necessary or beneficial in a specific project.
|
|
|
|
|
|
|
|
Many of the functions I implement here have since been placed in the public domain, so there are other sources to get this code (except for my extensions obviously).
|
|
|
|
|
|
|
|
The implementations here may not be as portable as the original versions; I tend to focus on the Single Unix Specification and not on some obsolete legacy systems found in the basements of some vintage hardware clubs.
|
|
|
|
|
|
|
|
I also provide man pages for many functions, mostly extracted from Dan's web documentation or documentation found in earlier versions of his software.
|
|
|
|
|
|
|
|
For some reason, he abandoned man pages in favor of HTML recently.
|
|
|
|
|
|
|
|
On July 4 2002, Dan also placed his DNS routines and supporting low level functions in the public domain, so I copy them here instead of reimplementing them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
@ -28,19 +22,13 @@ Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions).
|
|
|
|
libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions).
|
|
|
|
The API has been slightly extended (for example, I provide a uint32_read function, and I extended the socket API to support IPv6) where I found it necessary or beneficial in a specific project.
|
|
|
|
|
|
|
|
Many of the functions I implement here have since been placed in the public domain, so there are other sources to get this code (except for my extensions obviously).
|
|
|
|
|
|
|
|
The implementations here may not be as portable as the original versions; I tend to focus on the Single Unix Specification and not on some obsolete legacy systems found in the basements of some vintage hardware clubs.
|
|
|
|
|
|
|
|
I also provide man pages for many functions, mostly extracted from Dan's web documentation or documentation found in earlier versions of his software.
|
|
|
|
|
|
|
|
For some reason, he abandoned man pages in favor of HTML recently.
|
|
|
|
|
|
|
|
On July 4 2002, Dan also placed his DNS routines and supporting low level functions in the public domain, so I copy them here instead of reimplementing them.
|
|
|
|
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%make -f GNUmakefile \
|
|
|
|
%make -j1 -f GNUmakefile \
|
|
|
|
prefix=%{_libdir}/dietlibc \
|
|
|
|
prefix=%{_libdir}/dietlibc \
|
|
|
|
LIBDIR=%{_libdir}/dietlibc/lib-%{_build_arch} \
|
|
|
|
LIBDIR=%{_libdir}/dietlibc/lib-%{_build_arch} \
|
|
|
|
DIET="%{_bindir}/diet -Os"
|
|
|
|
DIET="%{_bindir}/diet -Os"
|
|
|
@ -69,6 +57,12 @@ mv %{buildroot}%{_mandir}/man3/buffer.3 \
|
|
|
|
%doc CHANGES COPYING README
|
|
|
|
%doc CHANGES COPYING README
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Nov 03 2024 Automatic Build System <autodist@openmamba.org> 0.34-1mamba
|
|
|
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Automatic Build System <autodist@mambasoft.it> 0.33-1mamba
|
|
|
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32-1mamba
|
|
|
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32-1mamba
|
|
|
|
- update to 0.32
|
|
|
|
- update to 0.32
|
|
|
|
|
|
|
|
|
|
|
|