/[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.4 - (show annotations) (download)
Sun Jun 8 14:29:58 2014 UTC (9 years, 11 months ago) by stephdl
Branch: MAIN
Changes since 1.3: +8 -0 lines
* Sun Jun 08 2014 stephane de Labrusse <stephdl@de-labrusse.fr> - 2.2.3
- added new local smeserver-crontab_manager-2.2-locale-2014-06-08.patch
- solved problem of unitialised values

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

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