]> git.pld-linux.org Git - packages/bwm-tools.git/blob - bwm-tools.spec
- initial spec file (very, very poor)
[packages/bwm-tools.git] / bwm-tools.spec
1 Summary:        Bandwidth Management Tools
2 Name:           bwm-tools
3 Version:        0.2.0
4 Release:        0.1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://dl.sourceforge.net/bwm-tools/bwm_tools-%{version}.tar.bz2
8 # Source0-md5:  67d2303ec9d34fd319a94f96043ea2d3
9 URL:            http://bwm-tools.pr.linuxrulz.org/
10 #BuildRequires: automake
11 #BuildRequires: -
12 #Requires:      -
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Bandwidth Management Tools is a total bandwidth management solution
17 for Linux and can be used for firewalling, traffic graphing, and
18 shaping. It is not based on any currently-available bandwidth
19 management software and supports packet queues, bursting, complex
20 traffic flow hierarchies, flow groups, traffic logging, and a simple
21 real-time monitoring front-end.
22
23
24 %prep
25 %setup -q -n bwm_tools-%{version}
26
27 #%patch0 -p1
28
29 %build
30 # if ac/am/* rebuilding is necessary, do it in this order and add
31 # appropriate BuildRequires
32 #%%{__gettextize}
33 #%%{__libtoolize}
34 #%%{__aclocal}
35 #%%{__autoconf}
36 #%%{__autoheader}
37 #%%{__automake}
38 #cp -f /usr/share/automake/config.sub .
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 # create directories if necessary
45 #install -d $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
56
57 # if _sysconfdir != /etc:
58 #%%dir %{_sysconfdir}
59 #%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
60
61 %attr(755,root,root) %{_bindir}/*
62
63 #%{_datadir}/%{name}
64
65 # initscript and its config
66 #%attr(754,root,root) /etc/rc.d/init.d/%{name}
67 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.861565 seconds and 3 git commands to generate.