update to 4.1.3 [release 4.1.3-1mamba;Sat Nov 26 2022]
This commit is contained in:
parent
5c1e4afbe3
commit
0378257a22
17
svrcore.spec
17
svrcore.spec
@ -1,20 +1,19 @@
|
||||
Name: svrcore
|
||||
Version: 4.0.4
|
||||
Version: 4.1.3
|
||||
Release: 1mamba
|
||||
Summary: Secure PIN handling using NSS crypto
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://www.mozilla.org/projects/security/pki/
|
||||
Source: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/svrcore-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pagure.io/svrcore/
|
||||
Source: https://pagure.io/svrcore/archive/svrcore-%{version}/svrcore-svrcore-%{version}.tar.gz
|
||||
License: GPL,MPL 1.1,LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -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.
|
||||
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
|
||||
%setup -q
|
||||
%setup -q -n svrcore-svrcore-%{version}
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -68,5 +70,8 @@ rm -f %{buildroot}%{_libdir}/libsvrcore.*a
|
||||
%doc LICENSE NEWS README TODO
|
||||
|
||||
%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
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user