/[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.3 - (show annotations) (download)
Sun Jul 14 16:15:33 2013 UTC (10 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-crontab_manager-2_2-2_el5_sme
Changes since 1.2: +6 -2 lines
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.2-2.sme
- apply locale 2013-07-14 patch

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

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