/[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.4 - (hide annotations) (download)
Wed Feb 3 11:32:51 2021 UTC (3 years, 3 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-bandwidthd-2_0_1_2-11_el7_sme
Changes since 1.3: +15 -1 lines
* Tue Feb 02 2021 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-11.sme
- Update-Creatlinks-with-systemd-stuff [SME: 11046]

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

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