automatic version update by autodist [release 0.33-1mamba;Wed Feb 15 2023]
This commit is contained in:
parent
846ba26d55
commit
0fa29dd957
@ -1,10 +1,4 @@
|
||||
# libowfat
|
||||
|
||||
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.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libowfat
|
||||
Version: 0.32
|
||||
Version: 0.33
|
||||
Release: 1mamba
|
||||
Summary: Reimplement libdjb under GPL
|
||||
Group: Development/Libraries
|
||||
@ -15,12 +15,6 @@ BuildRequires: dietlibc-devel >= %{version}
|
||||
|
||||
%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).
|
||||
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
|
||||
Summary: Development files for %{name}
|
||||
@ -28,19 +22,13 @@ Group: Development/Libraries
|
||||
|
||||
%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).
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make -f GNUmakefile \
|
||||
%make -j1 -f GNUmakefile \
|
||||
prefix=%{_libdir}/dietlibc \
|
||||
LIBDIR=%{_libdir}/dietlibc/lib-%{_build_arch} \
|
||||
DIET="%{_bindir}/diet -Os"
|
||||
@ -69,6 +57,9 @@ mv %{buildroot}%{_mandir}/man3/buffer.3 \
|
||||
%doc CHANGES COPYING README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- update to 0.32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user