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
|
||||
Version: 1.0.18
|
||||
Version: 1.0.19
|
||||
Release: 1mamba
|
||||
Summary: A modern and easy-to-use crypto library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/jedisct1/libsodium
|
||||
Source: http://download.libsodium.org/libsodium/releases/libsodium-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n libsodium-stable
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules
|
||||
%configure \
|
||||
--disable-silent-rules
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -61,9 +62,9 @@ Static %{name} library.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/sodium
|
||||
%{_includedir}/sodium/*
|
||||
%{_includedir}/sodium.h
|
||||
%{_includedir}/sodium
|
||||
%{_libdir}/libsodium.la
|
||||
%{_libdir}/libsodium.so
|
||||
%{_libdir}/pkgconfig/libsodium.pc
|
||||
%doc ChangeLog README.markdown
|
||||
@ -73,6 +74,9 @@ Static %{name} library.
|
||||
%{_libdir}/libsodium.a
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user