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