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