Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > cb1302ad5303547dcd0e7e955309d77d > files > 1

shelldap-0.5-2.mga3.src.rpm

Name:		shelldap
Version:	0.5
Release:	%mkrel 2
Summary:	LDAP shell
License:	BSD
Group:		Networking/Other
URL:		http://projects.martini.nu/shelldap
Source:     shelldap_%{version}.orig.tar.gz
BuildArch:	noarch

%description
A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say. Shelldap! Shelldap!
Shelldap!

%prep
%setup -q
#perl -p \
#    -e 's|^#!/usr/bin/env perl|#!%{_bindir}/perl|' \
#    < %{SOURCE0} > shelldap

%build
pod2man shelldap shelldap.1

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 shelldap %{buildroot}%{_bindir}
install -m 644 shelldap.1 %{buildroot}%{_mandir}/man1

%files
%doc README
%{_bindir}/shelldap
%{_mandir}/man1/shelldap.1*



%changelog

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

* Mon Mar 12 2012 guillomovitch <guillomovitch> 0.5-1.mga2
+ Revision: 222862
- imported package shelldap