2 |
%define name e-smith-manager |
%define name e-smith-manager |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.14.0 |
%define version 1.14.0 |
5 |
%define release 7 |
%define release 20 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
14 |
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
15 |
Patch4: e-smith-manager-1.14.0-tktport80.patch |
Patch4: e-smith-manager-1.14.0-tktport80.patch |
16 |
Patch5: e-smith-manager-1.14.0-lib64.patch |
Patch5: e-smith-manager-1.14.0-lib64.patch |
17 |
|
Patch6: e-smith-manager-1.14.0-nowarnings.patch |
18 |
|
Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2 |
19 |
|
Patch8: e-smith-manager-1.14.0-utf8.patch |
20 |
|
Patch9: e-smith-manager-1.14.0-utf8.patch2 |
21 |
|
Patch10: e-smith-manager-1.14.0-generalnav.patch |
22 |
|
Patch11: e-smith-manager-1.14.0-pleasewait.patch |
23 |
|
Patch12: e-smith-manager-1.14.0-navdbfix.patch |
24 |
|
Patch13: e-smith-manager-1.14.0-encoding.patch |
25 |
|
Patch14: e-smith-manager-1.14.0-create.patch |
26 |
|
Patch15: e-smith-manager-1.14.0-navigationdb.patch |
27 |
|
Patch16: e-smith-manager-1.14.0-nav_utf8.patch |
28 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
30 |
BuildRequires: gettext |
BuildRequires: gettext |
31 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
Requires: e-smith-lib >= 1.14.0 |
Requires: e-smith-lib >= 1.18.0-26 |
33 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
34 |
Provides: server-manager |
Provides: server-manager |
35 |
AutoReqProv: no |
AutoReqProv: no |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20 |
39 |
|
- Make navigation use new db class for navigation [SME: 4619] |
40 |
|
|
41 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
42 |
|
- Make binmode properties of db class [SME: 4317] |
43 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
44 |
|
|
45 |
|
* Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18 |
46 |
|
- Fix open of database to create if necessary [SME: 4147] |
47 |
|
|
48 |
|
* Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17 |
49 |
|
- No longer remove navigation dbs. [SME: 4147] |
50 |
|
- Deal a little more gracefully with non UTF-8 lexicons [SME: 4229] |
51 |
|
|
52 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16 |
53 |
|
- Remove navigation dbs and create new [SME: 4147] |
54 |
|
|
55 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15 |
56 |
|
- Remove last remnant of pleasewait [SME: 4130] |
57 |
|
|
58 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14 |
59 |
|
- Include general lexicons in nav-config [SME: 4113] |
60 |
|
|
61 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13 |
62 |
|
- Fix wide output to print in navigation and allow navigations db to |
63 |
|
be utf8 [SME: 4101] |
64 |
|
|
65 |
|
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
66 |
|
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
67 |
|
|
68 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
69 |
|
- Fix to remove spaces and newlines in panel headers [SME: 3346] |
70 |
|
|
71 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10 |
72 |
|
- remove the FormMagick session files [SME: 3723] |
73 |
|
|
74 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9 |
75 |
|
- Remove spaces and newlines in panel headers [SME: 3346] |
76 |
|
|
77 |
|
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
78 |
|
- Make login/logout no quite so verbose. [SME: 2660] |
79 |
|
|
80 |
* 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 |
81 |
- Use correct lib for modules |
- Use correct lib for modules |
82 |
|
|
624 |
%patch3 -p1 |
%patch3 -p1 |
625 |
%patch4 -p1 |
%patch4 -p1 |
626 |
%patch5 -p1 |
%patch5 -p1 |
627 |
|
%patch6 -p1 |
628 |
|
%patch7 -p1 |
629 |
|
%patch8 -p1 |
630 |
|
%patch9 -p1 |
631 |
|
%patch10 -p1 |
632 |
|
%patch11 -p1 |
633 |
|
%patch12 -p1 |
634 |
|
%patch13 -p1 |
635 |
|
%patch14 -p1 |
636 |
|
%patch15 -p1 |
637 |
|
%patch16 -p1 |
638 |
|
|
639 |
%build |
%build |
640 |
perl createlinks |
perl createlinks |
699 |
%pre |
%pre |
700 |
%preun |
%preun |
701 |
%post |
%post |
702 |
|
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
703 |
|
sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
704 |
|
xargs grep -l Persisten | \ |
705 |
|
xargs rm -f |
706 |
|
|
707 |
%postun |
%postun |
708 |
|
|
709 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |