]> git.pld-linux.org Git - packages/smbldap-tools.git/blob - smbldap-tools.spec
1fd5f5820386d4d4e5436aa46d2b7ac78e014bfe
[packages/smbldap-tools.git] / smbldap-tools.spec
1 Summary:        User & Group administration tools for Samba-OpenLDAP
2 Summary(pl):    Narzêdzia do administracji u¿ytkownikami i grupami dla Samby i OpenLDAP
3 Name:           smbldap-tools
4 version:        0.8.8
5 Release:        0.1
6 Group:          Applications/Networking
7 License:        GPL
8 URL:            http://samba.IDEALX.org/
9 Source0:        http://samba.idealx.org/dist/%{name}-%{version}.tgz
10 # Source0-md5:  bb5213ee265e9c301796af77a1894001
11 Patch0:         %{name}-Makefile.patch
12 Requires:       perl-ldap
13 Requires:       perl-Crypt-SmbHash
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 In settings with OpenLDAP and Samba-LDAP servers, this collection is
18 useful to add, modify and delete users and groups, and to change Unix
19 and Samba passwords. In those context they replace the system tools to
20 manage users, groups and passwords.
21
22 %description -l pl
23 W po³±czeniu z OpenLDAP i serwerami Samba-LDAP ten zestaw narzêdzi
24 jest u¿yteczny przy dodawaniu, modyfikowaniu i usuwaniu u¿ytkowników i
25 grup oraz zmianie hase³ w Uniksie i Sambie. W tym zastosowaniu mog±
26 zast±piæ narzêdzia systemowe do zarz±dzania u¿ytkownikami, grupami i
27 has³ami.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38         prefix=%{_prefix} \
39         sbindir=%{_sbindir} \
40         sysconfdir=%{_sysconfdir} \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc CONTRIBUTORS COPYING ChangeLog FILES INFRA README INSTALL TODO
49 %doc smb.conf smbldap.conf smbldap_bind.conf configure.pl doc/html
50 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/smbldap-tools/smbldap.conf
51 %attr(600,root,root) %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/smbldap-tools/smbldap_bind.conf
52 %attr(755,root,root) %{_sbindir}/*
This page took 0.071158 seconds and 2 git commands to generate.