Package alterator-ldap-groups: Specfile

%define _hooksdir %_sysconfdir/hooks/hostname.d

Name: alterator-ldap-groups
Version: 0.1
Release: alt4.1

Source: %name-%version.tar

Packager: Lebedev Sergey <barabashka@altlinux.org>

Summary: alterator module for ldap groups administration
License: GPL
Group: System/Configuration/Other
BuildArch: noarch

Requires: alterator >= 2.9 ldap-user-tools >= 0.2 alterator-auth >= 0.9-alt3
Conflicts: alterator-fbi < 0.16-alt2

BuildPreReq: alterator >= 3.2-alt3 

%description
alterator module for ldap groups administration

%prep
%setup -q

%build
%make_build

%install
%makeinstall HTMLROOT=%buildroot%_var/www/
install -Dpm755 hooks/ldap-groups %buildroot/%_hooksdir/91-ldap-groups
%find_lang %name


%files -f %name.lang
%_datadir/alterator/applications/*
%_datadir/alterator/ui/*/
%_alterator_backend3dir/*
%_hooksdir/91-ldap-groups

%changelog
* Thu May 14 2009 Lebedev Sergey <barabashka@altlinux.org> 0.1-alt4.1
- fixed #19971
- fixed #19954

* Thu May 07 2009 Lebedev Sergey <barabashka@altlinux.org> 0.1-alt4
- fixed #19932: multiple select of users

* Mon May 04 2009 Lebedev Sergey <barabashka@altlinux.org> 0.1-alt3
- fixed #19880 (ldap groups with space in name)

* Thu Apr 30 2009 Lebedev Sergey <barabashka@altlinux.org> 0.1-alt2
- rewrote error handling

* Mon Apr 20 2009 Lebedev Sergey <barabashka@altlinux.org> 0.1-alt1
- initial build