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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: 389-adminutil
Version: 1.1.8
Release: alt3
Packager: Vitaly Kuznetsov <vitty at altlinux.ru>
License: LGPLv2
Url: http://port389.org
Group: System/Libraries
Summary: Utility library for directory server administration

# Automatically added by buildreq on Mon Aug 17 2009

BuildRequires: gcc-c++ libicu-devel mozldap-devel

BuildRequires: libsvrcore-devel

Provides: fedora-ds-adminutil = %version-%release
Obsoletes: fedora-ds-adminutil < %version-%release

Source: %name-%version-%release.tar

%description
%name is libraries of functions used to administer directory
servers, usually in conjunction with the admin server.  %name is
broken into two libraries - libadminutil contains the basic
functionality, and libadmsslutil contains SSL versions and wrappers
around the basic functions.  The PSET functions allow applications to
store their preferences and configuration parameters in LDAP, without
having to know anything about LDAP.  The configuration is cached in a
local file, allowing applications to function even if the LDAP server
is down.  The other code is typically used by CGI programs used for
directory server management, containing GET/POST processing code as
well as resource handling (ICU ures API).

%package devel
Summary: Development and header files for %name
Group: System/Libraries
Requires: %name = %version-%release

%description devel
Development files and header files necessary to build applications
that use %name.

%prep
%setup

%build
%configure --disable-tests
%__make

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

%files
%doc LICENSE README NEWS
%_libdir/*.so.*
%_datadir/389-adminutil

%files devel
%_pkgconfigdir/%name.pc
%_libdir/*.so
%_includedir/libadminutil
%_includedir/libadmsslutil

%changelog

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

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