/[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.2 by dungog, Sat Mar 8 02:58:07 2008 UTC Revision 1.13 by slords, Tue Apr 29 00:13:29 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-vacation.spec,v 1.12 2008/04/28 23:21:45 slords 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 15  %define release 24
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 10  URL: http://www.dungog.net/sme Line 14  URL: http://www.dungog.net/sme
14  Group: SMEserver/addon  Group: SMEserver/addon
15  Source: %{name}-%{version}.tar.gz  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-esLocale2.patch  Patch1: smeserver-vacation-1.0-pootle.patch
18  Patch2: smeserver-vacation-1.0-pootle.patch  Patch2: smeserver-vacation-1.0-locale-2008-03-11.patch
19    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  BuildArchitectures: noarch  BuildArchitectures: noarch
25  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
26  Requires: e-smith-release >= 7.0,  Requires: e-smith-release >= 7.0,
27    Requires: e-smith-formmagick >= 1.4.0-12
28  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
29  AutoReqProv: no  AutoReqProv: no
30    
# Line 24  Optionally provides a user-manager panel Line 34  Optionally provides a user-manager panel
34  enable vacation for themselves and to modify their own message  enable vacation for themselves and to modify their own message
35    
36  %changelog  %changelog
37    * Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.0-24
38    - Convert dos line endings to unix
39    
40    * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-23
41    - Add common <base> tags to e-smith-formmagick's general
42    
43    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-22
44    - Apply 22 April 2008 locale patch
45    
46    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0-21
47    - Update to UTF-8 translations
48    
49    * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-20
50    - update locale 2008-03-14, removed -13
51    
52    * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-19
53    - update locale 2008-03-13
54    
55    * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> - 1.0-18
56    - Add requires for e-smith-formmagick for UTF-8 support [SME: 3858]
57    
58    * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0-17
59    - remove dud es patch
60    
61    * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0-16
62    - update locale 2008-03-11
63    
64  * Sat Mar 07 2008 Stephen Noble <support@dungog.net> - 1.0-15  * Sat Mar 07 2008 Stephen Noble <support@dungog.net> - 1.0-15
65  - prepare en lexicons for pootle translations  - prepare en lexicons for pootle translations
66    
# Line 139  enable vacation for themselves and to mo Line 176  enable vacation for themselves and to mo
176  %patch0 -p1  %patch0 -p1
177  %patch1 -p1  %patch1 -p1
178  %patch2 -p1  %patch2 -p1
179    %patch3 -p1
180    %patch4 -p1
181    %patch5 -p1
182    %patch6 -p1
183    %patch7 -p1
184    
185  %build  %build
186  perl createlinks  perl createlinks
187    
188  LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )  LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )
   
189  for lexicon in $LEXICONS  for lexicon in $LEXICONS
190  do  do
191      /sbin/e-smith/validate-lexicon $lexicon      /sbin/e-smith/validate-lexicon $lexicon
192  done  done
193    
194  #todo  it sv  LINKS=$(find /etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/\/etc\/e-smith\/locale\///')
195  for LINK in en-us fr de es  for link in $LINKS
196  do  do
197   /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
198  done  done
199    
200  %install  %install


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