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