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