1 |
# $Id: e-smith-lib.spec,v 1.24 2010/10/11 22:27:51 slords Exp $ |
# $Id: e-smith-lib.spec,v 1.25 2013/02/22 16:33:31 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - library module |
Summary: e-smith server and gateway - library module |
4 |
%define name e-smith-lib |
%define name e-smith-lib |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 8 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
16 |
Patch4: e-smith-lib-2.2.0-hwaddr.patch |
Patch4: e-smith-lib-2.2.0-hwaddr.patch |
17 |
Patch5: e-smith-lib-2.2.0-serialize_peers.patch |
Patch5: e-smith-lib-2.2.0-serialize_peers.patch |
18 |
Patch6: e-smith-lib-2.2.0-ipv4check.patch |
Patch6: e-smith-lib-2.2.0-ipv4check.patch |
19 |
|
Patch7: e-smith-lib-2.2.0-consoleUTF8.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
33 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
37 |
|
- Correctly display accented letters in the console [SME: 7669] |
38 |
|
by Filippo Carletti |
39 |
|
|
40 |
* Fri Feb 22 2013 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
* Fri Feb 22 2013 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
41 |
- Improve error checking in isValidIP [SME: 7364] |
- Improve error checking in isValidIP [SME: 7364] |
42 |
|
|
759 |
%patch4 -p1 |
%patch4 -p1 |
760 |
%patch5 -p1 |
%patch5 -p1 |
761 |
%patch6 -p1 |
%patch6 -p1 |
762 |
|
%patch7 -p1 |
763 |
|
|
764 |
%pre |
%pre |
765 |
# Remove legacy symlink if one exists |
# Remove legacy symlink if one exists |