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