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

Annotation of /rpms/smeserver-crontab_manager/contribs10/smeserver-crontab_manager.spec

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


Revision 1.1 - (hide annotations) (download)
Sun Oct 11 06:30:23 2020 UTC (3 years, 7 months ago) by brianr
Branch: MAIN
Initial import

1 brianr 1.1 Summary: sme server crontab maanger
2     %define name smeserver-crontab_manager
3     Name: %{name}
4     %define version 2.4
5     %define release 3
6     Version: %{version}
7     Release: %{release}%{dist}
8     License: GPL
9     Group: Service
10     Source: %{name}-%{version}.tar.xz
11     Patch0: smeserver-crontab_manager-2.4-unitialised_values.patch
12     Patch1: smeserver-crontab_manager-2.2-locale-2014-06-08.patch
13     Patch2: smeserver-crontab_manager-2.4-locale-2015-07-01.patch
14     Patch3: smeserver-crontab_manager-2.4-locale-2016-03-09.patch
15    
16     #Patch1: %{name}-%{version}.patch.yyyymmddnn
17     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     * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.4-3.sme
26     - apply locale 2016-03-09 patch
27    
28     * Wed Jul 01 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-2
29     - Added smeserver-crontab_manager-2.4-locale-2015-07-01.patch [SME: 8965]
30    
31     * Sun Jun 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> - 2.4-1
32     - Initial release to contribs9
33     - applied locale smeserver-crontab_manager-2.2-locale-2014-06-08.patch
34     - applied a patch against unitialized value smeserver-crontab_manager-2.4-unitialised_values.patch
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    
78    
79     %build
80     perl createlinks
81    
82     %install
83     rm -rf $RPM_BUILD_ROOT
84     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
85     rm -f %{name}-%{version}-filelist
86     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
87     echo "%doc COPYING" >> %{name}-%{version}-filelist
88    
89     %clean
90     rm -rf $RPM_BUILD_ROOT
91    
92    
93     %pre
94    
95     %preun
96    
97     %post
98    
99     %postun
100    
101     %files -f %{name}-%{version}-filelist
102     %defattr(-,root,root)

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