Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # spec file for package shelldap
- #
- # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
- #
- # All modifications and additions to the file contributed by third parties
- # remain the property of their copyright owners, unless otherwise agreed
- # upon. The license for this file, and modifications and additions to the
- # file, is the same license as for the pristine package itself (unless the
- # license for the pristine package is not an Open Source License, in which
- # case the license is the MIT License). An "Open Source License" is a
- # license that conforms to the Open Source Definition (Version 1.9)
- # published by the Open Source Initiative.
- Name: shelldap
- Version: 0.5
- Release: 0
- License: BSD-3-Clause
- Summary: Shell-like interface to LDAP servers
- Url: http://projects.martini.nu/shelldap
- Group: Productivity/Networking/LDAP/Clients
- Source0: %{name}-%{version}.tar.gz
- Requires: perl-LDAP perl-YAML-Syck perl-Term-Shell perl-MD5
- Requires: perl-Algorithm-Diff
- BuildArch: x86_64
- BuildRoot: %{_tmppath}/%{name}-%{version}-build
- %description
- Shelldap is a program for interacting with an LDAP server
- via a shell-like interface.
- This is not meant to be an exhaustive LDAP editing and browsing
- interface, but rather an intuitive shell for performing basic LDAP
- tasks quickly and with minimal effort.
- %prep
- %setup
- %build
- %install
- mkdir -p %{buildroot}%{_bindir}
- install -m 755 shelldap %{buildroot}%{_bindir}/shelldap
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root)
- %{_bindir}/shelldap
- %doc README ChangeLog
- %changelog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement