/[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.20 by vip-ire, Mon Mar 15 09:08:11 2010 UTC Revision 1.39 by vip-ire, Tue Mar 29 14:34:55 2011 UTC
# Line 1  Line 1 
1  # $Id: smeserver-shared-folders.spec,v 1.19 2010/03/08 13:19:13 vip-ire Exp $  # $Id: smeserver-shared-folders.spec,v 1.38 2011/01/25 08:17:43 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 18  %define release 36
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 40  Patch23: smeserver-shared-folders-0.1-lo Line 40  Patch23: smeserver-shared-folders-0.1-lo
40  Patch24: smeserver-shared-folders-0.1-locale-2010-03-02.patch  Patch24: smeserver-shared-folders-0.1-locale-2010-03-02.patch
41  Patch25: smeserver-shared-folders-0.1-manual_permissions.patch  Patch25: smeserver-shared-folders-0.1-manual_permissions.patch
42  Patch26: smeserver-shared-folders-0.1-dynamic_exec_cgi.patch  Patch26: smeserver-shared-folders-0.1-dynamic_exec_cgi.patch
43    Patch27: smeserver-shared-folders-0.1-locale-2010-03-25.patch
44    Patch28: smeserver-shared-folders-0.1-locale-2010-03-26.patch
45    Patch29: smeserver-shared-folders-0.1-locale-2010-05-23.patch
46    Patch30: smeserver-shared-folders-0.1-en-us_typo.patch
47    Patch31: smeserver-shared-folders-0.1-locale-2010-07-05.patch
48    Patch32: smeserver-shared-folders-0.1-locale-2010-07-19.patch
49    Patch33: smeserver-shared-folders-0.1-fix_permissions_on_group_delete.patch
50    Patch34: smeserver-shared-folders-0.1-locale-2010-10-20.patch
51    Patch35: smeserver-shared-folders-0.1-fix_exclude_separator.patch
52    Patch36: smeserver-shared-folders-0.1-enhance_recylce_bin.patch
53    Patch37: smeserver-shared-folders-0.1-webdav_support.patch
54    Patch38: smeserver-shared-folders-0.1-purge_recycle.patch
55    Patch39: smeserver-shared-folders-0.1-locale-2010-11-30.patch
56    Patch40: smeserver-shared-folders-0.1-fix_purge_script.patch
57    Patch41: smeserver-shared-folders-0.1-prop_alias_on_primary.patch
58    Patch42: smeserver-shared-folders-0.1-print_group_table_with_manual_perms.patch
59    Patch43: smeserver-shared-folders-0.1-update_manual_perms_warning.patch
60    Patch44: smeserver-shared-folders-0.1-fix_warning_in_httpd_template.patch
61    Patch45: smeserver-shared-folders-0.1-fix_www_access.patch
62    Patch46: smeserver-shared-folders-0.1-php_allow_url_fopen.patch
63    Patch47: smeserver-shared-folders-0.1-locale-2011-01-03.patch
64    Patch48: smeserver-shared-folders-0.1-fix_files_starting_with_dash.patch
65    Patch49: smeserver-shared-folders-0.1-dedup_writers.patch
66    
67  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
68  BuildArchitectures: noarch  BuildArchitectures: noarch
69  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
70  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
71  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
72    Requires: smeserver-mod_dav
73  Requires: acl  Requires: acl
74    
75  BuildRequires: perl  BuildRequires: perl
76  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
77    
# Line 58  This module allows you to create network Line 81  This module allows you to create network
81  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
82    
83  %changelog  %changelog
84    * Tue Mar 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-36.sme
85    - Deduplicate writer user list in apache configuration
86    - Always grant web access to user admin
87    
88    * Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-35.sme
89    - Fix setting ACLs on files starting with a dash [SME: 6500]
90    
91    * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-34.sme
92    - Apply locale 2011-01-03 patch
93    
94    * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-33.sme
95    - New prop PHPAllowUrlFopen
96    
97    * Wed Dec 15 2010  Daniel Berteaud <daniel@firewall-services.com> 0.1-32.sme
98    - Print the group table when ManualPermissions is enabled
99    - Fix a warning in httpd.conf templates
100    - Use www as group owner of the root dir if httpAccess is enabled
101    
102    * Fri Dec 10 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-31.sme
103    - Add new prop AliasOnPrimary to toggle alias on the system domain
104    
105    * Thu Dec 2 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-30.sme
106    - Fix purge script
107    
108    * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-29.sme
109    - apply locale 2010-11-30 patch
110    
111    * Tue Nov 30 2010 Shad L. Lords <slords@mail.com> 0.1-28.sme
112    - Fix orig file removal the correct way
113    
114    * Mon Nov 29 2010  Daniel B. <daniel@firewall-services.com> 0.1-27.sme
115    - Remove .orig file
116    
117    * Wed Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
118    - Add webdav support
119    - add recycle purge support (with configurable retention time)
120    
121    * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
122    - Fix excludes separator for samba recyle bin [SME: 6379]
123    - Recycle bin directory can be configured (RecycleBinDir prop)
124    - Create the recyle bin directory if enabled
125    - Fix defaults ACL on dir (fix issues with recycle bin)
126    
127    * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
128    - Fix permission on group delete
129    - apply local 2010-10-20 patch
130    
131    * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
132    - apply locale 2010-07-19 patch
133    
134    * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
135    - correct typos in en-us locale [SME: 6103]
136    - apply locale 2010-07-06 patch
137    
138    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
139    - apply locale 2010-05-23 patch
140    
141    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
142    - apply locale 2010-03-26 patch (fix navigation-conf)
143    
144    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
145    - apply locale 2010-03-25 patch
146    
147  * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme  * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
148  - really apply manual_permissions patch  - really apply manual_permissions patch
149    
# Line 115  with more flexibility than ibays as it s Line 201  with more flexibility than ibays as it s
201  - present the keepversion option of the recylcebin in the panel  - present the keepversion option of the recylcebin in the panel
202  - changes in db keys  - changes in db keys
203  - remove some descriptions in the panel  - remove some descriptions in the panel
204  - optimization in share-modiffy to limit the time needed  - optimization in share-modify to limit the time needed
205    to reset permissions    to reset permissions
206    
207  * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]  * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]
# Line 162  with more flexibility than ibays as it s Line 248  with more flexibility than ibays as it s
248  %patch22 -p1  %patch22 -p1
249  %patch23 -p1  %patch23 -p1
250  %patch24 -p1  %patch24 -p1
 %{__rm} -f root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/shares.pm.orig  
251  %patch25 -p1  %patch25 -p1
252  %patch26 -p1  %patch26 -p1
253    %patch27 -p1
254    %patch28 -p1
255    %patch29 -p1
256    %patch30 -p1
257    %patch31 -p1
258    %patch32 -p1
259    %patch33 -p1
260    %patch34 -p1
261    %patch35 -p1
262    %patch36 -p1
263    %patch37 -p1
264    %patch38 -p1
265    %patch39 -p1
266    %patch40 -p1
267    %patch41 -p1
268    %patch42 -p1
269    %patch43 -p1
270    %patch44 -p1
271    %patch45 -p1
272    %patch46 -p1
273    %patch47 -p1
274    %patch48 -p1
275    %patch49 -p1
276    
277  %pre  %pre
278  %post  %post
# Line 181  perl createlinks Line 289  perl createlinks
289  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
290  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
291  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
292        --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
293      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
294  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist
295    


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