/[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.1 by slords, Tue Feb 26 01:05:35 2008 UTC Revision 1.8 by slords, Tue Apr 1 18:50:41 2008 UTC
# Line 1  Line 1 
1  %define name smeserver-vacation  %define name smeserver-vacation
2  %define version 1.0  %define version 1.0
3  %define release 14  %define release 21
4  Summary: SME Server enhancement to enable vacation messages for users.  Summary: SME Server enhancement to enable vacation messages for users.
5  Name: %{name}  Name: %{name}
6  Version: %{version}  Version: %{version}
# Line 10  URL: http://www.dungog.net/sme Line 10  URL: http://www.dungog.net/sme
10  Group: SMEserver/addon  Group: SMEserver/addon
11  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
12  Patch0: smeserver-vacation-1.0-frMenuSplit.patch  Patch0: smeserver-vacation-1.0-frMenuSplit.patch
13  Patch1: smeserver-vacation-1.0-esLocale2.patch  Patch1: smeserver-vacation-1.0-pootle.patch
14    Patch2: smeserver-vacation-1.0-locale-2008-03-11.patch
15    Patch3: smeserver-vacation-1.0-locale-2008-03-14.patch
16    Patch4: smeserver-vacation-1.0-locale-2008-04-01.patch
17  BuildArchitectures: noarch  BuildArchitectures: noarch
18  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
19  Requires: e-smith-release >= 7.0,  Requires: e-smith-release >= 7.0,
20    Requires: e-smith-formmagick >= 1.4.0-10
21  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
22  AutoReqProv: no  AutoReqProv: no
23    
# Line 23  Optionally provides a user-manager panel Line 27  Optionally provides a user-manager panel
27  enable vacation for themselves and to modify their own message  enable vacation for themselves and to modify their own message
28    
29  %changelog  %changelog
30    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0-21
31    - Update to UTF-8 translations
32    
33    * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-20
34    - update locale 2008-03-14, removed -13
35    
36    * Fri Mar 14 2008 Stephen Noble <support@dungog.net> - 1.0-19
37    - update locale 2008-03-13
38    
39    * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> - 1.0-18
40    - Add requires for e-smith-formmagick for UTF-8 support [SME: 3858]
41    
42    * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0-17
43    - remove dud es patch
44    
45    * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0-16
46    - update locale 2008-03-11
47    
48    * Sat Mar 07 2008 Stephen Noble <support@dungog.net> - 1.0-15
49    - prepare en lexicons for pootle translations
50    
51  * Wed Dec 26 2007 Stephen Noble <support@dungog.net> 1.0-14  * Wed Dec 26 2007 Stephen Noble <support@dungog.net> 1.0-14
52  - fix spanish translation  - fix spanish translation
53    
# Line 133  enable vacation for themselves and to mo Line 158  enable vacation for themselves and to mo
158  %prep  %prep
159  %setup  %setup
160  %patch0 -p1  %patch0 -p1
161  %patch1 -p2  %patch1 -p1
162    %patch2 -p1
163    %patch3 -p1
164    %patch4 -p1
165    
166  %build  %build
167  perl createlinks  perl createlinks
168    
169  LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )  LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )
   
170  for lexicon in $LEXICONS  for lexicon in $LEXICONS
171  do  do
172      /sbin/e-smith/validate-lexicon $lexicon      /sbin/e-smith/validate-lexicon $lexicon
173  done  done
174    
175  #todo  it sv  LINKS=$(find /etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/\/etc\/e-smith\/locale\///')
176  for LINK in en-us fr de es  for link in $LINKS
177  do  do
178   /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
179  done  done
180    
181  %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