1 |
# $Id: freepbx-src.spec,v 1.1 2021/11/10 04:35:26 jpp Exp $ |
# $Id: freepbx-src.spec,v 1.4 2022/12/13 07:04:32 jpp Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define version 14.0 |
%define version 16.0 |
6 |
%define release 1 |
%define release 1 |
7 |
%define name freepbx-src |
%define name freepbx-src |
8 |
|
|
32 |
This package only contains the sources, and should be installed with smeserver-freepbx |
This package only contains the sources, and should be installed with smeserver-freepbx |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Tue Dec 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 16.0-1.sme |
36 |
|
- import version 16.0 to SME 10.0 |
37 |
|
|
38 |
|
* Tue Dec 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 15.0-1.sme |
39 |
|
- import version 15.0 to SME 10.0 |
40 |
|
|
41 |
* Thu Nov 11 2021 Jean-Philipe Pialasse <tests@pialasse.com> 14.0-1.sme |
* Thu Nov 11 2021 Jean-Philipe Pialasse <tests@pialasse.com> 14.0-1.sme |
42 |
- import version 14.0 to SME 10.0 |
- import version 14.0 to SME 10.0 |
43 |
|
|
63 |
|
|
64 |
%prep |
%prep |
65 |
|
|
66 |
%setup -q -n freepbx-%{version} |
%setup -q -c -n freepbx-%{version} |
67 |
|
|
68 |
|
|
69 |
#%build |
#%build |
80 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
81 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
82 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
83 |
|
| grep -vE "\.pyc|\.pyo"\ |
84 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
85 |
|
|
86 |
%clean |
%clean |