update to 0.32 [release 0.32-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
54f9f064ab
commit
846ba26d55
@ -1,18 +1,17 @@
|
|||||||
Name: libowfat
|
Name: libowfat
|
||||||
Version: 0.26
|
Version: 0.32
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Reimplement libdjb under GPL
|
Summary: Reimplement libdjb under GPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.fefe.de/libowfat/
|
URL: https://www.fefe.de/libowfat/
|
||||||
Source: http://dl.fefe.de/libowfat-%{version}.tar.bz2
|
Source: https://www.fefe.de/libowfat/libowfat-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: dietlibc-devel >= %{version}
|
BuildRequires: dietlibc-devel >= %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%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).
|
||||||
@ -64,11 +63,15 @@ mv %{buildroot}%{_mandir}/man3/buffer.3 \
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/dietlibc/lib-%{_build_arch}/libowfat.a
|
%{_libdir}/dietlibc/lib-%{_build_arch}/libowfat.a
|
||||||
%{_libdir}/dietlibc/include/*.h
|
%dir %{_libdir}/dietlibc/include/libowfat
|
||||||
|
%{_libdir}/dietlibc/include/libowfat/*.h
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%doc CHANGES COPYING README
|
%doc CHANGES COPYING README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32-1mamba
|
||||||
|
- update to 0.32
|
||||||
|
|
||||||
* Tue Aug 28 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.26-1mamba
|
* Tue Aug 28 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.26-1mamba
|
||||||
- update to 0.26
|
- update to 0.26
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user