2 |
%define name e-smith-ibays |
%define name e-smith-ibays |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.0 |
%define version 1.2.0 |
5 |
%define release 4 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-ibays-1.2.0-RecordKey.patch |
Patch0: e-smith-ibays-1.2.0-RecordKey.patch |
12 |
Patch1: e-smith-ibays-1.2.0-dynamicindex.patch |
Patch1: e-smith-ibays-1.2.0-dynamicindex.patch |
13 |
|
Patch2: e-smith-ibays-1.2.0-warning.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
26 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Thu Aug 30 2007 Charlie Brady <charlie_brady@mitel.com> |
30 |
|
- Fix warnings generated by panel. [SME: 1309] |
31 |
|
|
32 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
33 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
34 |
|
|
226 |
%setup |
%setup |
227 |
%patch0 -p1 |
%patch0 -p1 |
228 |
%patch1 -p1 |
%patch1 -p1 |
229 |
|
%patch2 -p1 |
230 |
|
|
231 |
%pre |
%pre |
232 |
%post |
%post |