2 |
%define name smeserver-crontab_manager |
%define name smeserver-crontab_manager |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.4 |
%define version 2.4 |
5 |
%define release 1%{dist} |
%define release 2 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release}%{dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Service |
Group: Service |
10 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
11 |
Patch0: smeserver-crontab_manager-2.4-unitialised_values.patch |
Patch0: smeserver-crontab_manager-2.4-unitialised_values.patch |
12 |
Patch1: smeserver-crontab_manager-2.2-locale-2014-06-08.patch |
Patch1: smeserver-crontab_manager-2.2-locale-2014-06-08.patch |
13 |
|
Patch2: smeserver-crontab_manager-2.4-locale-2015-07-01.patch |
14 |
#Patch1: %{name}-%{version}.patch.yyyymmddnn |
#Patch1: %{name}-%{version}.patch.yyyymmddnn |
15 |
Packager: Ap.Muthu <apmuthu@usa.net> |
Packager: Ap.Muthu <apmuthu@usa.net> |
16 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Wed Jul 01 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-2 |
24 |
|
- Added smeserver-crontab_manager-2.4-locale-2015-07-01.patch [SME: 8965] |
25 |
|
|
26 |
* Sun Jun 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-1 |
* Sun Jun 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-1 |
27 |
- Initial release to contribs9 |
- Initial release to contribs9 |
28 |
- applied locale smeserver-crontab_manager-2.2-locale-2014-06-08.patch |
- applied locale smeserver-crontab_manager-2.2-locale-2014-06-08.patch |
67 |
%setup |
%setup |
68 |
%patch0 -p1 |
%patch0 -p1 |
69 |
%patch1 -p1 |
%patch1 -p1 |
70 |
|
%patch2 -p1 |
71 |
|
|
72 |
%build |
%build |
73 |
perl createlinks |
perl createlinks |