1 |
|
# $Id: e-smith-manager.spec,v 1.23 2013/10/11 15:11:13 wellsi 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 8 |
%define release 10 |
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-2.2.0-login-donate.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-10.sme |
32 |
|
- Correct distro name from SME to SME Server on login page [SME: 7879] |
33 |
|
|
34 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
35 |
|
- Add donation text to login page, by John Crisp [SME: 7879] |
36 |
|
|
37 |
|
* Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme |
38 |
|
- Do not load mod_ssl [SME: 7663] |
39 |
|
|
40 |
|
* Wed Feb 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
41 |
|
- Correct processing of server-manager URL [SME: 7037] |
42 |
|
|
43 |
|
* Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
44 |
|
- Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905] |
45 |
|
|
46 |
|
* Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
47 |
|
- Only display error messages intended for admin in server-manager [SME: 5700] |
48 |
|
|
49 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme |
50 |
|
- Fix css validation errors. [SME: 5656] |
51 |
|
|
52 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme |
53 |
|
- display reconfigure warning once if UnsavedChanges=yes [SME: 5475] |
54 |
|
|
55 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme |
56 |
|
- display reconfigure warning if UnsavedChanges=yes [SME: 5475] |
57 |
|
|
58 |
|
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
59 |
|
- Fix misinterpretation of display string [SME: 5022] |
60 |
|
|
61 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
62 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
63 |
|
|
64 |
|
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20 |
65 |
|
- Make navigation use new db class for navigation [SME: 4619] |
66 |
|
|
67 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
68 |
|
- Make binmode properties of db class [SME: 4317] |
69 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
70 |
|
|
71 |
|
* Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18 |
72 |
|
- Fix open of database to create if necessary [SME: 4147] |
73 |
|
|
74 |
|
* Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17 |
75 |
|
- No longer remove navigation dbs. [SME: 4147] |
76 |
|
- Deal a little more gracefully with non UTF-8 lexicons [SME: 4229] |
77 |
|
|
78 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16 |
79 |
|
- Remove navigation dbs and create new [SME: 4147] |
80 |
|
|
81 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15 |
82 |
|
- Remove last remnant of pleasewait [SME: 4130] |
83 |
|
|
84 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14 |
85 |
|
- Include general lexicons in nav-config [SME: 4113] |
86 |
|
|
87 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13 |
88 |
|
- Fix wide output to print in navigation and allow navigations db to |
89 |
|
be utf8 [SME: 4101] |
90 |
|
|
91 |
|
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
92 |
|
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
93 |
|
|
94 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
95 |
|
- Fix to remove spaces and newlines in panel headers [SME: 3346] |
96 |
|
|
97 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10 |
98 |
|
- remove the FormMagick session files [SME: 3723] |
99 |
|
|
100 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9 |
101 |
|
- Remove spaces and newlines in panel headers [SME: 3346] |
102 |
|
|
103 |
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
104 |
- Make login/logout no quite so verbose. |
- Make login/logout no quite so verbose. [SME: 2660] |
105 |
|
|
106 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7 |
107 |
- Use correct lib for modules |
- Use correct lib for modules |
651 |
%patch4 -p1 |
%patch4 -p1 |
652 |
%patch5 -p1 |
%patch5 -p1 |
653 |
%patch6 -p1 |
%patch6 -p1 |
654 |
|
%patch7 -p1 |
655 |
|
|
656 |
%build |
%build |
657 |
perl createlinks |
perl createlinks |
716 |
%pre |
%pre |
717 |
%preun |
%preun |
718 |
%post |
%post |
719 |
|
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
720 |
|
sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
721 |
|
xargs grep -l Persisten | \ |
722 |
|
xargs rm -f |
723 |
|
|
724 |
%postun |
%postun |
725 |
|
|
726 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |