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