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