Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37812449
en ru br
ALT Linux repos
5.0: 4.0.4-alt1
4.1: 4.0.3.01-alt1
4.0: 4.0.3.01-alt1

Group :: System/Libraries
RPM: svrcore

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Secure PIN handling using NSS crypto
Name: svrcore
Version: 4.0.4
Release: alt1
License: MPL/GPL/LGPL
URL: http://www.mozilla.org/projects/security/pki/
Group: System/Libraries

Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/4.0.4/%name-%version.tar.bz2

# Automatically added by buildreq on Fri Feb 23 2007

BuildRequires: gcc-c++ libnss-devel

%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.

%package -n lib%name
Summary: Secure PIN handling using NSS crypto
Group: System/Libraries
Provides: %name = %version

%description -n lib%name
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.

%package -n lib%name-devel
Summary: Development files for secure PIN handling using NSS crypto
Group: Development/Other
Requires: lib%name = %version-%release
Requires: libnss-devel

%description -n lib%name-devel
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.

%prep
%setup -q

%build
%configure
%make

%install
%make_install install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/libsvrcore.a
rm -f %buildroot/%_libdir/libsvrcore.la

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files -n lib%name
%doc LICENSE README NEWS
%_libdir/libsvrcore.so.*

%files  -n lib%name-devel
%_libdir/pkgconfig/%name.pc
%_libdir/libsvrcore.so
%_includedir/svrcore.h

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin