1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: e-smith server and gateway - ibays module |
Summary: e-smith server and gateway - ibays module |
4 |
%define name e-smith-ibays |
%define name e-smith-ibays |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.2.0 |
%define version 2.0.0 |
7 |
%define release 10 |
%define release 1 |
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 |
|
Patch0: e-smith-ibays-1.2.0-RecordKey.patch |
|
|
Patch1: e-smith-ibays-1.2.0-dynamicindex.patch |
|
|
Patch2: e-smith-ibays-1.2.0-warning.patch |
|
|
Patch3: e-smith-ibays-1.2.0-tags2general.patch |
|
|
Patch4: e-smith-ibays-1.2.0-shtml.patch |
|
|
Patch5: e-smith-ibays-1.2.0-maxIbayNameLength.patch |
|
|
Patch6: e-smith-ibays-1.2.0-add2general.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
25 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
29 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
30 |
|
|
31 |
|
* Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-12 |
32 |
|
- Fix password verify entry text box description [SME: 4460] |
33 |
|
|
34 |
|
* Thu Jul 24 2008 Shad L. Lords <slords@mail.com> 1.2.0-11 |
35 |
|
- Really fix faulty patch for maxIbayNameLength [SME: 4457] |
36 |
|
|
37 |
* Fri May 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-10 |
* Fri May 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-10 |
38 |
- Fixed faulty patch for maxIbayNameLength [SME: 424] |
- Fixed faulty patch for maxIbayNameLength [SME: 424] |
39 |
|
|
247 |
|
|
248 |
%prep |
%prep |
249 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
250 |
|
|
251 |
%pre |
%pre |
252 |
%post |
%post |