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