source: projects/specs/trunk/d/dstat/dstat-vl.spec @ 12371

Revision 12371, 8.0 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

dbus-glib-0.110-1

dstat-0.7.4-1

firefox-68.7.0-1

iso-codes-4.4-1

kbd-2.2.0-1

libdb-5.3.28-12

libsmbios-2.4.3-1

par2cmdline-0.8.1-1

sgml-common-0.6.3-42

smem-1.5-1

thunderbird-68.7.0-1

Line 
1Summary:        Versatile resource statistics tool
2Summary(ja):    多目的リソース統計ツール
3Name:           dstat
4Version:        0.7.4
5Release:        1%{?_dist_release}
6Group:          System Environment/Base
7Vendor:         Project Vine
8Distribution:   Vine Linux
9BuildArch:      noarch
10
11License:        GPLv2
12URL:            http://dag.wieers.com/home-made/dstat/
13Source:         https://github.com/dstat-real/dstat/archive/v%{version}.tar.gz#/dstat-%{version}.tar.gz
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16# Is there any BZ for this ?
17Patch0:         0001-dstat-dbus.patch
18
19# This patch enables to specify disks with path to device file
20# (or with symbolic link to the device file)
21# For example:
22# dstat -d -D /dev/vda2
23# dstat -d -D /dev/disk/by-id/scsi-SATA_Hitachi_HDP7250_GEA534RF3YYMMA-part3
24# dstat -d -D /dev/disk/by-path/pci-0000:00:06.0-virtio-pci-virtio3-part2
25# dstat -d -D /dev/disk/by-uuid/6df45ed6-c4ad-4054-955d-b15102f2c566
26# (BZ#766443)
27Patch2:         0002-dstat-disk-path.patch
28
29BuildRequires:  python3-devel
30Requires:       python3
31
32%description
33Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat.
34Dstat overcomes some of their limitations and adds some extra features,
35more counters and flexibility. Dstat is handy for monitoring systems
36during performance tuning tests, benchmarks or troubleshooting.
37
38Dstat allows you to view all of your system resources instantly, you
39can eg. compare disk usage in combination with interrupts from your
40IDE controller, or compare the network bandwidth numbers directly
41with the disk throughput (in the same interval).
42
43Dstat gives you detailed selective information in columns and clearly
44indicates in what magnitude and unit the output is displayed. Less
45confusion, less mistakes.
46
47%prep
48%setup -q
49%patch0 -p1 -b .dbus
50%patch2 -p1 -b .disk-path
51
52%build
53# Make sure the docs are in unix format
54%{__sed} -i 's/\r//' docs/*.html
55# Remove the broken symlink
56%{__rm} -rf examples/dstat.py
57%{__chmod} a-x examples/*
58
59%install
60%{__make} install DESTDIR=%{buildroot}
61# Install the man page
62cd docs
63%{__make} install DESTDIR=%{buildroot}
64# Plugins .py files are modules, not executable python
65%{__chmod} a-x %{buildroot}/%{_datadir}/dstat/*.py
66%{__chmod} a+x %{buildroot}/%{_datadir}/dstat/dstat.py
67
68sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python3|' %{buildroot}%{_bindir}/dstat
69
70
71%files
72%license COPYING
73%doc AUTHORS ChangeLog README* TODO docs/*.html docs/*.adoc examples/
74%dir %{_datadir}/dstat
75%{_mandir}/man1/dstat.1*
76%{_bindir}/dstat
77%{_datadir}/dstat/*.py*
78
79%changelog
80* Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.4-1
81- new upstream release.
82- updated Patch0 and 2.
83
84* Mon Apr 25 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
85- new upstream release
86- deleted Patch1,3
87- fixed %%doc
88
89* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-2
90- rebuilt with current environment
91
92* Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
93- initial build for Vine Linux
94
95* Mon Sep 03 2012 Jiri Popelka <jpopelka@redhat.com> - 0.7.2-9
96- use upstream's bits.patch
97- fixed inconsistency between man page and help (#852797)
98
99* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-8
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
101
102* Mon Jun 18 2012 Jiri Popelka <jpopelka@redhat.com> - 0.7.2-7
103- fixed typo in bits.patch (#832683)
104
105* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-6
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
107
108* Tue Nov 08 2011 Jiri Popelka <jpopelka@redhat.com> - 0.7.2-5
109- enable to specify disks with path to device file or
110  with symbolic link to the device file (#766443)
111- modernize spec
112
113* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-4
114- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
115
116* Tue Aug 24 2010 Jan Zeleny <jzeleny@redhat.com> - 0.7.2-3
117- patch adding options switching from bytes to bits when displaying
118  network and/or disk stats
119
120* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.2-2
121- recompiling .py files against Python 2.7 (rhbz#623287)
122
123* Mon Jun 28 2010 Jan Zeleny <jzeleny@redhat.com> - 0.7.2-1
124- rebased to 0.7.2
125
126* Mon Mar 01 2010 Jan Zeleny <jzeleny@redhat.com> - 0.7.1-1
127- rebased to 0.7.1
128
129* Mon Feb 22 2010 Jan Zeleny <jzeleny@redhat.com> - 0.7.0-2
130- fixed syntax error in mysql_conn plugin
131
132* Thu Dec 03 2009 Jan Zeleny <jzeleny@redhat.com> - 0.7.0-1
133- rebased to 0.7.0
134
135* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.9-5
136- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
137
138* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.9-4
139- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
140
141* Tue Dec 23 2008 Zdenek Prikryl <zprikryl@redhat.com> - 0.6.9-3
142- Fixed wrong total disk counts (#476935)
143
144* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.9-2
145- Rebuild for Python 2.6
146
147* Thu Dec 04 2008 Zdenek Prikryl <zprikryl@redhat.com> - 0.6.9-1
148- Updated to 0.6.9
149- Fixed dbus module patch again
150
151* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.8-2
152- Rebuild for Python 2.6
153
154* Tue Sep 16 2008 Zdenek Prikryl <zprikryl@redhat.com> - 0.6.8-1
155- Updated to 0.6.8
156- Fixed dbus module patch
157
158* Fri Apr 25 2008 Radek Brich <rbrich@redhat.com> - 0.6.7-3
159- fix dbus module (new dbus-python interface since FC4)
160
161* Thu Mar 27 2008 Radek Brich <rbrich@redhat.com> - 0.6.7-2
162- fixes for interrupt stats:
163  * traceback when called with unknown name of interrupt (bz#439143)
164  * allow '-I total' option (bz#439146)
165
166* Wed Mar 19 2008 Radek Brich <rbrich@redhat.com> - 0.6.7-1
167- Release 0.6.7
168- Drop upstream patches
169
170* Fri Jan 18 2008 Radek Brich <rbrich@redhat.com> - 0.6.6-3
171- Fix --nocolor and --raw (upstream patches)
172- Fix errors in man page
173
174* Tue Sep 04 2007 Radek Brich <rbrich@redhat.com> - 0.6.6-2
175- Updated license tag.
176- Spec clean up.
177
178* Tue May 01 2007 Scott Baker <scott@perturb.org> - 0.6.6-1
179- Bumped to latest release
180
181* Wed Apr 18 2007 Scott Baker <scott@perturb.org> - 0.6.5-1
182- Bumped to latest release
183
184* Tue Dec 12 2006 Scott Baker <scott@perturb.org> - 0.6.4-1
185- Bumped to 0.6.4
186
187* Fri Aug 11 2006 Scott Baker <scott@perturb.org> - 0.6.3-5
188- Removed the execute permission from the examples directory
189- Fixed the changelog to remove the replaceable %%clean
190
191* Tue Jul 25 2006 Scott Baker <scott@perturb.org> - 0.6.3-4
192- Removed some commeted lines in the .spec file that weren't needed
193- Changed the permissions on the examples/* scripts
194- Converted the HTML documentation to unix line endings
195- Removed the erroneous commenting of the %%clean section of the .spec
196
197* Fri Jul 21 2006 Scott Baker <scott@perturb.org> - 0.6.3-3
198- Packaged for Fedora Extras.
199
200* Mon Jun 26 2006 Dag Wieers <dag@wieers.com> - 0.6.3-1 - 4303+/dries
201- Updated to release 0.6.3.
202
203* Thu Mar 09 2006 Dag Wieers <dag@wieers.com> - 0.6.2-1
204- Updated to release 0.6.2.
205
206* Mon Sep 05 2005 Dag Wieers <dag@wieers.com> - 0.6.1-1
207- Updated to release 0.6.1.
208
209* Sun May 29 2005 Dag Wieers <dag@wieers.com> - 0.6.0-1
210- Updated to release 0.6.0.
211
212* Fri Apr 08 2005 Dag Wieers <dag@wieers.com> - 0.5.10-1
213- Updated to release 0.5.10.
214
215* Mon Mar 28 2005 Dag Wieers <dag@wieers.com> - 0.5.9-1
216- Updated to release 0.5.9.
217
218* Tue Mar 15 2005 Dag Wieers <dag@wieers.com> - 0.5.8-1
219- Updated to release 0.5.8.
220
221* Fri Dec 31 2004 Dag Wieers <dag@wieers.com> - 0.5.7-1
222- Updated to release 0.5.7.
223
224* Mon Dec 20 2004 Dag Wieers <dag@wieers.com> - 0.5.6-1
225- Updated to release 0.5.6.
226
227* Thu Dec 02 2004 Dag Wieers <dag@wieers.com> - 0.5.5-1
228- Updated to release 0.5.5.
229
230* Thu Nov 25 2004 Dag Wieers <dag@wieers.com> - 0.5.4-1
231- Updated to release 0.5.4.
232- Use dstat15 if distribution uses python 1.5.
233
234* Sun Nov 21 2004 Dag Wieers <dag@wieers.com> - 0.5.3-1
235- Updated to release 0.5.3.
236
237* Sat Nov 13 2004 Dag Wieers <dag@wieers.com> - 0.5.2-1
238- Updated to release 0.5.2.
239
240* Thu Nov 11 2004 Dag Wieers <dag@wieers.com> - 0.5.1-1
241- Updated to release 0.5.1.
242
243* Tue Oct 26 2004 Dag Wieers <dag@wieers.com> - 0.4-1
244- Initial package. (using DAR)
Note: See TracBrowser for help on using the repository browser.