1 |
# $Id: e-smith-ibays.spec,v 1.1 2016/02/05 22:53:13 stephdl Exp $ |
# $Id: e-smith-ibays.spec,v 1.3 2016/06/23 07:27:20 unnilennium Exp $ |
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 2.6.0 |
%define version 2.6.0 |
7 |
%define release 2 |
%define release 4 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-ibays-2.6.0-create_tmp_folder_in_ibays.patch |
14 |
|
Patch1: e-smith-ibays-2.6.0-create_sess_folder_in_ibays.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
27 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
31 |
|
- create tmp folder in ibays when needed [SME: 9105] |
32 |
|
- create session folder in ibays when needed [SME: 9621] |
33 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
34 |
|
by assuming the date is correct and changing the weekday. |
35 |
|
Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or .... |
36 |
|
Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or .... |
37 |
|
Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or .... |
38 |
|
|
39 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
40 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
41 |
|
|
138 |
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9 |
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9 |
139 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4283] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4283] |
140 |
|
|
141 |
* Fri Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8 |
* Thu Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8 |
142 |
|
Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or .... |
143 |
- Move maxIbayNameLength from ibays.pm to config DB [SME: 424] |
- Move maxIbayNameLength from ibays.pm to config DB [SME: 424] |
144 |
|
|
145 |
* Mon Apr 7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7 |
* Mon Apr 7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7 |
346 |
|
|
347 |
%prep |
%prep |
348 |
%setup |
%setup |
349 |
|
%patch0 -p1 |
350 |
|
%patch1 -p1 |
351 |
|
|
352 |
%pre |
%pre |
353 |
%post |
%post |