From 3dc7fdc6eecb6a484c36c8c41c114698235e7a20 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 12 Dec 2016 13:15:34 -0500 Subject: [PATCH] Add static library subpackage --- libsodium.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/libsodium.spec b/libsodium.spec index 3d13e73..e2ae9c0 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -10,7 +10,7 @@ Name: libsodium Version: 1.0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Sodium crypto library License: ISC URL: http://libsodium.org/ @@ -38,6 +38,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package contains libraries and header files for developing applications that use %{name} libraries. +%package static +Summary: Static library for %{name} +Requires: %{name}-devel%{?_isa} = %{version}-%{release} + +%description static +This package contains the static library for statically +linking applications to use %{name}. + %prep %setup -q @@ -45,7 +53,6 @@ developing applications that use %{name} libraries. %build %configure \ - --disable-static \ --disable-silent-rules \ --disable-opt @@ -80,8 +87,14 @@ make check %{_libdir}/%{libname}.so %{_libdir}/pkgconfig/%{libname}.pc +%files static +%license LICENSE +%{_libdir}/libsodium.a %changelog +* Mon Dec 12 2016 Neal Gompa - 1.0.11-2 +- Add static library subpackage + * Mon Aug 1 2016 Remi Collet - 1.0.11-1 - update to 1.0.11