/[smecontribs]/rpms/smeserver-vacation/contribs9/smeserver-vacation.spec
ViewVC logotype

Annotation of /rpms/smeserver-vacation/contribs9/smeserver-vacation.spec

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


Revision 1.27 - (hide annotations) (download)
Mon Jan 16 21:50:15 2017 UTC (7 years, 4 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-vacation-1_1-24_el6_sme
Changes since 1.26: +8 -3 lines
* Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-24.sme
- NFR allow html message and auto detect to switch from text to html [SME: 6614]

1 unnilennium 1.27 # $Id: smeserver-vacation.spec,v 1.26 2017/01/16 21:41:42 unnilennium Exp $
2 vip-ire 1.1 # Authority: dungog
3     # Name: Stephen Noble
4    
5     %define name smeserver-vacation
6     %define version 1.1
7 unnilennium 1.27 %define release 24
8 vip-ire 1.1 Summary: SME Server enhancement to enable vacation messages for users.
9     Name: %{name}
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GNU GPL version 2
13     URL: http://www.dungog.net/sme
14     Group: SMEserver/addon
15     Source: %{name}-%{version}.tar.xz
16 vip-ire 1.2 Patch0: smeserver-vacation-1.1-fix_dbmopen.patch
17 vip-ire 1.3 Patch1: smeserver-vacation-1.1-multiline_matching.patch
18 stephdl 1.4 Patch2: smeserver-vacation-1.1-explain_better_virtual_sender_domain.patch
19 vip-ire 1.5 Patch3: smeserver-vacation-1.1-do_not_localize_from_header.patch
20 vip-ire 1.6 Patch4: smeserver-vacation-1.1-subject_match_case_insensitive.patch
21 stephdl 1.7 Patch5: smeserver-vacation-1.1-auto_enable_disable_vacation.patch
22 stephdl 1.9 Patch6: smeserver-vacation-1.1-locale-2015-09-12.patch
23 mats-ng 1.11 Patch7: smeserver-vacation-1.1-suppress_cron_mail.patch
24 mats-ng 1.12 Patch8: smeserver-vacation-1.1-locale-2015-09-29.patch
25 unnilennium 1.13 Patch9: smeserver-vacation-1.1-locale-2016-03-08.patch
26 stephdl 1.14 Patch10: smeserver-vacation-1.1.auto_enable_disable_vacation_userpanel.patch
27     Patch11: smeserver-vacation-1.1-locale-2016-06-21.patch
28 stephdl 1.15 Patch12: smeserver-vacation-1.1.delegate_vacation_message_by_groups.patch
29     Patch13: smeserver-vacation-1.1-locale-2016-07-06.patch
30 stephdl 1.16 Patch14: smeserver-vacation-1.1-locale-2016-07-07.patch
31 stephdl 1.18 Patch15: smeserver-vacation-1.1.bz9661.fix_auto_enable_disable_vacation.patch
32     Patch16: smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch
33 stephdl 1.21 Patch17: smeserver-vacation-1.1-locale-2016-07-15.patch
34 unnilennium 1.24 Patch18: smeserver-vacation-1.1-bz9073-race.condition.vulnarability.patch
35     Patch19: smeserver-vacation-1.1-locale-2017-01-16.patch
36 unnilennium 1.27 Patch20: smeserver-vacation-1.1-bz6614-autodetect.html.patch
37    
38 vip-ire 1.1 BuildArchitectures: noarch
39     BuildRoot: /var/tmp/%{name}-%{version}
40 stephdl 1.9 Requires: e-smith-release >= 9.0,
41 vip-ire 1.1 Requires: e-smith-formmagick >= 1.4.0-12
42     BuildRequires: e-smith-devtools >= 1.13.1-03
43     AutoReqProv: no
44    
45     %description
46     SME Server enhancement to enable vacation messages for users.
47     Optionally provides a user-manager panel where users can
48     enable vacation for themselves and to modify their own message
49    
50     %changelog
51 unnilennium 1.27 * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-24.sme
52     - NFR allow html message and auto detect to switch from text to html [SME: 6614]
53    
54 unnilennium 1.24 * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-23.sme
55     - Fix possible race condition vulnerability during creation of vacation.msg [SME: 9073]
56     - thanks to Mats Schuh and Charlie Brady for the work.
57     - Translation smeserver-vacation-1.1-locale-2017-01-16.patch
58 unnilennium 1.25 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
59     by assuming the date is correct and changing the weekday.
60 unnilennium 1.24
61 stephdl 1.23 * Sat Jul 16 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-22.sme
62     - Added a capital to subject : Subject [SME: 8772]
63    
64 stephdl 1.22 * Fri Jul 15 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-21.sme
65 stephdl 1.21 - Translation patch added
66     - Added smeserver-vacation-1.1-locale-2016-07-15.patch
67 stephdl 1.22 - Added a signature in the email body
68     - modified smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch
69 stephdl 1.21
70 stephdl 1.20 * Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-19.sme
71 stephdl 1.19 - corrected the object email issue [SME: 8772]
72     - modified smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch
73    
74 stephdl 1.18 * Sun Jul 10 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-17.sme
75     - Fixed the auto enabled and disable vacation message [SME: 9661]
76     - Added smeserver-vacation-1.1.bz9661.fix_auto_enable_disable_vacation.patch
77     - Fixed the translation of the vacation message [SME: 8772]
78     - Added smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch
79 stephdl 1.17
80 stephdl 1.16 * Wed Jul 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-15.sme
81     - Add translation smeserver-vacation-1.1-locale-2016-07-07.patch
82 stephdl 1.15 - Add translation smeserver-vacation-1.1-locale-2016-07-06.patch
83     - delegate the vacation messages by group permissions [SME: 9657]
84    
85 stephdl 1.14 * Wed Jun 22 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-13.sme
86     - Add the automated and disabling user vacations on given date in the user panel.
87     - Add translation smeserver-vacation-1.1-locale-2016-06-21.patch
88    
89 unnilennium 1.13 * Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.1-12.sme
90     - Added smeserver-vacation-1.1-locale-2016-03-08.patch
91    
92 mats-ng 1.12 * Tue Sep 29 2015 mats schuh <m.schuh@neckargeo.net> 1.1-11.sme
93     - Added smeserver-vacation-1.1-locale-2015-09-29.patch
94    
95 mats-ng 1.11 * Wed Sep 23 2015 mats schuh <m.schuh@neckargeo.net> 1.1-10.sme
96     - suppress the mail output from the cron job [SME: 9065]
97    
98 stephdl 1.10 * Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-9.sme
99 stephdl 1.9 - Added smeserver-vacation-1.1-locale-2015-09-12.patch
100    
101 stephdl 1.7 * Fri Sep 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-7.sme
102     - code done by Mats Schuh <m.schuh@neckargeo.net>
103     - Allow automated enabling and disabling of user vacations on given dates [SME: 7555]
104     - Above functionality provided by additional db accounts entries and a cron script
105    
106 vip-ire 1.6 * Thu Jan 8 2015 Daniel Berteaud <daniel@firewall-services.com> 1.1-6.sme
107     - Make the subject header match case insensitive (patch from Mats Schuh) [SME: 8777]
108    
109 vip-ire 1.5 * Thu Jan 8 2015 Daniel Berteaud <daniel@firewall-services.com> 1.1-5.sme
110     - Do not localize From header (patch from Mats Schuh) [SME: 8776]
111    
112 stephdl 1.4 * Tue Jan 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4.sme
113     - Updated instructions to use virtual sender domain for vacation message
114     - Created by Mats Schuh m.schuh@neckargeo.net
115    
116 vip-ire 1.5 * Wed Dec 24 2014 Daniel Berteaud <daniel@firewall-services.com> 1.1-3.sme
117 vip-ire 1.3 - Fix multiline matching [SME: 8741]
118    
119 vip-ire 1.2 * Wed Dec 24 2014 Daniel Berteaud <daniel@firewall-services.com> 1.1-2.sme
120     - Fix dbmopen by specifying the dbm module to use (DB_File) [SME: 8741]
121    
122 vip-ire 1.1 * Wed Nov 13 2013 Daniel Berteaud <daniel@firewall-services.com> 1.1-1.sme
123     - Rebuild for SME9
124    
125     * Mon Jul 15 2013 JP Pialasse <tests@pialasse.com> 1.0-41.sme
126     - apply locale 2013-07-15 patch
127    
128     * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.0-40.sme
129     - apply locale 2011-03-06 patch
130    
131     * Sun May 23 2010 SME Translation Server <translations@contribs.org> 1.0-39.sme
132     - apply locale 2010-05-23 patch
133    
134     * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 1.0-38.sme
135     - apply locale 2009-10-27 patch
136    
137     * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.0-37.sme
138     - apply locale 2009-08-24 patch
139    
140     * Thu Jun 11 2009 Stephen Noble <support@dungog.net> - 1.0-36
141     - send vacation mail in utf8 [SME 4389]
142    
143     * Sat Jun 06 2009 Stephen Noble <support@dungog.net> - 1.0-35
144     - cp .qmail fragment before SME filtering with filterorder prop [SME: 5327]
145    
146     * Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.0-34.sme
147     - apply locale 2009-05-20 patch
148    
149     * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.0-33.sme
150     - apply locale 2009-04-27 patch
151    
152     * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-32
153     - Apply 1 Mar 2009 locale patch [SME: 5018]
154    
155     * Thu Jan 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-31
156     - Apply 1 Jan 2009 locale patch [SME: 4900]
157    
158     * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-30
159     - Apply 14 Oct 2008 locale patch
160    
161     * Sat Sep 27 2008 Stephen Noble <support@dungog.net> - 1.0-29
162     - move .qmail fragment after SME forwarding [SME: 4603]
163     - Apply 27 August 2008 locale patch
164    
165 unnilennium 1.25 * Wed Aug 13 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-28
166     Sat Aug 13 2008 --> Sat Aug 09 2008 or Wed Aug 13 2008 or Sat Aug 16 2008 or ....
167 vip-ire 1.1 - Add precedence list to ignore functions to ignore, for instance,
168     mail from contribs.org mailinglists [SME: 4549]
169    
170     * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 1.0-27
171     - Fix Locale to read vacation panel correctly. [SME: 4311]
172    
173     * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-26
174     - Apply 1 July 2008 locale patch
175    
176     * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-25
177     - Apply 5 May 2008 locale patch
178    
179     * Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.0-24
180     - Convert dos line endings to unix
181    
182     * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-23
183     - Add common <base> tags to e-smith-formmagick's general
184    
185     * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-22
186     - Apply 22 April 2008 locale patch
187    
188     * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0-21
189     - Update to UTF-8 translations
190    
191     * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-20
192     - update locale 2008-03-14, removed -13
193    
194     * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-19
195     - update locale 2008-03-13
196    
197     * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> - 1.0-18
198     - Add requires for e-smith-formmagick for UTF-8 support [SME: 3858]
199    
200     * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0-17
201     - remove dud es patch
202    
203     * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0-16
204     - update locale 2008-03-11
205    
206 unnilennium 1.26 * Sat Mar 08 2008 Stephen Noble <support@dungog.net> - 1.0-15
207 vip-ire 1.1 - prepare en lexicons for pootle translations
208    
209     * Wed Dec 26 2007 Stephen Noble <support@dungog.net> 1.0-14
210     - fix spanish translation
211    
212     * Mon Oct 29 2007 Stephen Noble <support@dungog.net> 1.0-13
213     - add spanish translation, thanks Normando Hall [SME 3503]
214    
215     * Thu Jun 14 2007 Stephen Noble <support@dungog.net>
216     - apply updates up to -11
217    
218     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
219     - Clean up spec so package can be built by koji/plague
220    
221     * Fri Dec 29 2006 Stephen Noble <support@dungog.net>
222     - display Vacation status correctly on modify page in server-manager [sme 2200]
223     - [1.0-11]
224    
225     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
226     - Update to new release naming. No functional changes.
227     - Make Packager generic
228    
229     * Mon Oct 30 2006 Stephen Noble <support@dungog.net>
230     - display description unshaded *
231     - german lexicon fix
232     - cosmetic log error fixed [sme 1992]
233     - [1.0-10]
234    
235     * Thu Aug 24 2006 Stephen Noble <support@dungog.net>
236     - now finds corrects vacation text when used under userpanel.
237     - german translation [sme 1101]
238     - [1.0-9]
239    
240 unnilennium 1.25 * Thu Apr 06 2006 Stephen Noble <support@dungog.net>
241     Wed Apr 06 2006 --> Wed Apr 05 2006 or Thu Apr 06 2006 or Wed Apr 12 2006 or ....
242 vip-ire 1.1 - suppress description if no users [contribs 1243]
243     - [1.0-8]
244    
245 unnilennium 1.25 * Thu Apr 06 2006 Stephen Noble <support@dungog.net>
246     Wed Apr 06 2006 --> Wed Apr 05 2006 or Thu Apr 06 2006 or Wed Apr 12 2006 or ....
247 vip-ire 1.1 - say no users if none exist [contribs 1243]
248     - display DomainName in email address [contribs 1242]
249     - [1.0-7]
250    
251 unnilennium 1.25 * Thu Apr 06 2006 Stephen Noble <support@dungog.net>
252     Wed Apr 06 2006 --> Wed Apr 05 2006 or Thu Apr 06 2006 or Wed Apr 12 2006 or ....
253 vip-ire 1.1 - unlink .vacation.msg before writing [contribs 1192]
254     - vacation doesn't respond to spam [contribs 1190]
255     - [1.0-6]
256    
257     * Sat Mar 25 2006 Stephen Noble <support@dungog.net>
258     - updated lexicons
259     - removed event
260     - [1.0-5]
261    
262     * Fri Mar 24 2006 Stephen Noble <support@dungog.net>
263     - Change the interval between repeat replies to the same sender
264     - config setprop qmail VacationDelay -t3d, man vacation
265     - reset vacationDB when setting status to no
266     - modified to, Subject: Re: $SUBJECT - Away from my email
267     - updated fr lexicon
268     - [1.0-4]
269    
270     * Wed Mar 22 2006 Stephen Noble <support@dungog.net>
271     - updated lexicons
272     - [1.0-3]
273    
274     * Wed Mar 22 2006 Stephen Noble <support@dungog.net>
275     - fr lexicon
276     - expand ~/.qmail on uninstall
277     - [1.0-2]
278    
279     * Mon Mar 20 2006 Stephen Noble <support@dungog.net>
280     - FormMagick version
281     - [1.0-1]
282    
283     * Mon Dec 12 2005 Stephen Noble <support@dungog.net>
284     - Strip out DOS Carriage Returns (CR)
285     - thanks to mike sensney
286     - [0.9-2]
287    
288     * Sat Sep 03 2005 Stephen Noble <support@dungog.net>
289     - renamed smeserver-vacation,
290     - contains vacation & userpanel-vacation
291     - [0.9-1]
292    
293     * Sat Sep 03 2005 David Beveridge <davidb@nass.com.au>
294     - [0.3-2]
295     - upgrade to work with AccountsDB on SME 7.0
296    
297     * Mon Dec 31 2001 Daniel van Raay <danielvr@caa.org.au>
298     - [0.2-4]
299     - Added generated 'From:' lines to default reply message
300     - Minor cosmetic cleaning
301    
302     * Fri Nov 23 2001 Daniel van Raay <danielvr@caa.org.au>
303     - [0.2-3]
304     - .vacation.db files are now deleted in the user-modify event
305    
306 unnilennium 1.25 * Wed Nov 14 2001 Daniel van Raay <danielvr@caa.org.au>
307     Tue Nov 14 2001 --> Tue Nov 13 2001 or Wed Nov 14 2001 or Tue Nov 20 2001 or ....
308 vip-ire 1.1 - [0.2-2]
309     - fixed bug in vacation script that delivered multiple bounces to users
310    
311 unnilennium 1.26 * Tue Sep 04 2001 Daniel van Raay <danielvr@caa.org.au>
312 vip-ire 1.1 - [0.2-1]
313     - added -j option to vacation command line
314     - updated for compatibility with e-smith 4.1
315    
316     * Wed Dec 27 2000 Daniel van Raay <danielvr@caa.org.au>
317     - [0.1-1]
318     - initial release
319    
320     %prep
321     %setup
322 vip-ire 1.2 %patch0 -p1
323 vip-ire 1.3 %patch1 -p1
324 stephdl 1.4 %patch2 -p1
325 vip-ire 1.5 %patch3 -p1
326 vip-ire 1.6 %patch4 -p1
327 stephdl 1.7 %patch5 -p1
328 stephdl 1.9 %patch6 -p1
329 mats-ng 1.11 %patch7 -p1
330 mats-ng 1.12 %patch8 -p1
331 unnilennium 1.13 %patch9 -p1
332 stephdl 1.14 %patch10 -p1
333     %patch11 -p1
334 stephdl 1.15 %patch12 -p1
335     %patch13 -p1
336 stephdl 1.16 %patch14 -p1
337 stephdl 1.17 %patch15 -p1
338 stephdl 1.18 %patch16 -p1
339 stephdl 1.21 %patch17 -p1
340 unnilennium 1.24 %patch18 -p1
341     %patch19 -p1
342 unnilennium 1.27 %patch20 -p1
343 vip-ire 1.1
344     %build
345     perl createlinks
346    
347     LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )
348     for lexicon in $LEXICONS
349     do
350     /sbin/e-smith/validate-lexicon $lexicon
351     done
352    
353     LINKS=$(find root/etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/root\/etc\/e-smith\/locale\///')
354     for link in $LINKS
355     do
356     /bin/ln -s uservacations root/etc/e-smith/locale/$link/etc/e-smith/web/functions/userpanel-vacation
357     done
358    
359     %install
360     rm -rf $RPM_BUILD_ROOT
361     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
362     rm -f %{name}-%{version}-filelist
363     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
364     --file '/usr/local/bin/vacation' 'attr(0755,root,root)' \
365 stephdl 1.7 --file '/sbin/e-smith/vacation/check_vacation_dates.sh' 'attr(0755,root,root)' \
366 vip-ire 1.1 > %{name}-%{version}-filelist
367     echo "%doc COPYING" >> %{name}-%{version}-filelist
368    
369     %clean
370     rm -rf $RPM_BUILD_ROOT
371    
372     %pre
373     %preun
374    
375     %post
376     if [ -d /etc/e-smith/events/conf-userpanel ] ; then
377     /sbin/e-smith/signal-event conf-userpanel
378     fi
379    
380     %postun
381     #uninstall
382     if [ $1 = 0 ] ; then
383    
384     DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"`
385     for db in $DBS ; do
386     /sbin/e-smith/db $db delete userpanel-vacation 2>/dev/null
387     /sbin/e-smith/db $db delete uservacations 2>/dev/null
388     done
389    
390     #need to expand ~/.qmail for users who are still enabled
391     /etc/e-smith/events/actions/qmail-update-user
392    
393     fi
394    
395    
396     %files -f %{name}-%{version}-filelist
397     %defattr(-,root,root)

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