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

Diff of /rpms/smeserver-vacation/contribs7/smeserver-vacation.spec

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

Revision 1.6 by dungog, Fri Mar 14 09:36:09 2008 UTC Revision 1.20 by dungog, Sun Sep 28 02:29:39 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-vacation.spec,v 1.19 2008/09/27 09:26:49 dungog Exp $
2    # Authority: dungog
3    # Name: Stephen Noble
4    
5  %define name smeserver-vacation  %define name smeserver-vacation
6  %define version 1.0  %define version 1.0
7  %define release 19  %define release 29
8  Summary: SME Server enhancement to enable vacation messages for users.  Summary: SME Server enhancement to enable vacation messages for users.
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
# Line 12  Source: %{name}-%{version}.tar.gz Line 16  Source: %{name}-%{version}.tar.gz
16  Patch0: smeserver-vacation-1.0-frMenuSplit.patch  Patch0: smeserver-vacation-1.0-frMenuSplit.patch
17  Patch1: smeserver-vacation-1.0-pootle.patch  Patch1: smeserver-vacation-1.0-pootle.patch
18  Patch2: smeserver-vacation-1.0-locale-2008-03-11.patch  Patch2: smeserver-vacation-1.0-locale-2008-03-11.patch
19  Patch3: smeserver-vacation-1.0-locale-2008-03-13.patch  Patch3: smeserver-vacation-1.0-locale-2008-03-14.patch
20    Patch4: smeserver-vacation-1.0-locale-2008-04-01.patch
21    Patch5: smeserver-vacation-1.0-locale-2008-04-22.patch
22    Patch6: smeserver-vacation-1.0-add2general.patch
23    Patch7: smeserver-vacation-1.0-dos2unix.patch
24    Patch8: smeserver-vacation-1.0-locale-2008-07-01.patch
25    Patch9: smeserver-vacation-1.0-Locale.patch
26    Patch10: smeserver-vacation-1.0-addPrecedenceList.patch
27    Patch11: smeserver-vacation-1.0-locale-2008-09-27.patch
28    Patch12: smeserver-vacation-1.0-74vacationMessage.patch
29  BuildArchitectures: noarch  BuildArchitectures: noarch
30  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
31  Requires: e-smith-release >= 7.0,  Requires: e-smith-release >= 7.0,
32  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-12
33  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
34  AutoReqProv: no  AutoReqProv: no
35    
# Line 27  Optionally provides a user-manager panel Line 39  Optionally provides a user-manager panel
39  enable vacation for themselves and to modify their own message  enable vacation for themselves and to modify their own message
40    
41  %changelog  %changelog
42    * Sat Sep 27 2008 Stephen Noble <support@dungog.net> - 1.0-29
43    - move .qmail fragment after SME forwarding [SME: 4603]
44    - Apply 27 August 2008 locale patch
45    
46    * Sat Aug 13 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-28
47    - Add precedence list to ignore functions to ignore, for instance,
48      mail from contribs.org mailinglists [SME: 4549]
49    
50    * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 1.0-27
51    - Fix Locale to read vacation panel correctly. [SME: 4311]
52    
53    * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-26
54    - Apply 1 July 2008 locale patch
55    
56    * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-25
57    - Apply 5 May 2008 locale patch
58    
59    * Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.0-24
60    - Convert dos line endings to unix
61    
62    * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-23
63    - Add common <base> tags to e-smith-formmagick's general
64    
65    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-22
66    - Apply 22 April 2008 locale patch
67    
68    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0-21
69    - Update to UTF-8 translations
70    
71    * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-20
72    - update locale 2008-03-14, removed -13
73    
74  * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-19  * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-19
75  - update locale 2008-03-13  - update locale 2008-03-13
76    
# Line 155  enable vacation for themselves and to mo Line 199  enable vacation for themselves and to mo
199  %patch1 -p1  %patch1 -p1
200  %patch2 -p1  %patch2 -p1
201  %patch3 -p1  %patch3 -p1
202    %patch4 -p1
203    %patch5 -p1
204    %patch6 -p1
205    %patch7 -p1
206    %patch8 -p1
207    %patch9 -p1
208    %patch10 -p1
209    %patch11 -p1
210    %patch12 -p1
211    
212  %build  %build
213  perl createlinks  perl createlinks
# Line 165  do Line 218  do
218      /sbin/e-smith/validate-lexicon $lexicon      /sbin/e-smith/validate-lexicon $lexicon
219  done  done
220    
221  LINKS=$(find /etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/\/etc\/e-smith\/locale\///')  LINKS=$(find root/etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/root\/etc\/e-smith\/locale\///')
222  for link in $LINKS  for link in $LINKS
223  do  do
224   /bin/ln -s uservacations root/etc/e-smith/locale/$link/etc/e-smith/web/functions/userpanel-vacation   /bin/ln -s uservacations root/etc/e-smith/locale/$link/etc/e-smith/web/functions/userpanel-vacation


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