Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e640d0ad1eef849fe761c134875dbdf8 > files > 2

ruby-net-ldap-0.3.1-3.mga3.src.rpm

%define oname   net-ldap

Name:       ruby-%{oname}
Version:    0.3.1
Release:    %mkrel 3
Summary:    Implements client access for LDAP
License:    MIT
Group:      Development/Ruby
URL:        http://net-ldap.rubyforge.org/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
Net::LDAP for Ruby (also called net-ldap) implements client access for the
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
accessing distributed directory services. Net::LDAP is written completely in
Ruby with no external dependencies. It supports most LDAP client features
and a
subset of server features as well.
Net::LDAP has been tested against modern popular LDAP servers including
OpenLDAP and Active Directory. The current release is mostly compliant with
earlier versions of the IETF LDAP RFCs (2251–2256, 2829–2830, 3377, and
3771).
Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance
with
the most recent LDAP RFCs (4510–4519, plus portions of 4520–4532).

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.

%files          doc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Contributors.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Hacking.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/License.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
#-------------------------------------------------------------------------------

%prep
%setup -q
tar xmf data.tar.gz

%build
%gem_build

%install
%gem_install


%changelog

* Fri Feb 08 2013 umeabot <umeabot> 0.3.1-3.mga3
+ Revision: 396212
- Rebuild for CVE-2013-0256

* Mon Jan 14 2013 umeabot <umeabot> 0.3.1-2.mga3
+ Revision: 381132
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Nov 03 2012 fwang <fwang> 0.3.1-1.mga3
+ Revision: 313414
- new version 0.3.1

* Sun Apr 17 2011 shikamaru <shikamaru> 0.2.2-1.mga1
+ Revision: 87121
- imported package ruby-net-ldap