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

Diff of /rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec

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

Revision 1.6 by unnilennium, Thu Dec 15 18:35:44 2016 UTC Revision 1.11 by unnilennium, Thu Feb 2 04:00:40 2017 UTC
# Line 1  Line 1 
1  # $Id: smeserver-sme9admin.spec,v 1.5 2016/11/23 23:36:51 unnilennium Exp $  # $Id: smeserver-sme9admin.spec,v 1.10 2017/01/02 01:17:42 unnilennium Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4  #  #
# Line 7  Summary: A graphical monitor, alert rais Line 7  Summary: A graphical monitor, alert rais
7  %define name smeserver-sme9admin  %define name smeserver-sme9admin
8  Name: %{name}  Name: %{name}
9  %define version 1.5  %define version 1.5
10  %define release 19  %define release 24
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
# Line 16  Source: %{name}-%{version}.tar.gz Line 16  Source: %{name}-%{version}.tar.gz
16  Patch0: smeserver-sme9admin-1.5-bz9725-email.patch  Patch0: smeserver-sme9admin-1.5-bz9725-email.patch
17  Patch1: smeserver-sme9admin-1.5-bz8399-traffic.patch  Patch1: smeserver-sme9admin-1.5-bz8399-traffic.patch
18  Patch2: smeserver-sme9admin-1.5-bz8818-email_accounting.patch  Patch2: smeserver-sme9admin-1.5-bz8818-email_accounting.patch
19    Patch3: smeserver-sme9admin-1.5-locale-2016-12-18.patch
20    Patch4: smeserver-sme9admin-1.5-bz9894-utf8.patch
21    Patch5: smeserver-sme9admin-1.5-locale-2016-12-20.patch
22    Patch6: smeserver-sme9admin-1.5-bz9886-bz9889-warnings.patch
23    Patch7: smeserver-sme9admin-1.5-locale-2017-02-02.patch
24    
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 35  Obsoletes: smeserver-sme8admin Line 40  Obsoletes: smeserver-sme8admin
40  AutoReqProv: no  AutoReqProv: no
41    
42  %changelog  %changelog
43    * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-24.sme
44    - apply locale 2017-02-02.patch
45    
46    * Sun Jan 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-23.sme
47    - fix warning related to raid detection code [SME: 9886]
48    - fix warning related to non existing services removed sinces previous versions [SME: 9889]
49    
50    * Tue Dec 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-22.sme
51    - make CGI and pictures utf8 compliant [SME: 9894]
52    - apply smeserver-sme9admin-1.5-locale-2016-12-20.patch
53    
54    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-21.sme
55    - locals smeserver-sme9admin-1.5-locale-2016-12-18.patch
56    
57    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme
58    - fix last patch by adding path to called programs
59    
60  * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme  * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme
61  - fix bad accounting for incoming and outgoing mail [SME: 8818]  - fix bad accounting for incoming and outgoing mail [SME: 8818]
62  - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd  - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd
# Line 118  This contrib is a bit inspired by e-smit Line 140  This contrib is a bit inspired by e-smit
140  %patch0 -p1  %patch0 -p1
141  %patch1 -p1  %patch1 -p1
142  %patch2 -p1  %patch2 -p1
143    %patch3 -p1
144    %patch4 -p1
145    %patch5 -p1
146    %patch6 -p1
147    %patch7 -p1
148    
149  %build  %build
150  perl createlinks  perl createlinks
# Line 135  xgettext --from-code UTF-8 -F --no-wrap Line 162  xgettext --from-code UTF-8 -F --no-wrap
162  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
163  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
164  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
165  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
166    |grep -v '/etc/e-smith/sql/init/sme9admin'\
167    |grep -v '/usr/bin/sme9admind'\
168    |grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist
169    
170  %clean  %clean
171  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


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