Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561966
en ru br
ALT Linux repos
5.0: 0.9.7-alt2
4.1: 0.9.7-alt1
4.0: 0.8.2-alt1.1.1
3.0: 0.8.2-alt1.1

Group :: Development/Ruby
RPM: ruby-ldap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-

Name: ruby-ldap
Version: 0.9.7
Release: alt1

Summary: Ruby LDAP library
Group: Development/Ruby
License: BSD
Url: http://ruby-ldap.sourceforge.net/

Packager: Ruby Maintainers Team <ruby at packages.altlinux.org>

Requires: ruby-module-openssl

# Automatically added by buildreq on Mon Dec 03 2007 (-bi)

BuildRequires: libldap-devel libruby-devel libssl-devel ruby-module-etc

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

%description
Ruby/LDAP is an extension library for Ruby. It provides the interface
to some LDAP libraries (e.g. OpenLDAP, UMich LDAP, Netscape SDK,
ActiveDirectory). The common API for application development is
described in RFC1823 and is supported by Ruby/LDAP.

%package doc
Summary: Documentation files for %name
Group: Documentation

%description doc
Documentation files for %name

%prep
%setup
%patch -p1

%build
%ruby_configure
%make_build

%install
%makeinstall DESTDIR=%buildroot
%rdoc *.c lib/

%files
%doc ChangeLog README FAQ TODO COPYING
%ruby_sitearchdir/*
%ruby_sitelibdir/ldap*

%files doc
%doc example
%ruby_ri_sitedir/LDAP*

%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