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