/[smecontribs]/rpms/smeserver-service_control/contribs9/smeserver-service_control.spec
ViewVC logotype

Annotation of /rpms/smeserver-service_control/contribs9/smeserver-service_control.spec

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


Revision 1.1 - (hide annotations) (download)
Sat Aug 22 17:57:44 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-6_el6_sme
Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-6.sme - Initial release to contribs9

1 stephdl 1.1 %define name smeserver-service_control
2     %define version 2.2
3     %define release 6
4     Summary: SME Server service control Panel
5     Name: %{name}
6     Version: %{version}
7     Release: %{release}%{?dist}
8     Distribution: SME Server
9     License: GNU GPL version 2
10     Group: SMEserver/addon
11     Source: %{name}-%{version}.tar.gz
12     BuildArchitectures: noarch
13     BuildRoot: /var/tmp/%{name}-%{version}-buildroot
14     BuildRequires: e-smith-devtools
15     Requires: e-smith-release >= 9.0
16     AutoReqProv: no
17    
18    
19     %changelog
20     * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-6.sme
21     - Initial release to contribs9
22    
23     * Sun Feb 15 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-5
24     - Services with localhost access are now manageable
25     - Cosmetic changes in the Panel
26     - Optimisation of service2adjust in createlinks
27    
28     * Wed Feb 13 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-4
29     - New expand-template of service-expand with a link to bootstrap-console-save
30     - sigusr1 to httpd when service-expand is called
31    
32     * Wed May 21 2014 stephane de labrusse <stephdl@de-labrusse.fr> - 2.0-3
33     - adaptation to git use, creation of service2adjust by createlinks
34    
35     * Wed Jan 22 2014 stephane de labrusse <stephdl@de-labrusse.fr>
36     - first release for SME Server 8.0 thanks to Michel Van hees for his work
37     - Adaptation to utf8
38    
39     * Mon Feb 11 2008 Michel Van hees <michel@vanhees.cc>
40     - Adding Access service swap
41    
42     * Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc>
43     - Code cleaning
44    
45     * Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc>
46     - Adding confirmation screen
47    
48     * Tue Jan 15 2008 Michel Van hees <michel@vanhees.cc>
49     - Fix bug in server-manager menu
50    
51     * Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc>
52     - Fix bug in TCP Port panel
53    
54     * Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc>
55     - First release
56    
57     %description
58     sme server administration panel to control service status and tcp port
59    
60     %prep
61     %setup
62     #%patch0 -p1
63     #%patch1 -p1
64    
65     %build
66     perl createlinks
67    
68     %install
69     rm -rf $RPM_BUILD_ROOT
70     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
71     rm -f %{name}-%{version}-filelist
72     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
73     echo "%doc COPYING" >> %{name}-%{version}-filelist
74    
75     %clean
76     rm -rf $RPM_BUILD_ROOT
77    
78     %pre
79     %preun
80    
81     %post
82     #/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
83     #echo Go to your server-manager to use new function
84    
85     %postun
86     #/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
87    
88     %files -f %{name}-%{version}-filelist
89     %defattr(-,root,root)

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