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