/[smecontribs]/rpms/smeserver-crontab_manager/contribs10/smeserver-crontab_manager.spec
ViewVC logotype

Annotation of /rpms/smeserver-crontab_manager/contribs10/smeserver-crontab_manager.spec

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


Revision 1.5 - (hide annotations) (download)
Sat Aug 21 06:47:39 2021 UTC (2 years, 8 months ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-crontab_manager-2_4-7_el7_sme, HEAD
Changes since 1.4: +6 -1 lines
* Sat Aug 21 2021 Terry Fage <terry.fage@gmail.com> 2.4.7.sme
-  apply locale 2021-08-21 patch

1 brianr 1.1 Summary: sme server crontab maanger
2     %define name smeserver-crontab_manager
3     Name: %{name}
4     %define version 2.4
5 terryfage 1.5 %define release 7
6 brianr 1.1 Version: %{version}
7     Release: %{release}%{dist}
8     License: GPL
9     Group: Service
10     Source: %{name}-%{version}.tar.xz
11     Patch0: smeserver-crontab_manager-2.4-unitialised_values.patch
12     Patch1: smeserver-crontab_manager-2.2-locale-2014-06-08.patch
13     Patch2: smeserver-crontab_manager-2.4-locale-2015-07-01.patch
14     Patch3: smeserver-crontab_manager-2.4-locale-2016-03-09.patch
15 brianr 1.2 Patch4: smeserver-crontab_manager-2.4-change-panel-link-to-wrapper.patch
16 brianr 1.3 Patch5: smeserver-crontab_manager-2.4-Add-Update-event-to-createlinks.patch
17 jpp 1.4 Patch6: smeserver-crontab_manager-2.4-bz11028.patch
18 terryfage 1.5 Patch7: smeserver-crontab_manager-2.4-locale-2021-08-21.patch
19 brianr 1.1
20     #Patch1: %{name}-%{version}.patch.yyyymmddnn
21     Packager: Ap.Muthu <apmuthu@usa.net>
22     BuildRoot: /var/tmp/e-smith-buildroot
23     BuildRequires: e-smith-devtools
24     BuildArchitectures: noarch
25     Requires: e-smith-base, e-smith-lib, e-smith >= 4.1
26     AutoReqProv: no
27    
28     %changelog
29 terryfage 1.5 * Sat Aug 21 2021 Terry Fage <terry.fage@gmail.com> 2.4.7.sme
30     - apply locale 2021-08-21 patch
31    
32 jpp 1.4 * Fri Apr 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.4-6.sme
33     - fix display of double quote in edition [SME: 11028]
34     prevent use of coma in command line
35    
36 brianr 1.3 * Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 2.4-5.sme
37     - Add Update event to createlinks [SME: 11027]
38    
39 brianr 1.2 * Sun Oct 11 2020 Brian Read <brianr@bjsystems.co.uk> 2.4-4.sme
40     - Initial import to SME10 tree [SME: 11027]
41     - Change link to panel to reference wrapper
42    
43 brianr 1.1 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.4-3.sme
44     - apply locale 2016-03-09 patch
45    
46     * Wed Jul 01 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-2
47     - Added smeserver-crontab_manager-2.4-locale-2015-07-01.patch [SME: 8965]
48    
49     * Sun Jun 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-1
50     - Initial release to contribs9
51     - applied locale smeserver-crontab_manager-2.2-locale-2014-06-08.patch
52     - applied a patch against unitialized value smeserver-crontab_manager-2.4-unitialised_values.patch
53    
54     * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.2-2.sme
55     - apply locale 2013-07-14 patch
56    
57     * Thu Jun 27 2013 Jean-Philippe Pialasse <tests@pialasse.com> 2.2-1.sme
58     - imported to buildsys
59     - cleaning spec
60     - move conf away from spec - patch0
61    
62 brianr 1.3 * Wed Mar 06 2013 Ap.Muthu <apmuthu@usa.net>
63 brianr 1.1 - Updated cronmanager.pm for standard SME 8 class display
64    
65     * Tue Mar 05 2013 Ap.Muthu <apmuthu@usa.net>
66 brianr 1.3 - Add Update event to createlinks Copyright to License in rpm spec file
67 brianr 1.1
68     * Wed May 26 2010 Jean-Philippe Pialasse <tests@pialasse.com>
69 brianr 1.3 - Add Update event to createlinks expand-template /etc/crontab needed for sme7
70 brianr 1.1
71     * Mon Jan 07 2008 Michel van hees <michel@vanhees.cc>
72     - Thanks t Sylvain Gomez to fix problem with french traduction
73    
74     * Fri Aug 03 2007 Michel Van hees <michel@vanhees.cc>
75     - Fix bug with error 403 in panels
76    
77     * Mon Jul 16 2007 Michel Van hees <michel@vanhees.cc>
78     - Thanks to Sulvain Gomez that fixes the uninstall procedure.
79    
80 brianr 1.3 * Sat Jan 01 2005 Michel Van hees <michel@vanhees.cc>
81 brianr 1.1 - Added support of french
82    
83     * Mon Oct 11 2004 Michel Van hees <michel@vanhees.cc>
84     - Initial release
85    
86     %description
87     sme server administration panel to control crontab
88    
89     %prep
90     %setup
91     %patch0 -p1
92     %patch1 -p1
93     %patch2 -p1
94     %patch3 -p1
95 brianr 1.2 %patch4 -p1
96 brianr 1.3 %patch5 -p1
97 jpp 1.4 %patch6 -p1
98 terryfage 1.5 %patch7 -p1
99 brianr 1.1
100     %build
101     perl createlinks
102    
103     %install
104     rm -rf $RPM_BUILD_ROOT
105     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
106     rm -f %{name}-%{version}-filelist
107     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
108     echo "%doc COPYING" >> %{name}-%{version}-filelist
109    
110     %clean
111     rm -rf $RPM_BUILD_ROOT
112    
113    
114     %pre
115    
116     %preun
117    
118     %post
119    
120     %postun
121    
122     %files -f %{name}-%{version}-filelist
123     %defattr(-,root,root)

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