/[smecontribs]/rpms/smeserver-crontab_manager/contribs8/smeserver-crontab_manager.spec
ViewVC logotype

Contents of /rpms/smeserver-crontab_manager/contribs8/smeserver-crontab_manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (show annotations) (download)
Wed Mar 9 05:32:19 2016 UTC (8 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-crontab_manager-2_2-5_el5_sme, HEAD
Changes since 1.7: +6 -1 lines
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.2-5.sme
- apply locale 2016-03-09 patch

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed