Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37413728
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libgringotts

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin