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

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

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

Revision 1.7 by vip-ire, Thu Mar 5 20:42:56 2009 UTC Revision 1.19 by slords, Mon Aug 24 17:58:13 2009 UTC
# Line 1  Line 1 
1  # $Id: smeserver-sme7admin.spec,v 1.6 2009/03/05 19:08:58 slords Exp $  # $Id: smeserver-sme7admin.spec,v 1.18 2009/07/22 07:52:09 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: A graphical monitor, alert rais Line 6  Summary: A graphical monitor, alert rais
6  %define name smeserver-sme7admin  %define name smeserver-sme7admin
7  Name: %{name}  Name: %{name}
8  %define version 1.1.1  %define version 1.1.1
9  %define release 2  %define release 14
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
13  Group: Networking/Daemons  Group: Networking/Daemons
14  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
15  Patch1: smeserver-sme6admin-1.1.1-toenglish.patch  Patch1: smeserver-sme6admin-1.1.1-toenglish.patch
16    Patch2: smeserver-sme7admin-1.1.1-locale-2009-03-05.patch
17    #Patch3: smeserver-sme7admin-1.1.1-extralink.patch
18    Patch4: smeserver-sme7admin-1.1.1-detect_locale.patch
19    Patch5: smeserver-sme7admin-1.1.1-detect_locales_regexp.patch
20    Patch6: smeserver-sme7admin-1.1.1-locale-2009-04-27.patch
21    Patch7: smeserver-sme7admin-1.1.1-locale-2009-05-20.patch
22    Patch8: smeserver-sme7admin-1.1.1-fixe_mail_status.patch
23    Patch9: smeserver-sme7admin-1.1.1-locale-2009-05-26.patch
24    Patch10: smeserver-sme7admin-1.1.1-locale-2009-06-05.patch
25    Patch11: smeserver-sme7admin-1.1.1-locale-2009-06-15.patch
26    Patch12: smeserver-sme7admin-1.1.1-locale-2009-07-22.patch
27    Patch13: smeserver-sme7admin-1.1.1-locale-2009-08-24.patch
28    
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 30  Requires: lm_sensors Line 42  Requires: lm_sensors
42  AutoReqProv: no  AutoReqProv: no
43    
44  %changelog  %changelog
45    * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.1.1-14.sme
46    - apply locale 2009-08-24 patch
47    
48    * Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-13.sme
49    - apply locale 2009-07-22 patch
50    
51    * Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-12.sme
52    - apply locale 2009-06-15 patch
53    
54    * Fri Jun 05 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-11.sme
55    - apply locale 2009-06-05 patch
56    
57    * Tue May 25 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-10.sme
58    - apply locale 2009-05-26 patch
59    
60    * Tue May 25 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-9.sme
61    - Fixe typo in DB parameters for status emails
62    
63    * Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.1.1-8.sme
64    - apply locale 2009-05-20 patch
65    
66    * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.1.1-7.sme
67    - apply locale 2009-04-27 patch
68    
69    * Mon Mar 16 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-6.sme
70    - Use a regexp to detect the locale (thanks Shad Lords)
71    
72    * Mon Mar 9 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-5.sme
73    - detection of locales supported by SME server
74    - re-enable additionnal link (required to access graphs with userpanels contrib)
75    
76    * Thu Mar 5 2009 Shad L. Lords <slords@mail.com> 1.1.1-4.sme
77    - Remove extra panel links
78    
79    * Thu Mar 05 2009 SME Translation Server <translations@contribs.org> 1.1.1-3.sme
80    - apply locale 2009-03-05 patch
81    
82  * Thu Mar 5 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-2.sme  * Thu Mar 5 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-2.sme
83  - translate spec file in english  - translate spec file in english
84    
85  * Thu Mar 5 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-1.sme  * Thu Mar 5 2009 Shad L. Lords <slords@mail.com> 1.1.1-1.sme
86  - Roll new version in prep for translation  - Roll new version in prep for translation
87  - Convert base strings to english  - Convert base strings to english
88    
# Line 130  This contrib is a bit inspired by e-smit Line 179  This contrib is a bit inspired by e-smit
179  %prep  %prep
180  %setup  %setup
181  %patch1 -p1  %patch1 -p1
182    %patch2 -p1
183    #%patch3 -p1
184    %patch4 -p1
185    %patch5 -p1
186    %patch6 -p1
187    %patch7 -p1
188    %patch8 -p1
189    %patch9 -p1
190    %patch10 -p1
191    %patch11 -p1
192    %patch12 -p1
193    %patch13 -p1
194    
195  %build  %build
196  perl createlinks  perl createlinks


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