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

Annotation 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.7 - (hide annotations) (download)
Wed Jul 1 16:17:58 2015 UTC (8 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-crontab_manager-2_2-4_el5_sme
Changes since 1.6: +7 -2 lines
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> - 2.2.4
- add smeserver-crontab_manager-2.2-locale-2015-07-01.patch [SME: 8965]

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

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