3 |
|
|
4 |
Name: bandwidthd |
Name: bandwidthd |
5 |
Version: 2.0.1.1 |
Version: 2.0.1.1 |
6 |
Release: 5%{?dist} |
Release: 7%{?dist} |
7 |
Summary: Tracks network usage and builds html and graphs |
Summary: Tracks network usage and builds html and graphs |
8 |
|
|
9 |
Group: System Environment/Daemons |
Group: System Environment/Daemons |
70 |
--bindir=%{_bindir} \ |
--bindir=%{_bindir} \ |
71 |
--localstatedir=%{_var}/www\ |
--localstatedir=%{_var}/www\ |
72 |
--datadir=%{_var}/www |
--datadir=%{_var}/www |
73 |
make %{?_smp_mflags} |
make -j2 |
74 |
|
# # in place of make %{?_smp_mflags} as it will do -j4 on builder and one task will end before the one it needs |
75 |
|
|
76 |
|
|
77 |
%install |
%install |
129 |
%attr(755,root,root) %{_var}/www/%{name}/phphtdocs/*.sh |
%attr(755,root,root) %{_var}/www/%{name}/phphtdocs/*.sh |
130 |
|
|
131 |
%changelog |
%changelog |
132 |
|
* Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.1.1-7.sme |
133 |
|
- build test ; make -j2 |
134 |
|
|
135 |
|
* Wed Feb 03 2021 BogusDateBot |
136 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
137 |
|
by assuming the date is correct and changing the weekday. |
138 |
|
Sun Dec 13 2008 --> Sun Dec 07 2008 or Sat Dec 13 2008 or Sun Dec 14 2008 or .... |
139 |
|
|
140 |
* Thu Oct 22 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.1-5.sme |
* Thu Oct 22 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.1-5.sme |
141 |
- Initial import into SME10 tree [SME: 11046 ] |
- Initial import into SME10 tree [SME: 11046 ] |
142 |
- Sort out spec file for systemd and add bandwidthd.service file |
- Sort out spec file for systemd and add bandwidthd.service file |
154 |
- added back autoconf and autoheader |
- added back autoconf and autoheader |
155 |
- cond buid for rhel4 |
- cond buid for rhel4 |
156 |
|
|
157 |
* Sun Dec 13 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.0.1-11 |
* Sat Dec 13 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.0.1-11 |
158 |
|
Sun Dec 13 2008 --> Sun Dec 07 2008 or Sat Dec 13 2008 or Sun Dec 14 2008 or .... |
159 |
- updated config.sub and config.guess to build on ppc64 |
- updated config.sub and config.guess to build on ppc64 |
160 |
- added libpng-devel again (required for EPEL-4) |
- added libpng-devel again (required for EPEL-4) |
161 |
|
|