1 |
# $Id: smeserver-arkeia.spec,v 1.24 2009/08/24 17:58:13 slords Exp $ |
2 |
# Authority: chriscosta |
3 |
# Name: Christian Costa |
4 |
|
5 |
%define name smeserver-tw-logonscript |
6 |
%define version 1.3 |
7 |
%define release 3%{?dist} |
8 |
Summary: TechnologyWise Windows/Linux logon script for Samba |
9 |
Name: %{name} |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
Source: smeserver-tw-logonscript-%{version}.tar.gz |
13 |
License: GNU GPL version 2 |
14 |
Group: Applications/Backup |
15 |
BuildArchitectures: noarch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
|
18 |
%description |
19 |
TechnologyWise Windows/Linux logon script for Samba |
20 |
|
21 |
%prep |
22 |
%setup |
23 |
|
24 |
%build |
25 |
perl createlinks |
26 |
|
27 |
%install |
28 |
rm -rf $RPM_BUILD_ROOT |
29 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
30 |
rm -f %{name}-%{version}-filelist |
31 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
32 |
> %{name}-%{version}-filelist |
33 |
|
34 |
%clean |
35 |
cd .. |
36 |
rm -rf %{name} |
37 |
|
38 |
%files -f %{name}-%{version}-filelist |
39 |
%defattr(-,root,root) |
40 |
|
41 |
%changelog |
42 |
* Thu Oct 8 2009 Christian Costa <christian@tw.co.nz> |
43 |
Added localisation support |
44 |
Added server-manager embedded custom group batch file editing |
45 |
Fixed a bug with user custom scripts that were being executed more than once |
46 |
* Thu Sep 3 2009 Christian Costa <christian@tw.co.nz> |
47 |
New specs file, new version number |
48 |
* Mon Aug 10 2009 Christian Costa <christian@tw.co.nz> |
49 |
Branched out from the 61netlogonshare custom script and added a new db property for smb called LogonScript |
50 |
* Wed Jul 8 2009 Christian Costa <christian@tw.co.nz> |
51 |
Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. |
52 |
* Wed Jul 29 2008 Christian Costa <christian@tw.co.nz> |
53 |
Added a feature that maps the drive if all users are allowed to read an I-bay. |
54 |
Extended the drive letter range from F to Z. |
55 |
* Wed Jul 9 2008 Christian Costa <christian@tw.co.nz> |
56 |
Added the server-manager web interface to the package. |
57 |
|