/[smecontribs]/rpms/smeserver-mailalias/contribs9/smeserver-mailalias.spec
ViewVC logotype

Annotation of /rpms/smeserver-mailalias/contribs9/smeserver-mailalias.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (hide annotations) (download)
Mon Dec 17 11:07:20 2018 UTC (5 years, 5 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-mailalias-0_1-4_el6_sme
Changes since 1.5: +6 -1 lines
* Sun Dec 16 2018 Terry Fage <tfage@yahoo.com.au> 0.1-4
- fix wrong path and file name in createlinks [SME: 10518]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed