update to 4.1.3 [release 4.1.3-1mamba;Sat Nov 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:13:36 +01:00
parent 5c1e4afbe3
commit 0378257a22

View File

@ -1,20 +1,19 @@
Name: svrcore Name: svrcore
Version: 4.0.4 Version: 4.1.3
Release: 1mamba Release: 1mamba
Summary: Secure PIN handling using NSS crypto Summary: Secure PIN handling using NSS crypto
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.mozilla.org/projects/security/pki/ URL: https://pagure.io/svrcore/
Source: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/svrcore-%{version}.tar.bz2 Source: https://pagure.io/svrcore/archive/svrcore-%{version}/svrcore-svrcore-%{version}.tar.gz
License: GPL,MPL 1.1,LGPL License: GPL,MPL 1.1,LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libnspr-devel BuildRequires: libnspr-devel
BuildRequires: libnss-devel BuildRequires: libnss-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS. svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS.
@ -36,8 +35,11 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS. svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS.
This package contains header files and symlinks to develop programs which will use the libsvrcore library. You should install this package if you need to develop programs which will use the svrcore library. This package contains header files and symlinks to develop programs which will use the libsvrcore library. You should install this package if you need to develop programs which will use the svrcore library.
%debug_package
%prep %prep
%setup -q %setup -q -n svrcore-svrcore-%{version}
./autogen.sh
%build %build
%configure %configure
@ -68,5 +70,8 @@ rm -f %{buildroot}%{_libdir}/libsvrcore.*a
%doc LICENSE NEWS README TODO %doc LICENSE NEWS README TODO
%changelog %changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.3-1mamba
- update to 4.1.3
* Mon Dec 21 2009 gil <puntogil@libero.it> 4.0.4-1mamba * Mon Dec 21 2009 gil <puntogil@libero.it> 4.0.4-1mamba
- package created by autospec - package created by autospec