/[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.6 - (show annotations) (download)
Wed Sep 4 09:05:50 2024 UTC (2 months, 3 weeks ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-crontab_manager-2_4-8_el7_sme
Changes since 1.5: +6 -1 lines
* Wed Sep 09 2024 Terry Fage <terry@fage.id.au> 2.4.8.sme
-  apply locale 2024-09-04.patch

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

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