/[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.8 - (hide annotations) (download)
Wed Mar 9 05:32:19 2016 UTC (8 years, 2 months 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 unnilennium 1.1 Summary: sme server crontab maanger
2     %define name smeserver-crontab_manager
3     Name: %{name}
4     %define version 2.2
5 unnilennium 1.8 %define release 5
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.8 Patch5: smeserver-crontab_manager-2.2-locale-2016-03-09.patch
17 unnilennium 1.2 #Patch1: %{name}-%{version}.patch.yyyymmddnn
18 unnilennium 1.1 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 unnilennium 1.8 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.2-5.sme
27     - apply locale 2016-03-09 patch
28    
29 stephdl 1.7 * 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 stephdl 1.4 * 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 unnilennium 1.5 - solved problem of unitialised values [sme 8407]
35 stephdl 1.4
36 unnilennium 1.3 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.2-2.sme
37     - apply locale 2013-07-14 patch
38    
39 unnilennium 1.1 * Thu Jun 27 2013 Jean-Philippe Pialasse <tests@pialasse.com> 2.2-1.sme
40     - imported to buildsys
41     - cleaning spec
42 unnilennium 1.2 - move conf away from spec - patch0
43 unnilennium 1.1
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 unnilennium 1.2 %patch0 -p1
74 unnilennium 1.3 %patch1 -p1
75 stephdl 1.4 %patch2 -p1
76     %patch3 -p1
77 stephdl 1.7 %patch4 -p1
78 unnilennium 1.8 %patch5 -p1
79 unnilennium 1.1
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