1 |
jpp |
1.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 |
|
|
BuildArch: noarch |
9 |
|
|
BuildRequires: e-smith-devtools |
10 |
|
|
|
11 |
|
|
%description |
12 |
|
|
Koozali SME Server autodiscovery |
13 |
|
|
configure your mail client with ease. |
14 |
|
|
|
15 |
|
|
|
16 |
|
|
%prep |
17 |
|
|
%setup |
18 |
|
|
#-c -n %{name}-%{version} -T |
19 |
|
|
#mkdir -p root |
20 |
|
|
#cp %SOURCE0 . |
21 |
|
|
|
22 |
|
|
%build |
23 |
|
|
perl createlinks |
24 |
|
|
|
25 |
|
|
|
26 |
|
|
%install |
27 |
|
|
rm -rf %{buildroot} |
28 |
|
|
(cd root ; find . -depth -print | cpio -dump %{buildroot}) |
29 |
|
|
/sbin/e-smith/genfilelist %{buildroot} > %{name}-%{version}-%{release}-filelist |
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
34 |
|
|
%defattr(-,root,root) |
35 |
|
|
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
%changelog |
39 |
|
|
|
40 |
|
|
|