|
@@ -1,8 +1,8 @@
|
|
|
Summary: Versatile resource statistics tool
|
|
|
Summary(ja): 多目的リソース統計ツール
|
|
|
Name: dstat
|
|
|
-Version: 0.7.2
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 0.7.3
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: GPLv2
|
|
|
Group: System Environment/Base
|
|
|
URL: http://dag.wieers.com/home-made/dstat/
|
|
@@ -14,7 +14,7 @@ Patch0: dstat-0.6.8-dbus.patch
|
|
|
|
|
|
# patch adding options switching from bytes to bits when displaying network and/or disk stats
|
|
|
# Is there any BZ for this ?
|
|
|
-Patch1: dstat-0.7.2-bits.patch
|
|
|
+#Patch1: dstat-0.7.2-bits.patch
|
|
|
|
|
|
# This patch enables to specify disks with path to device file
|
|
|
# (or with symbolic link to the device file)
|
|
@@ -27,7 +27,7 @@ Patch1: dstat-0.7.2-bits.patch
|
|
|
Patch2: dstat-0.7.2-disk-path.patch
|
|
|
|
|
|
# Fixed inconsistency between man page and help (#852797)
|
|
|
-Patch3: dstat-0.7.2-man.patch
|
|
|
+#Patch3: dstat-0.7.2-man.patch
|
|
|
|
|
|
BuildArch: noarch
|
|
|
BuildRequires: python-devel
|
|
@@ -51,9 +51,9 @@ confusion, less mistakes.
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch0 -p1 -b .dbus
|
|
|
-%patch1 -p1 -b .bits
|
|
|
+#%patch1 -p1 -b .bits
|
|
|
%patch2 -p1 -b .disk-path
|
|
|
-%patch3 -p1 -b .man
|
|
|
+#%patch3 -p1 -b .man
|
|
|
|
|
|
%build
|
|
|
# Make sure the docs are in unix format
|
|
@@ -74,12 +74,17 @@ cd docs
|
|
|
|
|
|
%files
|
|
|
%dir %{_datadir}/dstat
|
|
|
-%doc AUTHORS ChangeLog COPYING README TODO docs/*.html docs/*.txt examples/
|
|
|
+%doc AUTHORS ChangeLog COPYING README.md TODO docs/*.html docs/*.adoc examples/
|
|
|
%{_mandir}/man1/dstat.1*
|
|
|
%{_bindir}/dstat
|
|
|
%{_datadir}/dstat/*.py*
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Apr 25 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
|
|
|
+- new upstream release
|
|
|
+- deleted Patch1,3
|
|
|
+- fixed %%doc
|
|
|
+
|
|
|
* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-2
|
|
|
- rebuilt with current environment
|
|
|
|