1 |
brianr |
1.2 |
# $Id: smeserver-mailalias.spec,v 1.1 2020/12/20 05:37:24 brianr Exp $ |
2 |
brianr |
1.1 |
# Authority: unnilennium |
3 |
|
|
# Name: Jean-Philippe Pialasse |
4 |
|
|
|
5 |
|
|
Summary: smeserver-mailalias |
6 |
|
|
%define name smeserver-mailalias |
7 |
|
|
%define version 0.1 |
8 |
brianr |
1.2 |
%define release 6 |
9 |
brianr |
1.1 |
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 |
|
|
Patch1: smeserver-mailalias-0.1-locale-2018-12-14.patch |
17 |
|
|
Patch2: smeserver-mailalias-0.1.createlinks.patch |
18 |
|
|
Patch3: smeserver-mailalias-0.1-locale-2019-12-07.patch |
19 |
|
|
Url: http://smeserver.pialasse.com/ |
20 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
|
|
BuildArch: noarch |
22 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
|
|
Requires: smeserver-release >= 9.0 |
24 |
|
|
Requires: e-smith-formmagick >= 1.4.0-12 |
25 |
|
|
|
26 |
|
|
%description |
27 |
|
|
SME Server panel in order to manage email alias to external email without creating a user |
28 |
|
|
on the server |
29 |
|
|
|
30 |
|
|
%prep |
31 |
|
|
%setup |
32 |
|
|
%patch0 -p1 |
33 |
|
|
%patch1 -p1 |
34 |
|
|
%patch2 -p1 |
35 |
|
|
%patch3 -p1 |
36 |
|
|
|
37 |
|
|
%build |
38 |
|
|
/usr/bin/perl createlinks |
39 |
|
|
|
40 |
|
|
%install |
41 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
42 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
43 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
44 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
45 |
|
|
|
46 |
|
|
%files -f %{name}-%{version}-filelist |
47 |
|
|
%defattr(-,root,root,-) |
48 |
|
|
|
49 |
|
|
%clean |
50 |
|
|
rm -rf $RPM_BUILD_ROOT |
51 |
|
|
|
52 |
|
|
%post |
53 |
|
|
|
54 |
|
|
|
55 |
|
|
%changelog |
56 |
brianr |
1.2 |
* Sun Dec 20 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-6.sme |
57 |
|
|
- Initial Import in SME 10 [SME: 11279] |
58 |
|
|
|
59 |
brianr |
1.1 |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.1-5.sme |
60 |
|
|
- apply locale 2019-12-07 patch |
61 |
|
|
|
62 |
|
|
* Sun Dec 16 2018 Terry Fage <tfage@yahoo.com.au> 0.1-4 |
63 |
|
|
- fix wrong path and file name in createlinks [SME: 10518] |
64 |
|
|
|
65 |
|
|
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-3 |
66 |
|
|
- apply locale patch 2018-12-14 |
67 |
|
|
- bump required SME release version |
68 |
|
|
|
69 |
|
|
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-2.sme |
70 |
|
|
- improve translation strings |
71 |
|
|
|
72 |
|
|
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-1.sme |
73 |
|
|
- fix wrong pm path [SME: 10518] |
74 |
|
|
|
75 |
|
|
* Mon Feb 12 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-0.3.sme |
76 |
|
|
- first import in SME contribs repo and cvs |
77 |
|
|
|
78 |
|
|
* Tue Sep 27 2011 JP PIALASSE tests@pialasse.com 0.1-0.2 |
79 |
|
|
- Formagick mailalias.pm added in archive |
80 |
|
|
- beta release |
81 |
|
|
- still need default db |
82 |
|
|
|
83 |
|
|
* Tue Sep 27 2011 JP PIALASSE tests@pialasse.com 0.1-0.1 |
84 |
|
|
- first package for smeserver-mailalias |
85 |
|
|
- panel for server-manager |
86 |
|
|
- still need to create default db |
87 |
|
|
- beta release |