source: projects/specs/trunk/h/htop/htop-vl.spec @ 5780

Revision 5780, 5.3 KB checked in by shaolin, 12 years ago (diff)
  • libpagemap: new package
  • htop: new package
RevLine 
[5780]1Name:           htop
2Version:        1.0
3Release:        1%{?_dist_release}
4Summary:        Interactive process viewer
5Summary(ja):    インタラクティブなプロセスビューア
6
7Group:          Applications/System
8License:        GPL+
9URL:            http://htop.sourceforge.net/
10Source0:        http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz
11# Patch by Petr Holasek (pholasek@redhat.com)
12# Filed into upstream bugtracker:
13# http://sourceforge.net/tracker/?func=detail&aid=3169589&group_id=108839&atid=651635
14Patch4:         htop-1.0-libpagemap.patch
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
17BuildRequires:  desktop-file-utils
18BuildRequires:  ncurses-devel, python, libtool, libpagemap-devel
19
20%description
21htop is an interactive text-mode process viewer for Linux, similar to
22top(1).
23
24%description -l ja
25htop は、top(1) コマンド同様の、Linux 用テキストモードで利用する
26インタラクティブなプロセスビューアです。
27
28%prep
29%setup -q
30%patch4 -p1 -b.pgmap
31sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in
32
33
34%build
35%configure --enable-openvz --enable-vserver --enable-taskstats \
36           --enable-unicode --enable-native-affinity --enable-cgroup
37make %{?_smp_mflags}
38
39%install
40rm -rf %{buildroot}
41make install DESTDIR=%{buildroot}
42
43#remove empty direcories
44rm -rf %{buildroot}/%{_libdir}
45rm -rf %{buildroot}/%{_includedir}
46
47# remove desktop file
48rm -rf %{buildroot}/%{_datadir}/applications/
49
50%clean
51rm -rf %{buildroot}
52
53%files
54%defattr(-,root,root,-)
55%doc AUTHORS COPYING ChangeLog README
56%{_bindir}/htop
57%{_datadir}/pixmaps/htop.png
58%{_mandir}/man1/htop.1*
59
60
61%changelog
62* Tue Feb 28 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0-1
63- initial build for Vine Linux
64
65* Tue Feb 07 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 1.0-1
66- Update to 1.0
67- Build with --enable-openvz --enable-vserver --enable-taskstats
68  --enable-unicode --enable-native-affinity --enable-cgroup
69- Drop htop-0.9-system-plpa.patch (no PLPA needed anymore)
70
71* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-4
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
73
74* Fri Apr 08 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0.9-3
75- include patch by Petr Holasek (pholasek@redhat.com) that adds
76  libpagemap support and introduces new -p cmd option and USS,
77  PSS, SWAP columns
78
79* Sat Mar 19 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.9-2
80- Clean up spec to match current guidelines
81- Drop desktop file. Resolves rhbz#689028
82
83* Sat Mar 05 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0.9-1
84- Update to 0.9
85- Clean specfile, remove Polish translations, unused patches
86
87* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-4
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
89
90* Thu Mar  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.3-3
91- use plpa system copy instead of embedded one
92
93* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95
96* Tue Jun 23 2009 Rafał Psota <rafalzaq@gmail.com> - 0.8.3-1
97- update to 0.8.3
98
99* Fri Jun 12 2009 Rafał Psota <rafalzaq@gmail.com> - 0.8.2-2
100- "htop aborts after hitting F6 key" fixed (#504795)
101
102* Tue Jun 02 2009 Rafał Psota <rafalzaq@gmail.com> - 0.8.2-1
103- update to 0.8.2
104
105* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Thu Feb 05 2009 Rafał Psota <rafalzaq@gmail.com> - 0.8.1-3
109- "Tree view doesn't work with threads hidden" fixed (#481072)
110
111* Tue Nov 18 2008 Rafał Psota <rafalzaq@gmail.com> - 0.8.1-2
112- non-printable character filter patch (#504144)
113
114* Tue Oct 14 2008 Rafał Psota <rafalzaq@gmail.com> - 0.8.1-1
115- update to 0.8.1
116
117* Thu Jul 31 2008 Rafał Psota <rafalzaq@gmail.com> - 0.8-1
118- update to 0.8
119
120* Sun Apr 27 2008 Rafał Psota <rafalzaq@gmail.com> - 0.7-2
121- desktop file fix
122
123* Mon Feb 11 2008 Rafał Psota <rafalzaq@gmail.com> - 0.7-1
124- update to 0.7
125
126* Sat Dec  9 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.5-1
127- Update to 0.6.5
128
129* Wed Oct  4 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.4-1
130- Update to 0.6.4
131
132* Sat Sep 16 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.3-2
133- Rebuild for FE6
134
135* Sun Jul 30 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.3-1
136- Update to 0.6.3
137- Correct e-mail address in ChangeLog
138- Replace tabs with spaces
139
140* Sat May 20 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.2-1
141- Update to 0.6.2
142
143* Wed May 10 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.1-2
144- Add missing BR: desktop-file-utils
145
146* Wed May 10 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.1-1
147- Update to 0.6.1
148
149* Tue Feb 14 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6-3
150- Rebuild for Fedora Extras 5
151
152* Wed Dec 28 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6-2
153- Rebuild with updated tarball
154
155* Wed Dec 28 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6-1
156- Version 0.6
157
158* Fri Nov 11 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.5.4-2
159- Don't use superflous CFLAGS variable (Dmitry Butskoy)
160- Don't include AUTHORS and NEWS files
161
162* Thu Nov 10 2005 Dawid Gajownik <gajownik[AT]gmail.com> - 0.5.4-1
163- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.