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 18 |
%define release 20 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
23 |
Patch12: e-smith-manager-1.14.0-navdbfix.patch |
Patch12: e-smith-manager-1.14.0-navdbfix.patch |
24 |
Patch13: e-smith-manager-1.14.0-encoding.patch |
Patch13: e-smith-manager-1.14.0-encoding.patch |
25 |
Patch14: e-smith-manager-1.14.0-create.patch |
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 |
* 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] |
- Fix open of database to create if necessary [SME: 4147] |
47 |
|
|
633 |
%patch12 -p1 |
%patch12 -p1 |
634 |
%patch13 -p1 |
%patch13 -p1 |
635 |
%patch14 -p1 |
%patch14 -p1 |
636 |
|
%patch15 -p1 |
637 |
|
%patch16 -p1 |
638 |
|
|
639 |
%build |
%build |
640 |
perl createlinks |
perl createlinks |