automatic version update by autodist [release 1.0.19-1mamba;Fri Sep 15 2023]
This commit is contained in:
parent
0bedc4614a
commit
a5327abfe9
@ -1,18 +1,17 @@
|
|||||||
Name: libsodium
|
Name: libsodium
|
||||||
Version: 1.0.18
|
Version: 1.0.19
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A modern and easy-to-use crypto library
|
Summary: A modern and easy-to-use crypto library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/jedisct1/libsodium
|
URL: https://github.com/jedisct1/libsodium
|
||||||
Source: http://download.libsodium.org/libsodium/releases/libsodium-%{version}.tar.gz
|
Source: http://download.libsodium.org/libsodium/releases/libsodium-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
|
Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
|
||||||
@ -38,10 +37,12 @@ Static %{name} library.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n libsodium-stable
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
%configure \
|
||||||
|
--disable-silent-rules
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,9 +62,9 @@ Static %{name} library.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/sodium
|
||||||
|
%{_includedir}/sodium/*
|
||||||
%{_includedir}/sodium.h
|
%{_includedir}/sodium.h
|
||||||
%{_includedir}/sodium
|
|
||||||
%{_libdir}/libsodium.la
|
|
||||||
%{_libdir}/libsodium.so
|
%{_libdir}/libsodium.so
|
||||||
%{_libdir}/pkgconfig/libsodium.pc
|
%{_libdir}/pkgconfig/libsodium.pc
|
||||||
%doc ChangeLog README.markdown
|
%doc ChangeLog README.markdown
|
||||||
@ -73,6 +74,9 @@ Static %{name} library.
|
|||||||
%{_libdir}/libsodium.a
|
%{_libdir}/libsodium.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 1.0.19-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 31 2019 Automatic Build System <autodist@mambasoft.it> 1.0.18-1mamba
|
* Fri May 31 2019 Automatic Build System <autodist@mambasoft.it> 1.0.18-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user