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