1 |
# $Id$ |
# $Id: e-smith-lib.spec,v 1.16 2008/10/13 21:48:13 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.0.0 |
%define version 2.0.0 |
7 |
%define release 1 |
%define release 3 |
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.0.0-sambaRole.patch |
14 |
|
Patch2: e-smith-lib-2.0.0-lib64.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
28 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.0.0-3.sme |
32 |
|
- Update path for 64-bit compatibility [SME: 5755] |
33 |
|
|
34 |
|
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.0.0-2.sme |
35 |
|
- Add patch to support multiple samba roles [SME: 4172] |
36 |
|
|
37 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
38 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
39 |
|
|
726 |
|
|
727 |
%prep |
%prep |
728 |
%setup |
%setup |
729 |
|
%patch1 -p1 |
730 |
|
%patch2 -p1 |
731 |
|
|
732 |
%pre |
%pre |
733 |
# Remove legacy symlink if one exists |
# Remove legacy symlink if one exists |