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

Diff of /rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec

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

Revision 1.65 by vip-ire, Mon Feb 13 20:51:40 2012 UTC Revision 1.71 by vip-ire, Sun Mar 11 18:32:22 2012 UTC
# Line 1  Line 1 
1  # $Id: smeserver-shared-folders.spec,v 1.64 2011/12/15 15:14:13 vip-ire Exp $  # $Id: smeserver-shared-folders.spec,v 1.70 2012/03/01 21:44:31 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: sme server shared folders modul Line 6  Summary: sme server shared folders modul
6  %define name smeserver-shared-folders  %define name smeserver-shared-folders
7  Name: %{name}  Name: %{name}
8  %define version 0.1  %define version 0.1
9  %define release 62  %define release 68
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 89  Patch72: smeserver-shared-folders-0.1-se Line 89  Patch72: smeserver-shared-folders-0.1-se
89  Patch73: smeserver-shared-folders-0.1-fix_ajaxplorer_field_display.patch  Patch73: smeserver-shared-folders-0.1-fix_ajaxplorer_field_display.patch
90  Patch74: smeserver-shared-folders-0.1-hide_trash_if_disabled.patch  Patch74: smeserver-shared-folders-0.1-hide_trash_if_disabled.patch
91  Patch75: smeserver-shared-folders-0.1-users_acl.patch  Patch75: smeserver-shared-folders-0.1-users_acl.patch
92    Patch76: smeserver-shared-folders-0.1-fixe_users_locale.patch
93    Patch77: smeserver-shared-folders-0.1-http_remove_ro_from_rw.patch
94    Patch78: smeserver-shared-folders-0.1-http_template_cleanup.patch
95    Patch79: smeserver-shared-folders-0.1-fix_root_users_acl.patch
96    Patch80: smeserver-shared-folders-0.1-locale-2012-02-18.patch
97    Patch81: smeserver-shared-folders-0.1-rsyncd.patch
98    Patch82: smeserver-shared-folders-0.1-webdav_access_when_no_auth_required.patch
99    
100  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
101  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 107  This module allows you to create network Line 114  This module allows you to create network
114  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
115    
116  %changelog  %changelog
117    * Sun Mar 11 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-68.sme
118    - Enable webdav even when no auth is required
119      (but auth will still be required for write operations)
120    
121    * Thu Mar 01 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-67.sme
122    - Add rsyncd support
123    
124    * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-66.sme
125    - Fix bg locale
126    
127    * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-65.sme
128    - Fix root ACL for users
129    - Apply locale 2012-02-18 patch
130    
131    * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-64.sme
132    - In http access, remove ro users from rw list
133    - templates cleanup
134    
135    * Fri Feb 17 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-63.sme
136    - Replace fr with correct en-us locale for USERS entry
137    
138  * Mon Feb 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-62.sme  * Mon Feb 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-62.sme
139  - Code cleanup  - Code cleanup
140  - Move ACL configuration in a separated page  - Move ACL configuration in a separated page
# Line 410  with more flexibility than ibays as it s Line 438  with more flexibility than ibays as it s
438  %patch73 -p1  %patch73 -p1
439  %patch74 -p1  %patch74 -p1
440  %patch75 -p1  %patch75 -p1
441    %patch76 -p1
442    %patch77 -p1
443    %patch78 -p1
444    %patch79 -p1
445    %patch80 -p1
446    %patch81 -p1
447    %patch82 -p1
448    
449  %pre  %pre
450    /usr/sbin/useradd -c "Rsyncd User" \
451            -s /sbin/nologin -r -d /dev/null rsync 2> /dev/null || :
452    
453  %post  %post
454    
455  %build  %build
# Line 419  with more flexibility than ibays as it s Line 457  with more flexibility than ibays as it s
457  mkdir -p root/etc/e-smith/web/{common,functions}  mkdir -p root/etc/e-smith/web/{common,functions}
458  mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}  mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}
459  mkdir -p root/home/e-smith/files/shares  mkdir -p root/home/e-smith/files/shares
460    mkdir -p root/var/log/rsyncd
461    
462  perl createlinks  perl createlinks
463    
# Line 428  rm -rf $RPM_BUILD_ROOT Line 467  rm -rf $RPM_BUILD_ROOT
467  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
468      --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \      --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
469      --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \      --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \
470        --file /var/service/rsyncd/run 'attr(0755,root,root)' \
471        --file /var/service/rsyncd/log/run 'attr(0755,root,root)' \
472        --dir /var/log/rsyncd 'attr(0770,root,smelog)' \
473      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
474  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist
475    


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