/[smecontribs]/rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace.spec
ViewVC logotype

Diff of /rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace.spec

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

Revision 1.1 by unnilennium, Sun Oct 27 22:03:11 2013 UTC Revision 1.6 by unnilennium, Sun Nov 24 09:03:23 2013 UTC
# Line 2  Summary: Enables user web spave on the e Line 2  Summary: Enables user web spave on the e
2  %define name smeserver-user-webspace  %define name smeserver-user-webspace
3  Name: %{name}  Name: %{name}
4  %define version 0.1  %define version 0.1
5  %define release 5.SME7  %define release 10
6  Version: %{version}  Version: %{version}
7  Release: %{release}  Release: %{release}%{dist}
8  Copyright: GPL  License: GPL
9  Group: Networking/Daemons  Group: Networking/Daemons
10  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
11  Patch0: %{name}-%{version}.patch0  Patch0: %{name}-%{version}.patch0
12  Patch1: %{name}-%{version}.patch1  Patch1: %{name}-%{version}.patch1
13  Patch2: %{name}-%{version}.patch2  Patch2: %{name}-%{version}.patch2
14  Packager: Jean-Philippe Pialasse <unnilennium@pialasse.com>  Patch3: smeserver-user-webspace-0.1.patch3
15    Patch4: smeserver-user-webspace-0.1-actions.patch
16    Patch5: smeserver-user-webspace-0.1-patch5.patch
17    Packager: Jean-Philippe Pialasse <tests@pialasse.com>
18  BuildRoot: /var/tmp/e-smith-buildroot  BuildRoot: /var/tmp/e-smith-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  Requires: smeserver-release >= 7.0  Requires: smeserver-release >= 8.0
21  AutoReqProv: no  AutoReqProv: no
22    BuildRequires:  e-smith-devtools
23    
24    %changelog
25    * Sun Nov 24 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-10.sme
26    - fix more typos in patchs
27    - patch5 for httpd template
28    
29    * Sat Nov 23 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-8.sme
30    - moved spec dirty work on action to real actions
31    - added skel folders
32    - added two events and link to actions in the proper events
33    - precleaning spec
34    - patchs typo fixes
35    
36    * Sun Oct 27 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-6.sme
37    - initial import for sme8
38    
39    * Fri Sep 08 2006 Jean-Philippe Pialasse <unnilennium@pialasse.com>
40    - adaptation ot  the contrib to the SME 7 architecture
41    
42    * Thu Nov 23 2000 Damien Curtain <damien@pagefault.org>
43    - Moved the userdir template into templates-custom, utilising
44    - a new feature of e-smith-4.0.1 and greater.
45    
46    * Wed Nov 22 2000 Damien Curtain <damien@pagefault.org>
47    - Added new templates. Added then removed;) ability to
48    - set userdir. Added www/user aliases. Post install script
49    - to prompt people to turn this on/off.
50    
51    * Tue Nov 21 2000 Paul Nesbit <pkn@e-smith.com>
52    - initial release
53    
54  %description  %description
55  Enables the e-smith server and gateway to host user web pages  Enables the e-smith server and gateway to host user web pages
# Line 25  will be available via the urls http://ww Line 59  will be available via the urls http://ww
59    
60  %prep  %prep
61  %setup  %setup
62  rm createlinks  #rm createlinks
63  rm -r root/etc/e-smith/events  rm -r  root/etc/e-smith/events/console-save
64    rm -r root/etc/e-smith/events/actions/action1
65  rm root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50UserDir00  rm root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50UserDir00
66    
67  %patch0 -p1  %patch0 -p1
68  rm root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/50UserDir00  rm root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/50UserDir00
69  %patch1 -p1  %patch1 -p1
70  %patch2 -p1  %patch2 -p1
71    %patch3 -p1
72    %patch4 -p1
73    perl createlinks
74    %patch5 -p1
75    
76    
77  %build  %build
78    
# Line 47  rm -rf $RPM_BUILD_ROOT Line 87  rm -rf $RPM_BUILD_ROOT
87    
88  %pre  %pre
89  %preun  %preun
90  %post  #%post
91  if [ $1 = 1 ] ; then  #if [ $1 = 1 ] ; then
92      enable_user_webspace() {  #    enable_user_webspace() {
93    
94          echo 'You now have the option to enable user web directories.'  #        echo 'You now have the option to enable user web directories.'
95          echo  #        echo
96          echo -n 'Would you like to enable User Directories? (y/N): '  #        echo -n 'Would you like to enable User Directories? (y/N): '
97    #
98          read choice < /dev/tty  #        read choice < /dev/tty
99    #
100          if [ x$choice = xy ] ; then  #        if [ x$choice = xy ] ; then
101              /sbin/e-smith/config set UserPublicWeb on  #            /sbin/e-smith/config set UserPublicWeb service status on
102              /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  #            /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
103              service httpd-e-smith restart  #            service httpd-e-smith restart
104          elif [ x$choice = xY ] ; then  #        elif [ x$choice = xY ] ; then
105              /sbin/e-smith/config set UserPublicWeb on  #            /sbin/e-smith/config set UserPublicWeb service status on
106              /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  #            /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
107              service httpd-e-smith restart  #            service httpd-e-smith restart
108          else  #        else
109              /sbin/e-smith/config set UserPublicWeb off  #            /sbin/e-smith/config set UserPublicWeb service status off
110          fi  #        fi
111            #      
112          echo "adding html folder in user skeleton"  #       echo "adding html folder in user skeleton"
113          mkdir -p  /etc/e-smith/skel/user/home/public_html  #       mkdir -p  /etc/e-smith/skel/user/home/public_html
114          cp /etc/e-smith/events/actions/user-create-unix  /tmp/user-create-unix  
115          cp /etc/e-smith/events/actions/user-create-unix /etc/e-smith/events/actions/user-create-unix.backup  #       cp /etc/e-smith/events/actions/user-create-unix  /tmp/user-create-unix
116          echo "modifying user folder permission in user-create-unix from chmod 0700 to chmod 0755"  #       cp /etc/e-smith/events/actions/user-create-unix /etc/e-smith/events/actions/user-create-unix.backup
117    #       echo "modifying user folder permission in user-create-unix from chmod 0700 to chmod 0755"
118          #cat /tmp/user-create-unix |  sed -e "a|chmod 0700|chmod 0770, \"/home/e-smith/files/users/\$userName/home/public_html\";|g" |sed -e "a|chmod 0700|chown \$userName:www, \"/home/e-smith/files/users/\$userName\" |g"|sed -e "s|chmod 0700|chmod 0710|g" > /etc/e-smith/events/actions/user-create-unix          #cat /tmp/user-create-unix |  sed -e "a|chmod 0700|chmod 0770, \"/home/e-smith/files/users/\$userName/home/public_html\";|g" |sed -e "a|chmod 0700|chown \$userName:www, \"/home/e-smith/files/users/\$userName\" |g"|sed -e "s|chmod 0700|chmod 0710|g" > /etc/e-smith/events/actions/user-create-unix
119                    
120  sed -e  "/chmod 0700/{  #sed -e  "/chmod 0700/{
121  s|chmod 0700|chmod 0710|  #s|chmod 0700|chmod 0710|
122  a \\  #a \\
123  chmod 0770, \"/home/e-smith/files/users/\$userName/home/public_html\";  #chmod 0770, \"/home/e-smith/files/users/\$userName/home/public_html\";
124  a \\  #a \\
125  system(\"/bin/chown\", \":www\", \"/home/e-smith/files/users/\$userName/home/public_html\");  #system(\"/bin/chown\", \":www\", \"/home/e-smith/files/users/\$userName/home/public_html\");
126  a\\  #a\\
127  system(\"/bin/chown\", \":www\", \"/home/e-smith/files/users/\$userName\");  #system(\"/bin/chown\", \":www\", \"/home/e-smith/files/users/\$userName\");
128  }" /etc/e-smith/events/actions/user-create-unix.backup > /etc/e-smith/events/actions/user-create-unix  #}" /etc/e-smith/events/actions/user-create-unix.backup > /etc/e-smith/events/actions/user-create-unix
129            ## here we need to add  something for tmp folder
130          echo "modifying existing users spaces"  #      
131          ls -1 /home/e-smith/files/users/ >/tmp/listeusers  #       echo "modifying existing users spaces"
132          cat /tmp/listeusers|while read line  #       ls -1 /home/e-smith/files/users/ >/tmp/listeusers
133          do  #       cat /tmp/listeusers|while read line
134              if [ "admin" !=  "$line" ]  #       do
135              then  #           if [ "admin" !=  "$line" ]
136                  chmod  0710 /home/e-smith/files/users/$line  #           then
137                  echo "chmod  $line:www /home/e-smith/files/users/$line"  #               chmod  0710 /home/e-smith/files/users/$line
138                  chown  $line:www  /home/e-smith/files/users/$line  #               echo "chmod  $line:www /home/e-smith/files/users/$line"
139                  mkdir -p /home/e-smith/files/users/$line/home/public_html  #               chown  $line:www  /home/e-smith/files/users/$line
140                  chown -R $line:www  /home/e-smith/files/users/$line/home/public_html              #               mkdir -p /home/e-smith/files/users/$line/home/public_html
141                  chmod -R 2770 /home/e-smith/files/users/$line/home/public_html  #               chown -R $line:www  /home/e-smith/files/users/$line/home/public_html            
142    #               chmod -R 2770 /home/e-smith/files/users/$line/home/public_html
143              fi  #                mkdir -p /home/e-smith/files/users/$line/tmp
144          done  #                chown -R $line:www  /home/e-smith/files/users/$line/tmp
145      }  #                chmod -R 2770 /home/e-smith/files/users/$line/tmp
146    #           fi
147      enable_user_webspace  #       done
148  fi  #    }
149    
150  %postun  #    enable_user_webspace
151  if [ $1 = 0 ] ; then  #fi
152      /sbin/e-smith/config delete UserPublicWeb  
153      /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  #%postun
154      service httpd-e-smith restart  #if [ $1 = 0 ] ; then
155      cp /etc/e-smith/events/actions/user-create-unix  /tmp/user-create-unix  #    /sbin/e-smith/config delete UserPublicWeb
156      echo "modifying user folder permission in user-create-unix from chmod 0755 to chmod 0700"  #    /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
157      sed -e "/chmod 0770/d"  /tmp/user-create-unix > /tmp/user-create-unix2  #    service httpd-e-smith restart
158      sed -e "s|chmod 0710|chmod 0700|g"  /tmp/user-create-unix2 > /tmp/user-create-unix3  #    cp /etc/e-smith/events/actions/user-create-unix  /tmp/user-create-unix
159      sed -e "/chown/d"  /tmp/user-create-unix3 > /etc/e-smith/events/actions/user-create-unix  #    echo "modifying user folder permission in user-create-unix from chmod 0755 to chmod 0700"
160      echo "removing html folder in user directory skeleton"  #    sed -e "/chmod 0770/d"  /tmp/user-create-unix > /tmp/user-create-unix2
161      rm -r  /etc/e-smith/skel/user/home/public_html        #    sed -e "s|chmod 0710|chmod 0700|g"  /tmp/user-create-unix2 > /tmp/user-create-unix3
162      ls -1 /home/e-smith/files/users/ >/tmp/listeusers  #    sed -e "/chown/d"  /tmp/user-create-unix3 > /etc/e-smith/events/actions/user-create-unix
163      cat /tmp/listeusers|while read line  #    echo "removing html folder in user directory skeleton"
164      do  #    rm -r  /etc/e-smith/skel/user/home/public_html      
165          if [ "admin" != "$line" ]  #    ls -1 /home/e-smith/files/users/ >/tmp/listeusers
166              then  #    cat /tmp/listeusers|while read line
167                  chmod  -R 0755 /home/e-smith/files/users/$line  #    do
168                  chmod  0700 /home/e-smith/files/users/$line  #       if [ "admin" != "$line" ]
169                  chown -R $line:$line  /home/e-smith/files/users/$line  #           then
170          fi  #               chmod  -R 0755 /home/e-smith/files/users/$line
171      done  #               chmod  0700 /home/e-smith/files/users/$line
172    #               chown -R $line:$line  /home/e-smith/files/users/$line
173  fi  #       fi
174    #    done
175    #
176    #fi
177    
178  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
179  %defattr(-,root,root)  %defattr(-,root,root)
180    
 %changelog  
 * Fri Sep 08 2006 Jean-Philippe Pialasse <unnilennium@pialasse.com>  
 - adaptation ot  the contrib to the SME 7 architecture  
 * Thu Nov 23 2000 Damien Curtain <damien@pagefault.org>  
 - Moved the userdir template into templates-custom, utilising  
 - a new feature of e-smith-4.0.1 and greater.  
   
 * Wed Nov 22 2000 Damien Curtain <damien@pagefault.org>  
 - Added new templates. Added then removed;) ability to  
 - set userdir. Added www/user aliases. Post install script  
 - to prompt people to turn this on/off.  
   
 * Tue Nov 21 2000 Paul Nesbit <pkn@e-smith.com>  
 - initial release  


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