/[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.63 by vip-ire, Wed Nov 30 13:47:09 2011 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.62 2011/11/08 13:42:29 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 60  %define release 68
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 87  Patch70: smeserver-shared-folders-0.1-re Line 87  Patch70: smeserver-shared-folders-0.1-re
87  Patch71: smeserver-shared-folders-0.1-samba_wide_links.patch  Patch71: smeserver-shared-folders-0.1-samba_wide_links.patch
88  Patch72: smeserver-shared-folders-0.1-setfacl_physical.patch  Patch72: smeserver-shared-folders-0.1-setfacl_physical.patch
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
91    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 105  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
139    - Code cleanup
140    - Move ACL configuration in a separated page
141    - User level ACL support
142    
143    * Thu Dec 15 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-61.sme
144    - Hide Recycle Bin dir if recycle is disabled
145    
146  * Wed Nov 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-60.sme  * Wed Nov 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-60.sme
147  - Fix Ajaxplorer field display when the form has an error  - Fix Ajaxplorer field display when the form has an error
148    
# Line 398  with more flexibility than ibays as it s Line 436  with more flexibility than ibays as it s
436  %patch71 -p1  %patch71 -p1
437  %patch72 -p1  %patch72 -p1
438  %patch73 -p1  %patch73 -p1
439    %patch74 -p1
440    %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 407  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 416  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