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

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

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


Revision 1.2 - (hide annotations) (download)
Fri Nov 20 10:34:23 2020 UTC (3 years, 6 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-bandwidthd-2_0_1_2-8_el7_sme
Changes since 1.1: +8 -1 lines
* Tue Oct 20 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-8.sme
- Initial import into SME10 tree- [SME: 11046]
- Add in link to createlinks to wrapper for Server Manager panel
- Fix up httpd.conf template to call php-fwp

1 brianr 1.1 %define name smeserver-bandwidthd
2     %define version 2.0.1.2
3 brianr 1.2 %define release 8
4 brianr 1.1 Summary: bandwidthd is a helpdesk system
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: smeserver-bandwidthd-%{version}.tar.gz
12     Patch0: smeserver-bandwidthd-2.0.1.2.cronmysql.patch
13     Patch1: smeserver-bandwidthd-2.0.1.2-b8536.patch
14     Patch2: smeserver-bandwidthd-2.0.1.2-b8524.patch
15     Patch3: smeserver-bandwidthd-2.0.1.2-8536.patch
16 brianr 1.2 Patch4: smeserver-bandwidthd-2.0.1.2-Alter-link-in-createlinks-to-wrapper.patch
17 brianr 1.1 BuildArchitectures: noarch
18     BuildRoot: /var/tmp/%{name}-%{version}-buildroot
19     BuildRequires: e-smith-devtools
20     Requires: e-smith-release >= 9.0
21     Requires: bandwidthd
22     AutoReqProv: no
23    
24     %description
25     bandwidthd is an application adapted as a contrib for SMEserver
26    
27     %changelog
28 brianr 1.2 * Tue Oct 20 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-8.sme
29     - Initial import into SME10 tree- [SME: 11046]
30     - Add in link to createlinks to wrapper for Server Manager panel
31     - Fix up httpd.conf template to call php-fwp
32    
33 brianr 1.1 * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-7.sme
34     - fix [SME: ]
35    
36     * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-6.sme
37     - fix one more time too verbose cronjob and unique IP networks [SME: 8536]
38    
39     * Mon Nov 10 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-5.sme
40     - fixed cron too verbose [SME: 8536]
41     - fixed wont restart with single IP network [SME: 8524]
42    
43     * Sat Sep 26 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.1.2-2.sme
44     - removed typo [SME: 8116]
45     - Added smeserver-bandwidthd-2.0.1.2.cronmysql.patch
46    
47     * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.0.1.2-1.sme
48     - initial import to SME9 contribs
49    
50     * Mon Dec 30 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-6.sme
51     - add require SSL [SME: 8099]
52    
53     * Sun Dec 29 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-4.sme
54     - fix missing mysql.init
55     - fix http auth error
56    
57     * Fri Dec 27 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-2.sme
58     - few enhancement and bug fixing
59     - added link in manager
60    
61     * Thu Dec 26 2013 CONTRIB MAKER <tests@pialasse.com> 2.0.1.1-1.sme
62     - initial release
63     - builds from unchanged .tar.gz
64    
65     %prep
66     %setup
67     %patch0 -p1
68     %patch1 -p1
69     %patch2 -p1
70     %patch3 -p1
71 brianr 1.2 %patch4 -p1
72 brianr 1.1
73    
74     %build
75     perl createlinks
76    
77     %install
78     rm -rf $RPM_BUILD_ROOT
79     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
80     rm -f %{name}-%{version}-filelist
81     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
82     > %{name}-%{version}-filelist
83    
84     %clean
85     rm -rf $RPM_BUILD_ROOT
86    
87     %files -f %{name}-%{version}-filelist
88     %defattr(-,root,root)
89    
90    

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