/[smeserver]/rpms/e-smith-proftpd/sme7/e-smith-proftpd.spec
ViewVC logotype

Diff of /rpms/e-smith-proftpd/sme7/e-smith-proftpd.spec

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

Revision 1.1 by slords, Tue Jun 12 16:02:26 2007 UTC Revision 1.6 by slords, Tue Oct 7 19:13:44 2008 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  Summary: e-smith specific proftpd configuration files and templates  Summary: e-smith specific proftpd configuration files and templates
4  %define name e-smith-proftpd  %define name e-smith-proftpd
5  Name: %{name}  Name: %{name}
6  %define version 1.12.0  %define version 2.0.0
7  %define release 8  %define release 1
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
 Patch0: e-smith-proftpd-1.12.0-LogDirPerms.patch  
 Patch1: e-smith-proftpd-1.12.0-ftpusersfix.patch  
 Patch2: e-smith-proftpd-1.12.0-chroot.patch  
 Patch3: e-smith-proftpd-1.12.0-globalroot.patch  
 Patch4: e-smith-proftpd-1.12.0-logdir.patch  
 Patch5: e-smith-proftpd-1.12.0-ftpuser_perm.patch  
13  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14  BuildArchitectures: noarch  BuildArchitectures: noarch
15  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 23  Requires: iptables Line 19  Requires: iptables
19  AutoReqProv: no  AutoReqProv: no
20    
21  %changelog  %changelog
22    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
23    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
24    
25    * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-11
26    - ShowSymlinks off [SME: 993]
27    
28    * Wed Oct 31 2007 Gavin Weight <gweight@gmail.com> 1.12.0-10
29    - Rename DisplayFirstChdir to DisplayChdir.  [SME: 3479]
30    
31    * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.12.0-9
32    - Create pam.d directory and move ftp/proftpd templates into pam.d.
33    [SME: 2762]
34    
35  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
36  - Clean up spec so package can be built by koji/plague  - Clean up spec so package can be built by koji/plague
37    
# Line 495  Configuration files and templates for th Line 504  Configuration files and templates for th
504    
505  %prep  %prep
506  %setup  %setup
 %patch0 -p1  
 %patch1 -p1  
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
507    
508  %build  %build
509  perl createlinks  perl createlinks
# Line 520  mkdir -p root/var/service/proftpd/peers Line 523  mkdir -p root/var/service/proftpd/peers
523  mkdir -p root/etc/e-smith/templates/var/service/proftpd/peers/{0,local}  mkdir -p root/etc/e-smith/templates/var/service/proftpd/peers/{0,local}
524  touch root/etc/e-smith/templates/var/service/proftpd/peers/{0,local}/template-begin  touch root/etc/e-smith/templates/var/service/proftpd/peers/{0,local}/template-begin
525    
526    for file in ftp proftpd
527    do
528        mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
529        ln -s /etc/e-smith/templates-default/template-begin-pam \
530          root/etc/e-smith/templates/etc/pam.d/$file/template-begin
531    done
532    
533  %install  %install
534  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
535  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $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