Summary: sme server crontab maanger %define name smeserver-crontab_manager Name: %{name} %define version 2.2 %define release 2%{dist} Version: %{version} Release: %{release} License: GPL Group: Service Source: %{name}-%{version}.tgz Patch0: smeserver-crontab_manager-2.2-patch0.patch Patch1:smeserver-crontab_manager-2.2-locale-2013-07-14.patch Patch2: smeserver-crontab_manager-2.2-locale-2014-06-08.patch Patch3: smeserver-crontab_manager-2.2_unitialised_values.patch #Patch1: %{name}-%{version}.patch.yyyymmddnn Packager: Ap.Muthu BuildRoot: /var/tmp/e-smith-buildroot BuildRequires: e-smith-devtools BuildArchitectures: noarch Requires: e-smith-base, e-smith-lib, e-smith >= 4.1 AutoReqProv: no %changelog * Sun Jun 08 2014 stephane de Labrusse - 2.2.3 - added new local smeserver-crontab_manager-2.2-locale-2014-06-08.patch - solved problem of unitialised values * Sun Jul 14 2013 JP Pialasse 2.2-2.sme - apply locale 2013-07-14 patch * Thu Jun 27 2013 Jean-Philippe Pialasse 2.2-1.sme - imported to buildsys - cleaning spec - move conf away from spec - patch0 * Tue Mar 06 2013 Ap.Muthu - Updated cronmanager.pm for standard SME 8 class display * Tue Mar 05 2013 Ap.Muthu - fix Copyright to License in rpm spec file * Wed May 26 2010 Jean-Philippe Pialasse - fix expand-template /etc/crontab needed for sme7 * Mon Jan 07 2008 Michel van hees - Thanks t Sylvain Gomez to fix problem with french traduction * Fri Aug 03 2007 Michel Van hees - Fix bug with error 403 in panels * Mon Jul 16 2007 Michel Van hees - Thanks to Sulvain Gomez that fixes the uninstall procedure. * Sun Jan 01 2005 Michel Van hees - Added support of french * Mon Oct 11 2004 Michel Van hees - Initial release %description sme server administration panel to control crontab %prep %setup %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build perl createlinks %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT %pre %preun %post %postun %files -f %{name}-%{version}-filelist %defattr(-,root,root)