Author: glen Date: Wed Mar 1 14:51:37 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - package smbldap-configure (useful to autoconfigure after smb.conf is properly setup), rel 4
---- Files affected: SPECS: smbldap-tools.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/smbldap-tools.spec diff -u SPECS/smbldap-tools.spec:1.14 SPECS/smbldap-tools.spec:1.15 --- SPECS/smbldap-tools.spec:1.14 Tue Feb 28 15:38:22 2006 +++ SPECS/smbldap-tools.spec Wed Mar 1 15:51:31 2006 @@ -9,13 +9,14 @@ Summary(pl): Narzędzia do administracji użytkownikami i grupami dla Samby i OpenLDAP Name: smbldap-tools Version: 0.9.1 -Release: 3 +Release: 4 License: GPL Group: Applications/Networking URL: http://samba.idealx.org/ Source0: http://samba.idealx.org/dist/%{name}-%{version}.tgz # Source0-md5: 12ddaf6393420ee24c4af94152e9ee2e Patch0: %{name}-Makefile.patch +Patch1: %{name}-configure.patch BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} BuildRequires: perl-Crypt-SmbHash @@ -43,6 +44,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -55,6 +57,7 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/%{name}.spec install -d $RPM_BUILD_ROOT%{perl_vendorlib} mv -f $RPM_BUILD_ROOT%{_sbindir}/%{_name}.pm $RPM_BUILD_ROOT%{perl_vendorlib} +install configure.pl $RPM_BUILD_ROOT%{_sbindir}/smbldap-configure %clean rm -rf $RPM_BUILD_ROOT @@ -62,7 +65,7 @@ %files %defattr(644,root,root,755) %doc CONTRIBUTORS COPYING ChangeLog FILES INFRA README INSTALL TODO -%doc smb.conf smbldap.conf smbldap_bind.conf configure.pl doc/html doc/smbldap* +%doc smb.conf smbldap.conf smbldap_bind.conf doc/html doc/smbldap* %dir %{_sysconfdir}/smbldap-tools %verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/smbldap-tools/smbldap.conf %{perl_vendorlib}/%{_name}.pm @@ -75,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/03/01 14:51:31 glen +- package smbldap-configure (useful to autoconfigure after smb.conf is properly setup), rel 4 + Revision 1.14 2006/02/28 14:38:22 glen - autogenerate perl deps - noarch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/smbldap-tools.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
