1 |
|
# $Id: e-smith-manager.spec,v 1.15 2009/04/26 08:16:30 snetram 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.0.0 |
7 |
%define release 12 |
%define release 3 |
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.0.0-bug5022.patch |
14 |
Patch1: e-smith-manager-1.14.0.tktdomain.patch |
Patch1: e-smith-manager-2.0.0-unsavedchanges.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 |
|
|
Patch6: e-smith-manager-1.14.0-nowarnings.patch |
|
|
Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2 |
|
|
Patch8: e-smith-manager-1.14.0-utf8.patch |
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
BuildRequires: gettext |
BuildRequires: gettext |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-lib >= 1.14.0 |
Requires: e-smith-lib >= 1.18.0-26 |
20 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
21 |
Provides: server-manager |
Provides: server-manager |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.0.0-3.sme |
26 |
|
- display reconfigure warning if UnsavedChanges=yes [SME: 2081] |
27 |
|
|
28 |
|
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme |
29 |
|
- Fix misinterpretation of display string [SME: 5022] |
30 |
|
|
31 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
32 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
33 |
|
|
34 |
|
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20 |
35 |
|
- Make navigation use new db class for navigation [SME: 4619] |
36 |
|
|
37 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
38 |
|
- Make binmode properties of db class [SME: 4317] |
39 |
|
- Add new navigation db & utf8 classes [SME: 4317] |
40 |
|
|
41 |
|
* Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18 |
42 |
|
- Fix open of database to create if necessary [SME: 4147] |
43 |
|
|
44 |
|
* Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17 |
45 |
|
- No longer remove navigation dbs. [SME: 4147] |
46 |
|
- Deal a little more gracefully with non UTF-8 lexicons [SME: 4229] |
47 |
|
|
48 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16 |
49 |
|
- Remove navigation dbs and create new [SME: 4147] |
50 |
|
|
51 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15 |
52 |
|
- Remove last remnant of pleasewait [SME: 4130] |
53 |
|
|
54 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14 |
55 |
|
- Include general lexicons in nav-config [SME: 4113] |
56 |
|
|
57 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13 |
58 |
|
- Fix wide output to print in navigation and allow navigations db to |
59 |
|
be utf8 [SME: 4101] |
60 |
|
|
61 |
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
62 |
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
63 |
|
|
616 |
%setup |
%setup |
617 |
%patch0 -p1 |
%patch0 -p1 |
618 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
619 |
|
|
620 |
%build |
%build |
621 |
perl createlinks |
perl createlinks |