cron scripts definitely needed cleanup, so here it goes
[svn/Prometheus-QoS/.git] / prometheus.spec
CommitLineData
a4f661fc 1Summary: Traffic shaper replacement for Internet Service Providers (ISP).
2Name: prometheus
7691792b 3Version: 0.7.7
a4f661fc 4Release: 1
5License: GPL
6Vendor: Arachne Labs http://www.arachne.cz
7Packager: Tomas Lastovicka <aquarius@lamer.cz>
8Group: Applications/System
9Source0: http://gpl.arachne.cz/download/%name-%version.tar.gz
10URL: http://gpl.arachne.cz
11Requires: iptables, iproute
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13
14%description
15QoS (or Quality-of-service) is traffic shaper replacement for Internet Service
16Providers (ISP). Dump your vintage hard-wired routers/shapers (C|sco, etc.)
17in favour of powerful open source and free solution.
18
19Prometheus QoS generates multiple nested HTB tc classes with various rate and
20ceil values, and implements optional daily traffic quotas and data transfer
21statistics (as HTML). It is compatible with NAT, both asymetrical and
22symetrical, yet still provides good two-way shaping and prioritizing, both
23upload and download.
24
25Prometheus QoS was written in C<<1 and depends on HTB algorithm hardcoded
26in Linux kernel. It is currently being tested in real-world enviroment to
27provide QoS services on internet gateway and proxy being used by 1500+ members
28of CZFree.Net broadband community network.
29
30%prep
31%setup -q
32
33%build
34make %{_smp_mflags}
35
36%install
37rm -rf %{buildroot}
38mkdir -p %{buildroot}%{_sbindir}
39
40%makeinstall
41
42%clean
43rm -rf %{buildroot}
44
45%files
46%defattr(-,root,root)
47%{_sbindir}/prometheus
48
49%changelog
7691792b 50* Fri Dec 28 2007 Tomas Lastovicka <aquarius@lamer.cz> 0.7.7-1
51- update to latest upstream upstream 0.7.7
52
a4f661fc 53* Mon Dec 03 2007 Tomas Lastovicka <aquarius@lamer.cz> 0.7.1-1
54- Upgraded to newest version, first *real* build :).
55
56* Sun Dec 02 2007 Tomas Lastovicka <aquarius@lamer.cz> 0.7-1
57- Initial RPM release.
This page took 0.114502 seconds and 4 git commands to generate.