1 |
|
# $Id: e-smith-manager.spec,v 1.24 2013/10/12 14:21:31 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 7 |
%define release 11 |
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: e-smith-manager-2.2.0.11.tar.gz |
|
Patch0: e-smith-manager-1.14.0.module_list.patch |
|
|
Patch1: e-smith-manager-1.14.0.tktdomain.patch |
|
|
Patch2: e-smith-manager-1.14.0.tktdomain.patch2 |
|
|
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
|
|
Patch4: e-smith-manager-1.14.0-tktport80.patch |
|
|
Patch5: e-smith-manager-1.14.0-lib64.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
15 |
BuildRequires: gettext |
BuildRequires: gettext |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-lib >= 1.14.0 |
Requires: e-smith-lib >= 1.18.0-26 |
18 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
19 |
Provides: server-manager |
Provides: server-manager |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme |
24 |
|
- Remove old images and roll new tarball [SME: 8213] |
25 |
|
|
26 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-10.sme |
27 |
|
- Correct distro name from SME to SME Server on login page [SME: 7879] |
28 |
|
|
29 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
30 |
|
- Add donation text to login page, by John Crisp [SME: 7879] |
31 |
|
|
32 |
|
* Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme |
33 |
|
- Do not load mod_ssl [SME: 7663] |
34 |
|
|
35 |
|
* Wed Feb 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
36 |
|
- Correct processing of server-manager URL [SME: 7037] |
37 |
|
|
38 |
|
* Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
39 |
|
- Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905] |
40 |
|
|
41 |
|
* Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
42 |
|
- Only display error messages intended for admin in server-manager [SME: 5700] |
43 |
|
|
44 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme |
45 |
|
- Fix css validation errors. [SME: 5656] |
46 |
|
|
47 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme |
48 |
|
- display reconfigure warning once if UnsavedChanges=yes [SME: 5475] |
49 |
|
|
50 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme |
51 |
|
- display reconfigure warning if UnsavedChanges=yes [SME: 5475] |
52 |
|
|
53 |
|
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
54 |
|
- Fix misinterpretation of display string [SME: 5022] |
55 |
|
|
56 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
57 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
58 |
|
|
59 |
|
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20 |
60 |
|
- Make navigation use new db class for navigation [SME: 4619] |
61 |
|
|
62 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
63 |
|
- Make binmode properties of db class [SME: 4317] |
64 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
65 |
|
|
66 |
|
* Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18 |
67 |
|
- Fix open of database to create if necessary [SME: 4147] |
68 |
|
|
69 |
|
* Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17 |
70 |
|
- No longer remove navigation dbs. [SME: 4147] |
71 |
|
- Deal a little more gracefully with non UTF-8 lexicons [SME: 4229] |
72 |
|
|
73 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16 |
74 |
|
- Remove navigation dbs and create new [SME: 4147] |
75 |
|
|
76 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15 |
77 |
|
- Remove last remnant of pleasewait [SME: 4130] |
78 |
|
|
79 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14 |
80 |
|
- Include general lexicons in nav-config [SME: 4113] |
81 |
|
|
82 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13 |
83 |
|
- Fix wide output to print in navigation and allow navigations db to |
84 |
|
be utf8 [SME: 4101] |
85 |
|
|
86 |
|
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
87 |
|
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
88 |
|
|
89 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
90 |
|
- Fix to remove spaces and newlines in panel headers [SME: 3346] |
91 |
|
|
92 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10 |
93 |
|
- remove the FormMagick session files [SME: 3723] |
94 |
|
|
95 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9 |
96 |
|
- Remove spaces and newlines in panel headers [SME: 3346] |
97 |
|
|
98 |
|
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
99 |
|
- Make login/logout no quite so verbose. [SME: 2660] |
100 |
|
|
101 |
* 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 |
102 |
- Use correct lib for modules |
- Use correct lib for modules |
103 |
|
|
639 |
|
|
640 |
%prep |
%prep |
641 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
642 |
|
|
643 |
%build |
%build |
644 |
perl createlinks |
perl createlinks |
703 |
%pre |
%pre |
704 |
%preun |
%preun |
705 |
%post |
%post |
706 |
|
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
707 |
|
sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
708 |
|
xargs grep -l Persisten | \ |
709 |
|
xargs rm -f |
710 |
|
|
711 |
%postun |
%postun |
712 |
|
|
713 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |