/[smecontribs]/rpms/smeserver-mailman/contribs8/smeserver-mailman.spec
ViewVC logotype

Diff of /rpms/smeserver-mailman/contribs8/smeserver-mailman.spec

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

Revision 1.4 by unnilennium, Sat Jul 13 03:19:27 2013 UTC Revision 1.8 by unnilennium, Wed Sep 18 20:24:13 2013 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailman.spec,v 1.3 2013/07/02 14:16:32 unnilennium Exp $  # $Id: smeserver-mailman.spec,v 1.7 2013/07/14 22:55:16 unnilennium Exp $
2  # Authority: gordonr  # Authority: gordonr
3  # Name: Gordon Rowell  # Name: Gordon Rowell
4    
5    # avoid brp bytecompile
6    %define __os_install_post %{nil}
7    
8  Summary: Mailman configuration for SME server.  Summary: Mailman configuration for SME server.
9  %define name smeserver-mailman  %define name smeserver-mailman
10  Name: %{name}  Name: %{name}
11  %define version 1.3.0  %define version 1.3.0
12  %define release 39  %define release 43
13  Version: %{version}  Version: %{version}
14  Release: %{release}%{?dist}  Release: %{release}%{?dist}
15  License: GPL  License: GPL
# Line 46  Patch30: smeserver-mailman-1.3.0-locale- Line 49  Patch30: smeserver-mailman-1.3.0-locale-
49  Patch31: smeserver-mailman-1.3.0-locale-2011-04-27.patch  Patch31: smeserver-mailman-1.3.0-locale-2011-04-27.patch
50  Patch32: smeserver-mailman-1.3.0-locale-2012-03-20.patch  Patch32: smeserver-mailman-1.3.0-locale-2012-03-20.patch
51  Patch33:  smeserver-mailman-1.3.0-BootStrap.patch  Patch33:  smeserver-mailman-1.3.0-BootStrap.patch
52    Patch34: smeserver-mailman-1.3.0-restarthang.patch
53    Patch35: smeserver-mailman-1.3.0-locale-2013-07-14.patch
54  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
55  BuildArchitectures: noarch  BuildArchitectures: noarch
56  Requires: e-smith-base  Requires: e-smith-base
# Line 61  AutoReqProv: no Line 66  AutoReqProv: no
66  Add Mailman integration to the SME server.  Add Mailman integration to the SME server.
67    
68  %changelog  %changelog
69  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-39.sme  * Wed Sep 18 2013 JP Pialasse <tests@pialasse.com> 1.3.0-43.sme
70    - fix case sensitive TRUE to true in smeserver-mailman-1.3.0-restarthang.patch
71    - see [SME: 7845]
72    
73    * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-42.sme
74    - apply locale 2013-07-14 patch
75    
76    * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-41.sme
77    - fix signal-event hang on mailman restart [SME ]
78    * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-40.sme
79  - fix expanding pyc pyo [SME: 7730]  - fix expanding pyc pyo [SME: 7730]
80    
81  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-38.sme  * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-38.sme
# Line 323  Add Mailman integration to the SME serve Line 337  Add Mailman integration to the SME serve
337  %patch31 -p1  %patch31 -p1
338  %patch32 -p1  %patch32 -p1
339  %patch33 -p1  %patch33 -p1
340    %patch34 -p1
341    %patch35 -p1
342    
343  /bin/rm -r root/opt/mailman  /bin/rm -r root/opt/mailman
344    
# Line 367  rm -f e-smith-%{version}-filelist Line 383  rm -f e-smith-%{version}-filelist
383    
384  # SME8 build to avoid error  # SME8 build to avoid error
385  #/usr/lib/rpm/brp-python-bytecompile  #/usr/lib/rpm/brp-python-bytecompile
386    #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/domain-create/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc
387    #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/domain-create/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyo
388    #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/domain-delete/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc
389    #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/domain-delete/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyo
390    #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/bootstrap-console-save/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc
391    #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/bootstrap-console-save/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyo
392  #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/mailman-update/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc  #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/mailman-update/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc
393  #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/mailman-update/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyo  #rm -rf $RPM_BUILD_ROOT/etc/e-smith/events/mailman-update/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyo
394    #rm -rf $RPM_BUILD_ROOT/usr/lib/mailman/Mailman/mm_cfg.pyc
395    #rm -rf $RPM_BUILD_ROOT/usr/lib/mailman/Mailman/mm_cfg.pyo
396    #rm -rf $RPM_BUILD_ROOT/usr/lib/mailman/Mailman/MTA/SME.pyc
397    #rm -rf $RPM_BUILD_ROOT/usr/lib/mailman/Mailman/MTA/SME.pyo
398    
399    # fixe for unwanted listed compiled python files
400  cat %{name}-%{version}-filelist |sed '/py[oc]$/d'>%{name}-%{version}-filelist.tmp  cat %{name}-%{version}-filelist |sed '/py[oc]$/d'>%{name}-%{version}-filelist.tmp
401  cat %{name}-%{version}-filelist.tmp> %{name}-%{version}-filelist  cat %{name}-%{version}-filelist.tmp> %{name}-%{version}-filelist
402  #rm -rf %{name}-%{version}-filelist.tmp  #rm -rf %{name}-%{version}-filelist.tmp


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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