1 |
Name: smeserver-autodiscover |
2 |
Version: 1.0.0 |
3 |
Release: 0%{?dist} |
4 |
Summary: Koozali SME Server autodiscovery |
5 |
License: GPL |
6 |
URL: https://wiki.koozali.org/Autodiscover |
7 |
Source: %{name}-%{version}.tar.gz |
8 |
Patch0: smeserver-autodiscover-1.0.0-bz10842.patch |
9 |
BuildArch: noarch |
10 |
BuildRequires: e-smith-devtools |
11 |
|
12 |
%description |
13 |
Koozali SME Server autodiscovery |
14 |
configure your mail client with ease. |
15 |
|
16 |
|
17 |
%prep |
18 |
%setup |
19 |
%patch0 -p1 |
20 |
|
21 |
%build |
22 |
perl createlinks |
23 |
|
24 |
|
25 |
%install |
26 |
rm -rf %{buildroot} |
27 |
(cd root ; find . -depth -print | cpio -dump %{buildroot}) |
28 |
/sbin/e-smith/genfilelist %{buildroot} \ |
29 |
--dir '/var/www/Autodiscover/' 'attr(0750,root,www)' \ |
30 |
> %{name}-%{version}-%{release}-filelist |
31 |
|
32 |
|
33 |
|
34 |
%files -f %{name}-%{version}-%{release}-filelist |
35 |
%defattr(-,root,root) |
36 |
|
37 |
|
38 |
|
39 |
%changelog |
40 |
* Wed Jul 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-1.sme |
41 |
- initial release [SME: 10842] |
42 |
|