Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043097
en ru br
ALT Linux repos
S:1.2.1-alt1.2

Group :: System/Libraries
RPM: libgringotts

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# $Id: libgringotts.spec 169 2004-03-26 15:49:04Z dag $

# Authority: dag


# Upstream: Germano Rizzo <mano at pluto.linux.it>


Summary: libGringotts, a strongbox library
Name: libgringotts
Version: 1.2.1
Release: alt1.2
License: GPLv2
Group: System/Libraries
URL: http://devel.pluto.linux.it/projects/Gringotts/
Packager: Mykola Grechukh <gns at altlinux.ru>

Source: http://devel.pluto.linux.it/projects/libGringotts/current/%{name}-%{version}.tar.bz2

BuildRequires: libmcrypt-devel, libmhash-devel, zlib-devel, bzip2-devel

%description
libGringotts is a thread-safe C library that allows the programmer
to save data in a particular file format. The data are compressed
and encrypted with a strong encryption algorithm, and saved to the
disk in a secure way. The library gives control over every algorithm
involved in the process, and provides additional security-related
utility functions.
It is very easy to use, and designed to be very light for the system.

%package devel
Summary: Headers and static libraries for gringotts
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
These are the files needed to develop applications with libGringotts

%prep
%setup

%build
%configure
%make_build

%install
make DESTDIR=%buildroot install

find %buildroot -name '*.a' -exec rm -f {} ';'

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_libdir}/*.so.*

%files devel
%doc docs/manual.htm
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*.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