1 |
jpp |
1.1 |
# $Id: smeserver-denyhosts.spec,v 1.22 2009/03/03 21:36:58 slords Exp $ |
2 |
|
|
# Authority: unnilennium |
3 |
|
|
# Name: Jean-Philippe Pialasse |
4 |
|
|
|
5 |
|
|
Summary: smeserver-mailalias |
6 |
|
|
%define name smeserver-mailalias |
7 |
|
|
%define version 0.1 |
8 |
jcrisp |
1.5 |
%define release 3 |
9 |
jpp |
1.1 |
Name: %{name} |
10 |
|
|
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Applications/System |
14 |
|
|
Source: %{name}-%{version}.tgz |
15 |
jpp |
1.4 |
Patch0: smeserver-mailalias-0.1-translation.patch |
16 |
jcrisp |
1.5 |
Patch1: smeserver-mailalias-0.1-locale-2018-12-14.patch |
17 |
jpp |
1.1 |
Url: http://smeserver.pialasse.com/ |
18 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
|
|
BuildArch: noarch |
20 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
jcrisp |
1.5 |
Requires: smeserver-release >= 9.0 |
22 |
jpp |
1.1 |
Requires: e-smith-formmagick >= 1.4.0-12 |
23 |
|
|
|
24 |
|
|
%description |
25 |
|
|
SME Server panel in order to manage email alias to external email without creating a user |
26 |
|
|
on the server |
27 |
|
|
|
28 |
|
|
%prep |
29 |
|
|
%setup |
30 |
jpp |
1.4 |
%patch0 -p1 |
31 |
jcrisp |
1.5 |
%patch1 -p1 |
32 |
jpp |
1.1 |
|
33 |
|
|
%build |
34 |
|
|
/usr/bin/perl createlinks |
35 |
|
|
|
36 |
|
|
%install |
37 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
38 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
39 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
40 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
41 |
|
|
|
42 |
|
|
%files -f %{name}-%{version}-filelist |
43 |
|
|
%defattr(-,root,root,-) |
44 |
|
|
|
45 |
|
|
%clean |
46 |
|
|
rm -rf $RPM_BUILD_ROOT |
47 |
|
|
|
48 |
|
|
%post |
49 |
|
|
|
50 |
|
|
|
51 |
|
|
%changelog |
52 |
jcrisp |
1.5 |
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-3 |
53 |
|
|
- apply locale patch 2018-12-14 |
54 |
|
|
- bump required SME release version |
55 |
|
|
|
56 |
jpp |
1.4 |
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-2.sme |
57 |
|
|
- improve translation strings |
58 |
|
|
|
59 |
jpp |
1.3 |
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-1.sme |
60 |
|
|
- fix wrong pm path [SME: 10518] |
61 |
|
|
|
62 |
jpp |
1.2 |
* Mon Feb 12 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-0.3.sme |
63 |
|
|
- first import in SME contribs repo and cvs |
64 |
jpp |
1.1 |
|
65 |
jpp |
1.2 |
* Tue Sep 27 2011 JP PIALASSE tests@pialasse.com 0.1-0.2 |
66 |
jpp |
1.1 |
- Formagick mailalias.pm added in archive |
67 |
|
|
- beta release |
68 |
|
|
- still need default db |
69 |
|
|
|
70 |
jpp |
1.2 |
* Tue Sep 27 2011 JP PIALASSE tests@pialasse.com 0.1-0.1 |
71 |
jpp |
1.1 |
- first package for smeserver-mailalias |
72 |
|
|
- panel for server-manager |
73 |
|
|
- still need to create default db |
74 |
|
|
- beta release |