/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager.spec
ViewVC logotype

Diff of /rpms/e-smith-manager/sme8/e-smith-manager.spec

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

Revision 1.8 by slords, Mon Mar 31 20:27:38 2008 UTC Revision 1.23 by wellsi, Fri Oct 11 15:11:13 2013 UTC
# Line 1  Line 1 
1    # $Id: e-smith-manager.spec,v 1.22 2013/06/08 10:09:54 vip-ire Exp $
2    
3  Summary: e-smith manager navigation module  Summary: e-smith manager navigation module
4  %define name e-smith-manager  %define name e-smith-manager
5  Name: %{name}  Name: %{name}
6  %define version 1.14.0  %define version 2.2.0
7  %define release 16  %define release 9
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13  Patch0: e-smith-manager-1.14.0.module_list.patch  Patch0: e-smith-manager-2.2.0-bug5022.patch
14  Patch1: e-smith-manager-1.14.0.tktdomain.patch  Patch1: e-smith-manager-2.2.0-unsavedchanges2.patch
15  Patch2: e-smith-manager-1.14.0.tktdomain.patch2  Patch2: e-smith-manager-2.2.0-bug5656.patch
16  Patch3: e-smith-manager-1.14.0-formrestyling.patch  Patch3: e-smith-manager-2.2.0-display-admin-only-messages-only-for-server-manager.patch
17  Patch4: e-smith-manager-1.14.0-tktport80.patch  Patch4: e-smith-manager-2.2.0-remove_empty_p.patch
18  Patch5: e-smith-manager-1.14.0-lib64.patch  Patch5: e-smith-manager-2.2.0-Back.patch
19  Patch6: e-smith-manager-1.14.0-nowarnings.patch  Patch6: e-smith-manager-2.2.0-remove_mod_ssl.patch
20  Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2  Patch7: e-smith-manager-2.2.0-login-donate.patch
 Patch8: e-smith-manager-1.14.0-utf8.patch  
 Patch9: e-smith-manager-1.14.0-utf8.patch2  
 Patch10: e-smith-manager-1.14.0-generalnav.patch  
 Patch11: e-smith-manager-1.14.0-pleasewait.patch  
 Patch12: e-smith-manager-1.14.0-navdbfix.patch  
21  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
23  BuildRequires: gettext  BuildRequires: gettext
24  BuildArchitectures: noarch  BuildArchitectures: noarch
25  Requires: e-smith-lib >= 1.14.0  Requires: e-smith-lib >= 1.18.0-26
26  Requires: mod_auth_tkt  Requires: mod_auth_tkt
27  Provides: server-manager  Provides: server-manager
28  AutoReqProv: no  AutoReqProv: no
29    
30  %changelog  %changelog
31    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme
32    - Add donation text to login page, by John Crisp [SME: 7879]
33    
34    * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme
35    - Do not load mod_ssl [SME: 7663]
36    
37    * Wed Feb 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
38    - Correct processing of server-manager URL [SME: 7037]
39    
40    * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
41    - Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]
42    
43    * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
44    - Only display error messages intended for admin in server-manager [SME: 5700]
45    
46    * Wed Dec  9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
47    - Fix css validation errors. [SME: 5656]
48    
49    * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
50    - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
51    
52    * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
53    - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
54    
55    * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
56    - Fix misinterpretation of display string [SME: 5022]
57    
58    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
59    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
60    
61    * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
62    - Make navigation use new db class for navigation [SME: 4619]
63    
64    * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
65    - Make binmode properties of db class [SME: 4317]
66    - Add new navigation db & utf8 classes [SME: 4317]
67    
68    * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
69    - Fix open of database to create if necessary [SME: 4147]
70    
71    * Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
72    - No longer remove navigation dbs. [SME: 4147]
73    - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
74    
75  * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16  * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
76  - Remove navigation dbs and create new [SME: 4147]  - Remove navigation dbs and create new [SME: 4147]
77    
# Line 608  This RPM contributes the navigation bars Line 649  This RPM contributes the navigation bars
649  %patch5 -p1  %patch5 -p1
650  %patch6 -p1  %patch6 -p1
651  %patch7 -p1  %patch7 -p1
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
 %patch12 -p1  
652    
653  %build  %build
654  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