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