File web2ldap.spec of Package web2ldap
#
# spec file for package web2ldap
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: web2ldap
Version: 1.1.26
Release: 1
License: GPL-2.0
Summary: Full-featured web-based LDAPv3 client
Url: http://www.web2ldap.de
Group: Productivity/Networking/LDAP/Clients
Source0: http://www.web2ldap.de/download/web2ldap-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Python location
%define prefix /opt/%{name}
BuildRequires: python-devel
BuildRequires: -post-build-checks
Requires: python-base >= 2.6.0
Requires: python-ldap
Recommends: python-pydns
Recommends: python-imaging
Recommends: python-pyexcelerator
%description
A generic LDAPv3 client which does not make any assumptions about the tree structure or LDAP schema.
Kind of a swiss-army knife for accessing/manipulating LDAP servers without having to configure anything.
A secure LDAP client with clean login behaviour.
A schema browser which displays references/dependencies within an LDAPv3 schema.
A customizable platform for prototyping LDAP administration use-cases.
%prep
%setup -q
%build
%install
mkdir -p $RPM_BUILD_ROOT%{prefix}
cp -a * $RPM_BUILD_ROOT%{prefix}/
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%attr(755,root,root) %{prefix}/sbin/web2ldap.py
%attr(755,root,root) %{prefix}/sbin/checkinst.py
%attr(755,root,root) %{prefix}/fcgi/web2ldap.py
%changelog