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