/[smecontribs]/rpms/smeserver-lazy_admin_tools/contribs7/smeserver-lazy_admin_tools.spec
ViewVC logotype

Diff of /rpms/smeserver-lazy_admin_tools/contribs7/smeserver-lazy_admin_tools.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Sat Mar 6 16:26:47 2010 UTC Revision 1.4 by unnilennium, Sat Feb 2 19:27:20 2013 UTC
# Line 1  Line 1 
1  # $Id: e-smith-lazy_admin_tools.spec,v 1.1 2010/03/04 16:37:47 slords Exp $  # $Id: smeserver-lazy_admin_tools.spec,v 1.3 2013/02/02 18:40:39 unnilennium Exp $
2  # Authority: nocvs  # Authority: nocvs
3  # Name: Michiel Blotwijk  # Name: Michiel Blotwijk
4    
5  Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks  Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks
6  %define name smeserver-lazy_admin_tools  %define name smeserver-lazy_admin_tools
7  %define version 0.9.1  %define version 0.9.1
8  %define release 2  %define release 4%{?dist}
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
11  Release: %{release}  Release: %{release}
# Line 18  BuildArchitectures: noarch Line 18  BuildArchitectures: noarch
18  Requires: e-smith-base  Requires: e-smith-base
19  Requires:  SMEServer >= 7.0  Requires:  SMEServer >= 7.0
20  Obsoletes: e-smith-lazy_admin_tools  Obsoletes: e-smith-lazy_admin_tools
21    BuildRequires: e-smith-devtools >= 1.13.1-03
22    
23  %description  %description
24  The Lazy Administrator's Tools is a set of scripts designed to automate  The Lazy Administrator's Tools is a set of scripts designed to automate
# Line 38  See man lat-tools for general help on th Line 39  See man lat-tools for general help on th
39  command with the --help switch to get specific help.  command with the --help switch to get specific help.
40    
41  %changelog  %changelog
42    * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com  0.9.1-4.sme
43    - binary are not executable [SME: 7283]
44    
45  * Sun Oct 22 2006 John H. Bennett III <bennettj@johnbennettservices> 0.9.1-2  * Sun Oct 22 2006 John H. Bennett III <bennettj@johnbennettservices> 0.9.1-2
46  - Modified lat-users code so that userids can be created with up to 31 characters to match SME 7.  - Modified lat-users code so that userids can be created with up to 31 characters to match SME 7.
47  - Modified lat-pptp code so that SME Server 7 is recogninzed and will set the correct DB entries.  - Modified lat-pptp code so that SME Server 7 is recogninzed and will set the correct DB entries.
# Line 122  command with the --help switch to get sp Line 126  command with the --help switch to get sp
126  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
127  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
128  rm -f e-smith-%{version}-filelist  rm -f e-smith-%{version}-filelist
129  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT  \
130        --file '/usr/sbin/lat-domains' 'attr(755,root,root)'  \
131        --file '/usr/sbin/lat-dump' 'attr(755,root,root)'  \
132        --file /usr/sbin/lat-groups 'attr(755,root,root)'  \
133        --file /usr/sbin/lat-hosts 'attr(755,root,root)'  \
134        --file /usr/sbin/lat-ibays 'attr(755,root,root)'  \
135        --file /usr/sbin/lat-pptp 'attr(755,root,root)'  \
136        --file /usr/sbin/lat-procmail 'attr(755,root,root)'  \
137        --file /usr/sbin/lat-pseudonyms 'attr(755,root,root)'  \
138        --file /usr/sbin/lat-quota 'attr(755,root,root)'  \
139        --file /usr/sbin/lat-restore 'attr(755,root,root)'  \
140        --file /usr/sbin/lat-users 'attr(755,root,root)'  \
141        > %{name}-%{version}-filelist
142    
143    
144    
145  %clean  %clean
146  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed