|
@@ -2,8 +2,12 @@ Summary: a modern and easy-to-use crypto library
|
|
Summary(ja): モダンで手軽に使える暗号化ライブラリー
|
|
Summary(ja): モダンで手軽に使える暗号化ライブラリー
|
|
Name: libsodium
|
|
Name: libsodium
|
|
Version: 1.0.18
|
|
Version: 1.0.18
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
License: ISC
|
|
License: ISC
|
|
URL: https://github.com/jedisct1/libsodium
|
|
URL: https://github.com/jedisct1/libsodium
|
|
Source0: https://github.com/jedisct1/libsodium/releases/download/%{version}-RELEASE/%{name}-%{version}.tar.gz
|
|
Source0: https://github.com/jedisct1/libsodium/releases/download/%{version}-RELEASE/%{name}-%{version}.tar.gz
|
|
@@ -11,11 +15,6 @@ Source0: https://github.com/jedisct1/libsodium/releases/download/%{version}-RELE
|
|
#BuildRequires:
|
|
#BuildRequires:
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: iwaim
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
Sodium is a new, easy-to-use software library for encryption, decryption,
|
|
Sodium is a new, easy-to-use software library for encryption, decryption,
|
|
signatures, password hashing and more.
|
|
signatures, password hashing and more.
|
|
@@ -26,10 +25,11 @@ with a compatible API, and an extended API to improve usability even further.
|
|
Its goal is to provide all of the core operations needed to build
|
|
Its goal is to provide all of the core operations needed to build
|
|
higher-level cryptographic tools.
|
|
higher-level cryptographic tools.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
Summary(ja): %{name} の開発ファイル
|
|
Summary(ja): %{name} の開発ファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
@@ -37,6 +37,9 @@ The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -62,11 +65,6 @@ developing applications that use %{name}.
|
|
make check
|
|
make check
|
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license LICENSE
|
|
%license LICENSE
|
|
@@ -84,6 +82,10 @@ make check
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Aug 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.18-2
|
|
|
|
+- rebuilt with current environment.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.18-1
|
|
* Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.18-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|