]> git.pld-linux.org Git - packages/bwm-ng.git/blobdiff - bwm-ng.spec
- md5
[packages/bwm-ng.git] / bwm-ng.spec
index 9e10280f079e611895d44ff5bc87cd6c3ab0b21a..4229356827bdc2b5099b2c3e5cef1ac1002ecade 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       Bandwidth monitor - display bandwidth usage on all interfaces
 Summary(pl.UTF-8):     Bandwidth monitor - wyświetlanie obciążenia na interfejsach
 Name:          bwm-ng
-Version:       0.5
-Release:       2
+Version:       0.6.1
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.gropp.org/bwm-ng/%{name}-%{version}.tar.gz
-# Source0-md5: 4c5197527c985dc8b45973dfd00deca0
+# Source0-md5: ef0c7669508e95f56250ad4f8db98b7f
 Patch0:                %{name}-procfile.patch
 URL:           http://www.gropp.org/
-BuildRequires: libstatgrab-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstatgrab-devel >= 0.91
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,6 +39,10 @@ dynamicznie w trakcie działania programu.
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make} \
        CFLAGS="%{rpmcflags} -Wall -I/usr/include/ncurses"
@@ -54,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README changelog
+%doc AUTHORS ChangeLog NEWS README THANKS bwm-ng.css
 %attr(755,root,root) %{_bindir}/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bwm-ng.conf
 %{_mandir}/man1/*
This page took 1.452462 seconds and 4 git commands to generate.