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

Contents 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.4 - (show annotations) (download)
Fri Apr 9 20:55:40 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-crontab_manager-2_4-6_el7_sme
Changes since 1.3: +7 -2 lines
* Fri Apr 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.4-6.sme
- fix display of double quote in edition  [SME: 11028]
  prevent use of coma in command line

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

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