1 |
vip-ire |
1.5 |
# $Id: smeserver-tw-logonscript.spec,v 1.4 2009/10/19 22:13:18 chriscosta Exp $ |
2 |
slords |
1.1 |
# Authority: chriscosta |
3 |
|
|
# Name: Christian Costa |
4 |
|
|
|
5 |
|
|
%define name smeserver-tw-logonscript |
6 |
|
|
%define version 1.3 |
7 |
vip-ire |
1.5 |
%define release 6 |
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 |
vip-ire |
1.5 |
Patch1: smeserver-tw-logonscript-1.3-locale-2009-10-21.patch |
15 |
slords |
1.1 |
License: GNU GPL version 2 |
16 |
chriscosta |
1.3 |
Group: Networking/Daemons |
17 |
slords |
1.1 |
BuildArchitectures: noarch |
18 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
chriscosta |
1.4 |
BuildRequires: e-smith-devtools |
20 |
slords |
1.1 |
|
21 |
|
|
%description |
22 |
|
|
TechnologyWise Windows/Linux logon script for Samba |
23 |
|
|
|
24 |
|
|
%prep |
25 |
|
|
%setup |
26 |
chriscosta |
1.3 |
%patch0 -p1 |
27 |
vip-ire |
1.5 |
%patch1 -p1 |
28 |
slords |
1.1 |
|
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 |
vip-ire |
1.5 |
* 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 |
chriscosta |
1.4 |
* Tue Oct 20 2009 Christian Costa <christian@tw.co.nz> 1.3-5 |
52 |
vip-ire |
1.5 |
- Added e-smith-devtools as a build requirement |
53 |
|
|
|
54 |
chriscosta |
1.3 |
* Tue Oct 20 2009 Christian Costa <christian@tw.co.nz> 1.3-04 |
55 |
vip-ire |
1.5 |
- Removed a blank space from the source code for testing purposes |
56 |
|
|
|
57 |
slords |
1.1 |
* Thu Oct 8 2009 Christian Costa <christian@tw.co.nz> |
58 |
vip-ire |
1.5 |
- 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 |
slords |
1.1 |
* Thu Sep 3 2009 Christian Costa <christian@tw.co.nz> |
63 |
vip-ire |
1.5 |
- New specs file, new version number |
64 |
|
|
|
65 |
slords |
1.1 |
* Mon Aug 10 2009 Christian Costa <christian@tw.co.nz> |
66 |
vip-ire |
1.5 |
- Branched out from the 61netlogonshare custom script and added a new db property for smb called LogonScript |
67 |
|
|
|
68 |
slords |
1.1 |
* Wed Jul 8 2009 Christian Costa <christian@tw.co.nz> |
69 |
vip-ire |
1.5 |
- Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. |
70 |
|
|
|
71 |
slords |
1.1 |
* Wed Jul 29 2008 Christian Costa <christian@tw.co.nz> |
72 |
vip-ire |
1.5 |
- 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 |
slords |
1.1 |
* Wed Jul 9 2008 Christian Costa <christian@tw.co.nz> |
76 |
vip-ire |
1.5 |
- Added the server-manager web interface to the package. |
77 |
slords |
1.1 |
|