1 |
|
# $Id: e-smith-manager.spec,v 1.14 2008/10/07 18:44:02 slords 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 19 |
%define release 2 |
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 |
|
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 |
|
|
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 |
|
|
Patch9: e-smith-manager-1.14.0-utf8.patch2 |
|
|
Patch10: e-smith-manager-1.14.0-generalnav.patch |
|
|
Patch11: e-smith-manager-1.14.0-pleasewait.patch |
|
|
Patch12: e-smith-manager-1.14.0-navdbfix.patch |
|
|
Patch13: e-smith-manager-1.14.0-encoding.patch |
|
|
Patch14: e-smith-manager-1.14.0-create.patch |
|
|
Patch15: e-smith-manager-1.14.0-navigationdb.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildRequires: gettext |
BuildRequires: gettext |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
* Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme |
25 |
|
- Fix misinterpretation of display string [SME: 5022] |
26 |
|
|
27 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
28 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
29 |
|
|
30 |
|
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20 |
31 |
|
- Make navigation use new db class for navigation [SME: 4619] |
32 |
|
|
33 |
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19 |
34 |
- Make binmode properties of db class [SME: 4317] |
- Make binmode properties of db class [SME: 4317] |
35 |
- Add new navigation db & utf8 classes [SME: 4317] |
- Add new navigation db & utf8 classes [SME: 4317] |
36 |
|
|
611 |
%prep |
%prep |
612 |
%setup |
%setup |
613 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
%patch15 -p1 |
|
614 |
|
|
615 |
%build |
%build |
616 |
perl createlinks |
perl createlinks |