1 |
# $Id$ |
# $Id: e-smith-lib.spec,v 1.22 2010/02/04 19:06:30 slords 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 1 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: e-smith-lib-2.2.0-sambaRole.patch |
14 |
|
Patch2: e-smith-lib-2.2.0-UniqueUid.patch |
15 |
|
Patch3: e-smith-lib-2.2.0-lib64.patch |
16 |
|
Patch4: e-smith-lib-2.2.0-hwaddr.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
30 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Fri Feb 5 2010 Stephen Noble <support@dungog.net> 2.2.0-6.sme |
34 |
|
- adds the hwaddr parameter to probeAdapters() [SME: 4528] |
35 |
|
|
36 |
|
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
37 |
|
- Update path for 64-bit compatibility [SME: 5756] |
38 |
|
|
39 |
|
* Tue Dec 22 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme |
40 |
|
- Really apply previous patch in the spec file. [SME: 5659] |
41 |
|
|
42 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-3.sme |
43 |
|
- Add patch (Federico Simoncelli) to prevent re-use of uids. [SME: 5659] |
44 |
|
|
45 |
|
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
46 |
|
- Add patch to support multiple samba roles [SME: 4172] |
47 |
|
|
48 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
49 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
50 |
|
|
740 |
|
|
741 |
%prep |
%prep |
742 |
%setup |
%setup |
743 |
|
%patch1 -p1 |
744 |
|
%patch2 -p1 |
745 |
|
%patch3 -p1 |
746 |
|
%patch4 -p1 |
747 |
|
|
748 |
%pre |
%pre |
749 |
# Remove legacy symlink if one exists |
# Remove legacy symlink if one exists |