Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > a1becb0c19f5557952d1a609293a8d83 > files > 2

ntlogon-0.8-6mdk.src.rpm

%define name    ntlogon
%define version 0.8
%define release 6mdk

Summary: Autogenerator for NT logon scripts
Name: %name
Version: %version
Release: %release
Source0: %name-%version.tar.bz2
URL: http://www.craigelachie.org/rhacer/ntlogon/
License: GPL
Group: Networking/Other
BuildRoot: %_tmppath/%name-buildroot
Prefix: %_prefix
BuildArch: noarch

%description
NTLogon is a Python script that generates Samba/NT-logon scripts from an
easy-to-modify configuration file. It currently understands the Samba
macros for User, Group and Architecture. The configuration file looks like
a cross between an INI file and a DOS batchfile, so most Windows users
will feel somewhat comfortable with it.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -c -n %{name}-%{version}

%build
# no build for no arch ... no build for no arch ...

%install
mkdir -p $RPM_BUILD_ROOT{%{prefix}/bin,/etc}/
install -m 755 ntlogon.py   $RPM_BUILD_ROOT%_bindir/ntlogon
install -m 644 ntlogon.conf $RPM_BUILD_ROOT%_sysconfdir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%_bindir/*
%config(noreplace) %_sysconfdir/*

%changelog
* Fri Feb 20 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.8-6mdk
- rebuild

* Fri Jan 24 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.8-5mdk
- rebuild

* Thu Sep 05 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.8-4mdk
- same player, try again : fix typo in desc(Yura Gusev)

* Mon Sep 02 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.8-3mdk
- fix typo in desc(Yura Gusev)

* Thu Aug 29 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.8-2mdk
- rebuild
- url

* Wed Aug 22 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.8-1mdk
- updated to 0.8

* Thu Nov 23 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.7b-1mdk
- new in contribs
- used srpm from rufus t firefly <rufus.t.firefly@linux-mandrake.com> :
	- v0.7b (initial packaging)