/[smecontribs]/rpms/smeserver-webshare/contribs10/smeserver-webshare.spec
ViewVC logotype

Annotation of /rpms/smeserver-webshare/contribs10/smeserver-webshare.spec

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


Revision 1.3 - (hide annotations) (download)
Tue Aug 2 03:48:34 2022 UTC (21 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-webshare-1_0_0-13_el7_sme, HEAD
Changes since 1.2: +7 -2 lines
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-13.sme
- update to httpd 2.4 access syntax [SME: 12066]
  thanks to Vasarhelyi Zsolt
- add to core backup [SME: 12030]
- add update event, use php-fpm [SME: 11078]
  might need its dedicated pool

1 jpp 1.3 # $Id: smeserver-webshare.spec,v 1.2 2022/08/02 03:41:19 jpp Exp $
2 brianr 1.1 # Authority: darrellmay
3     # Name: Darrell May
4    
5     Summary: Webshare addon for SME Server
6     %define name smeserver-webshare
7     Name: %{name}
8     %define version 1.0.0
9 jpp 1.2 %define release 13
10 brianr 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: SME Server/addon
14     Source: %{name}-%{version}.tar.gz
15     BuildRoot: /var/tmp/%{name}-%{version}
16     BuildArchitectures: noarch
17     Requires: e-smith-base, perl-Apache-Htpasswd, perl-Crypt-PasswdMD5
18     BuildRequires: e-smith-devtools >= 1.13.1-03
19     AutoReqProv: no
20     Obsoletes: devinfo-mitel-webshare dmc-mitel-webshare
21    
22     Patch1: smeserver-webshare-sme8_fixes.patch
23     Patch2: smeserver-webshare-1.0.0-sme8bis.patch
24 jpp 1.3 Patch3: smeserver-webshare-bz12066-24syntax.patch
25     Patch4: smeserver-webshare-1.0.0-sme10-backup.patch
26 brianr 1.1
27     %changelog
28 jpp 1.2 * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-13.sme
29     - update to httpd 2.4 access syntax [SME: 12066]
30     thanks to Vasarhelyi Zsolt
31 jpp 1.3 - add to core backup [SME: 12030]
32     - add update event, use php-fpm [SME: 11078]
33     might need its dedicated pool
34 jpp 1.2
35 brianr 1.1 * Thu Mar 02 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-12.sme
36     - imported to SME9 [SME: 10129]
37    
38     * Sat May 25 2013 JP Pialasse <tests@piaalsse.com> - 1.0.0-11.sme
39     - fix spacename problem with firefox [SME: 6256]
40     - fix password limited to 7 digits [SME: 7097]
41     - fix biggest error message for incorrect password [SME: 3601]
42    
43     * Wed Oct 12 2011 Greg Swallow <greg@runlevel7.ca> - 1.0.0-10.sme
44     - Patch for added SME8 compatibility
45     - should fix [SME 3600], [SME 6256], [SME 6454]
46    
47     * Mon Apr 21 2008 Shad L. Lords <slords@mail.com>
48     - Prep for import into buildsys
49     - Clean up spec
50    
51     * Fri Dec 1 2006 Darrell May <dmay@myezserver.com>
52     - move htpasswd files to /home/e-smith/db/webshare
53     - ugraders must run: /etc/e-smith/events/actions/webshare-rebuild-htpasswd; signal-event ibay-modify
54     - [1.0.0-8]
55     * Thu Oct 12 2006 Darrell May <dmay@myezserver.com>
56     - updated httpd.conf fragment for SME 7 compliance
57     - Note: rewrite for full SME 7 support is still needed
58     - [1.0.0-7]
59     * Mon Jan 30 2006 Darrell May <dmay@myezserver.com>
60     - bugfix to support IE/https file downloads
61     - added to /incl/libfile.php 'header("Pragma:");'
62     - [1.0.0-6]
63     * Tue May 17 2005 Darrell May <dmay@myezserver.com>
64     - added support for numeric project names
65     - [1.0.0-5]
66     * Tue May 17 2005 Darrell May <dmay@myezserver.com>
67     - update to phpfm-0.2.3
68     - added NoDelete webshare create/config option
69     - [1.0.0-4]
70     * Thu May 12 2005 Darrell May <dmay@myezserver.com>
71     - bugfix webshare panel for SME 7.x
72     - [1.0.0-3]
73     * Fri Apr 22 2005 Darrell May <dmay@myezserver.com>
74     - added support for SME 7.x
75     - [1.0.0-2]
76     * Sun Feb 08 2004 Darrell May <dmay@myezserver.com>
77     - repackaged for SME Server 6.x
78     - [1.0.0-1]
79     * Sun Jan 12 2003 Darrell May <dmay@myezserver.com>
80     - added Requires: perl-Apache-Htpasswd
81     - [0.0.1-5]
82     * Sat Jan 11 2003 Darrell May <dmay@myezserver.com>
83     - name change obsolete devinfo-mitel-webshare
84     - updated webshare panel
85     - updated webshare-tools to use phpfm
86     - [0.0.1-4]
87     * Fri May 10 2002 Darrell May <dmay@myezserver.com>
88     - updated webshare panel
89     - updated webshare-tools scripts
90     - original public release
91     - [0.0.1-3]
92     * Thu May 09 2002 Darrell May <dmay@myezserver.com>
93     - added httpd.conf template and updated action scripts
94     - incorporated index.php from ruffdogs,com
95     - incorporate webshare panel and action scripts from Jon Blakely
96     - [0.0.1-2]
97     * Sun May 05 2002 Darrell May <dmay@myezserver.com>
98     - initial release
99     - [0.0.1-1]
100    
101     %description
102     %name is an addon for SME Server that provides secure web accessible file and directory storage.
103    
104     %prep
105     %setup
106     %patch1 -p1
107     %patch2 -p1
108 jpp 1.2 %patch3 -p1
109 jpp 1.3 %patch4 -p1
110 brianr 1.1
111     %build
112     perl createlinks
113    
114     %install
115     rm -rf $RPM_BUILD_ROOT
116     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
117     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
118    
119     %clean
120     /bin/rm -rf $RPM_BUILD_ROOT
121    
122     %files -f %{name}-%{version}-filelist
123     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed