system-config-services-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. Summary: An initscript and xinetd configuration utility
  2. Summary(ja): initscript と xinetd の設定ユーティリティ
  3. Name: system-config-services
  4. Version: 0.99.47
  5. Release: 3%{?_dist_release}
  6. URL: http://fedoraproject.org/%{name}
  7. Source0: %{name}-%{version}.tar.bz2
  8. License: GPLv2+
  9. Group: Applications/System
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. AutoReq: no
  13. BuildRequires: intltool, sed, desktop-file-utils
  14. BuildRequires: gettext
  15. BuildRequires: python, python-devel
  16. Requires: chkconfig
  17. Requires: python
  18. Requires: pygtk2, pygtk2-libglade, rhpl
  19. Requires: python
  20. Requires: gamin-python
  21. Requires: initscripts
  22. Requires: python
  23. Requires: dbus-python
  24. Requires: python-slip
  25. Requires: python-slip-dbus
  26. Requires: python-slip-gtk
  27. Requires: polkit
  28. Requires(post): hicolor-icon-theme, gtk2
  29. Requires(postun): hicolor-icon-theme, gtk2
  30. Vendor: Project Vine
  31. Distribution: Vine Linux
  32. Packager: daisuke
  33. %description
  34. system-config-services is a utility which allows you to configure which services
  35. should be enabled on your machine.
  36. %description -l ja
  37. %{name} は initscript と xinetd でどのサービスを起動させるかを設定する
  38. ユーティリティです。
  39. %prep
  40. %setup -q
  41. %build
  42. make
  43. %install
  44. rm -rf %{buildroot}
  45. make DESTDIR=%buildroot POLKIT0_SUPPORTED=0 install
  46. desktop-file-install --vendor system --delete-original \
  47. --dir %{buildroot}%{_datadir}/applications \
  48. %{buildroot}%{_datadir}/applications/%{name}.desktop
  49. find %{buildroot}%{_sysconfdir} -type f -exec chmod a-x \{\} \;
  50. chmod a-x %{buildroot}%{_mandir}/*/*
  51. %find_lang %name
  52. %post
  53. touch --no-create %{_datadir}/icons/hicolor
  54. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  55. gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
  56. fi
  57. %postun
  58. touch --no-create %{_datadir}/icons/hicolor
  59. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  60. gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
  61. fi
  62. %clean
  63. rm -rf %{buildroot}
  64. %files -f %{name}.lang
  65. %defattr(-,root,root)
  66. %doc COPYING
  67. %{_sbindir}/*
  68. %{_bindir}/*
  69. %{_datadir}/applications/system-config-services.desktop
  70. %{_datadir}/icons/hicolor/48x48/apps/system-config-services.png
  71. %{_datadir}/system-config-services
  72. %{python_sitelib}/scservices
  73. %{python_sitelib}/scservices-%{version}-py%{python_version}.egg-info
  74. %{python_sitelib}/scservices.dbus-%{version}-py%{python_version}.egg-info
  75. %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Config.Services.conf
  76. %{_datadir}/dbus-1/system-services/org.fedoraproject.Config.Services.service
  77. %{_datadir}/polkit-1/actions/org.fedoraproject.config.services.policy
  78. %{_mandir}/*/system-config-services.8*
  79. %changelog
  80. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.99.47-3
  81. - rebuild with python-2.7.2
  82. * Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.47-2
  83. - remove R: htmlview
  84. * Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.47-1
  85. - update to 0.99.47
  86. * Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-1
  87. - initial build for Vine Linux
  88. * Wed Dec 6 2006 Harald Hoyer <harald@redhat.com> - 0.9.4
  89. - fixed service start/stop (#218429)
  90. - translation update (#216558)
  91. - Resolves: rhbz#216558, rhbz#218429
  92. * Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.3
  93. - pick up updated translations (#216558)
  94. * Fri Oct 20 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.2
  95. - use intltool-extract for i18n of glade files (#211248) and desktop file
  96. (#207345)
  97. * Tue Sep 05 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.1
  98. - don't disable Start/Stop/Restart upon reverting changes (#202722)
  99. - add dist tag
  100. - install po files (again)
  101. - require gettext for building
  102. - fix tagging for make archive
  103. - fix circular make dependency
  104. - remove duplicate message definitions
  105. * Fri Aug 18 2006 Nils Philippsen <nphilipp@redhat.com>
  106. - make revert work again (#202467)
  107. - don't show all runlevels when starting
  108. * Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 0.9.0-2
  109. - Added BuildRequires perl-XML-Parser (#194179)
  110. - Added Requires(post) and (postun) gtk2
  111. * Fri May 19 2006 Nils Philippsen <nphilipp@redhat.com>
  112. - rip out autofoo
  113. - use bzip2'ed tarballs
  114. * Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 0.9.0
  115. - require hicolor-icon-theme (#182878, #182879)
  116. * Wed Feb 28 2006 Florian Festi <ffesti@redhat.com>
  117. - rewrote large parts of servicemethods (OO design, better handling of old/new
  118. settings, read headers of init scripts completely)
  119. - first implementation of widgets to control services (intended for tools
  120. configuring single services like nfs, samba, bind, ...), still missing: i18n,
  121. dependencies on other services (like portmap)
  122. * Fri Jan 27 2006 Nils Philippsen <nphilipp@redhat.com> - 0.8.99.2
  123. - fix saving xinetd services
  124. * Fri Jan 27 2006 Nils Philippsen <nphilipp@redhat.com> - 0.8.99.1
  125. - implement daemons and xinetd services on separate tabs
  126. * Mon Jan 09 2006 Nils Philippsen <nphilipp@redhat.com>
  127. - separate daemons and xinetd based services
  128. - enable Serbian translation files
  129. * Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
  130. - don't use pam_stack (#170645)
  131. * Tue Aug 16 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.26
  132. - revamp getting output from external commands (#162884)
  133. - package %%{_bindir}/serviceconf symlink (#165099)
  134. * Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.25
  135. - pick up updated translations
  136. * Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.24
  137. - make "make update-po" pick up translatable strings in desktop file (#156801)
  138. * Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 0.8.23
  139. - pick up new translations
  140. * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.8.22-2
  141. - silence %%post
  142. * Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.22-1
  143. - fix deprecation warnings (#153052) with patch by Colin Charles
  144. - update the GTK+ theme icon cache on (un)install (Christopher Aillon)
  145. * Thu Mar 24 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.21-1
  146. - connect toggled signals of service/runlevel checkboxes to enable saving again
  147. (#151982)
  148. - consolidate on_optRL*_toggled
  149. - connect delete_event of mainWindow to ask whether things should be saved
  150. before quitting
  151. - tab -> space indentation to avoid ambiguity
  152. - change some typos
  153. * Fri Mar 18 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.20-1
  154. - don't read from /dev/null when restarting xinetd/services to prevent hangs
  155. - build toolbar in glade to avoid DeprecationWarnings (#134978)
  156. - dynamic, translated column titles for runlevel columns
  157. * Thu Feb 17 2005 Daniel J Walsh <dwalsh@redhat.com> 0.8.19-1
  158. - Added patch from Charlie Brej
  159. * Fri Jan 28 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.18-1
  160. - fix off-by-one which prevented saving changes to the last service in the list
  161. (#139456)
  162. * Tue Jan 04 2005 Nils Philippsen <nphilipp@redhat.com> 0.8.17-1
  163. - throw away stderr to not be confused by error messages (#142983)
  164. * Wed Dec 08 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.16-1
  165. - don't hardcode python 2.3 (#142246)
  166. - remove some cruft from configure.in
  167. * Wed Oct 20 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.15-1
  168. - include all languages (#136460)
  169. * Tue Oct 12 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.14-1
  170. - actually install nonblockingreader module (#135445)
  171. * Mon Oct 11 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.12-1
  172. - really update UI when reading from pipes (#120579, #135215)
  173. * Fri Oct 08 2004 Nils Philippsen <nphilipp@redhat.com> 0.8.11-1
  174. - fix gtk.main*() related DeprecationWarnings (#134978)
  175. * Fri Oct 01 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.10-1
  176. - Update translations
  177. * Mon Sep 27 2004 Nils Philippsen <nphilipp@redhat.com> - 0.8.9-1
  178. - enable Arabic translation (#133722)
  179. * Thu Sep 23 2004 Nils Philippsen <nphilipp@redhat.com> - 0.8.8.1-1
  180. - get in updated translations (#133137)
  181. - appease make distcheck
  182. - pick up updated autofoo scripts
  183. * Wed Jun 16 2004 Brent Fox <bfox@redhat.com> - 0.8.8-9
  184. - use watch cursor when starting and stopping services (bug #122425)
  185. * Mon Apr 12 2004 Brent Fox <bfox@redhat.com> 0.8.8-8
  186. - fix icon path (bug #120184)
  187. * Tue Apr 6 2004 Brent Fox <bfox@redhat.com> 0.8.8-7
  188. - remove extra strip (bug #119624)
  189. * Mon Apr 5 2004 Brent Fox <bfox@redhat.com> 0.8.8-6
  190. - code around new verbosity in libglade (bug #119622)
  191. * Wed Mar 31 2004 Brent Fox <bfox@redhat.com> 0.8.8-5
  192. - fix typo (bug #119559)
  193. * Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 0.8.8-4
  194. - increase default size of the main window
  195. * Fri Mar 19 2004 Brent Fox <bfox@redhat.com> 0.8.8-3
  196. - make app exit properly on window close (bug #118762)
  197. * Wed Mar 17 2004 Brent Fox <bfox@redhat.com> 0.8.8-2
  198. - bump release
  199. * Tue Mar 16 2004 Brent Fox <bfox@redhat.com> 0.8.8-1
  200. - work around problem with libglade
  201. * Wed Mar 3 2004 Brent Fox <bfox@redhat.com> 0.8.7-2
  202. - add a BuildRequires on automake17
  203. * Tue Mar 2 2004 Brent Fox <bfox@redhat.com> 0.8.7-1
  204. - remove dependency on gnome-python2 and gnome-python2-canvas
  205. - try to load glade file in the cwd, if not, pull from /usr/share/
  206. - apply patch from bug #117277
  207. * Tue Jan 6 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-3
  208. - Fix console app so it launches properly
  209. * Tue Jan 6 2004 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-2
  210. - remove requirement for 2.2
  211. * Thu Nov 11 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.6-1
  212. - Rename system-config-services
  213. * Wed Oct 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-23
  214. - Add all translated languages
  215. * Fri Oct 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-22
  216. - Remove /dev/null from status
  217. * Mon Oct 6 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-21
  218. - Fix crash on about
  219. * Wed Oct 1 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-20
  220. - bump
  221. * Wed Oct 1 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-19
  222. - Fix pathing problem on Hammer
  223. * Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-18
  224. - bump
  225. * Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-17
  226. - bump
  227. * Fri Sep 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-16
  228. - Eliminate debugging message
  229. * Mon Aug 25 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-15
  230. - For some reason this did not make it to RHN Trying again. By Bumping version.
  231. * Tue Aug 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-14
  232. - Bumped version for rhl
  233. * Tue Aug 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-13
  234. - Remove depracated call
  235. * Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-12
  236. - Bumped version for rhl
  237. * Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-11
  238. - Changed handling of xinetd services to show xinetd service status
  239. * Wed Jul 30 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-10
  240. - Bumped version for rhl
  241. * Tue Jul 29 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-9
  242. - Allow services to have ':'s in them.
  243. * Wed Jul 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-8
  244. - Bumped version for rhl
  245. * Wed Jul 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-7
  246. - Add ability to add and delete services
  247. * Tue Jun 17 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-6
  248. - Bumped version for rhel
  249. * Thu Jun 5 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-5
  250. - Minor fixes to match GUI users guide and fix icon
  251. * Tue May 27 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-4
  252. - Bumped version for rhel
  253. * Tue May 27 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-3
  254. - Moved system-config-service.png to /usr/share/system-config-services
  255. * Fri Mar 7 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-2
  256. - Bumped version for rhel
  257. * Tue Mar 4 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.5-1
  258. - Fix swiching runlevels on modified screens.
  259. * Tue Feb 25 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.4-2
  260. - Fix dissapearing text on selecting toggle.
  261. * Tue Jan 28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.4-1
  262. - Release Candidate
  263. - Fix Icon
  264. * Tue Jan 28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-12
  265. - Fix Language Problems
  266. * Tue Jan 28 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-11
  267. - Fix handling of errors in /etc/init.d directory
  268. * Tue Jan 14 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-10
  269. - Update documentation
  270. * Thu Jan 9 2003 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-9
  271. - Added StartupNotify=true
  272. - Added accellerators
  273. * Thu Dec 12 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-8
  274. - Update help docs
  275. * Fri Dec 6 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-7
  276. - Fix error catching on invalid display
  277. * Tue Dec 3 2002 Daniel J Walsh <dwalsh@redhat.com> 0.8.3-6
  278. - Fix DISPLAY error handling
  279. - Stretch Screen size
  280. - Update status box after Start/Stop/Restart
  281. - Fix Icon error
  282. * Thu Nov 14 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-5
  283. - Fix reading of descriptions from startup scripts to ignore blank lines
  284. * Thu Nov 14 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-4
  285. - Add scrollbar to description and status
  286. * Thu Oct 24 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-3
  287. - Fix internal handling of version number.
  288. * Thu Oct 10 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-2
  289. - Remove buttons from screen to match GNOME standards
  290. * Tue Oct 1 2002 Dan Walsh <dwalsh@redhat.com> 0.8.3-1
  291. - Change GUI Presentation and add service status
  292. * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 0.8.2-1
  293. - fix startup in some locales
  294. * Tue Sep 3 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-13
  295. - Update translations
  296. * Tue Aug 27 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-12
  297. - Update translations
  298. - Fix multi-processor problem with popen
  299. * Tue Aug 20 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-11
  300. - Use gnome url_show for help
  301. - fix legal notice
  302. * Mon Aug 19 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-10
  303. - Fix word wrap
  304. - Fix initial startup to select first row
  305. - Update languages
  306. * Sat Aug 10 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-9
  307. - eliminate extra python files not intended for release
  308. * Wed Aug 7 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-8
  309. - Update dependencies
  310. * Mon Aug 5 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-7
  311. - Updated internationalization stuff
  312. * Wed Jul 31 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-6
  313. - Updated internationalization stuff
  314. * Fri Jul 26 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-5
  315. - Updated to use intltool and new build environment.
  316. - Added with pam changes for timestamp
  317. - New internationalization stuff
  318. * Tue Jul 23 2002 Dan Walsh <dwalsh@redhat.com>
  319. - Fix the desktop file, using new naming standards.
  320. - Fix the error outpur
  321. * Mon Jul 22 2002 Dan Walsh <dwalsh@redhat.com>
  322. - Fix clock cursor, set app insensitive until services loaded"
  323. * Mon Jul 22 2002 Tammy Fox <tfox@redhat.com>
  324. - Updated docs
  325. * Wed Jul 17 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
  326. - Fix internationalization problems. Clean up glade port.
  327. * Thu Jul 11 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
  328. - complete rename to system-config-services
  329. * Tue Jul 9 2002 Dan Walsh <dwalsh@redhat.com> 0.8.1-1
  330. - complete gtk2 port, Fix Help, About, fix minor bugs
  331. * Wed May 29 2002 Bill Nottingham <notting@redhat.com> 0.8.0-1
  332. - initial hack gtk2 port
  333. * Mon Apr 15 2002 Trond Eivind Glomsr <teg@redhat.com> 0.7.0-3
  334. - Update translations
  335. * Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 0.7.0-2
  336. - fix docs (#63179)
  337. * Tue Apr 9 2002 Bill Nottingham <notting@redhat.com>
  338. - add some more cases to #60384 fix
  339. * Sun Apr 7 2002 Jeremy Katz <katzj@redhat.com>
  340. - don't show rpmsave, rpmnew, rpmorig, or .swp files (#60384)
  341. * Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com>
  342. - set up userhelper for system-config-services
  343. * Fri Jan 25 2002 Bill Nottingham <notting@redhat.com>
  344. - add patch to fix startup when there are services with 'hide' set
  345. * Fri Aug 24 2001 Tim Powers <timp@redhat.com>
  346. - fixed typo in Requires /;sbin/chkconfig
  347. * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
  348. - build with new translations
  349. - move system-config-services link to /usr/bin
  350. * Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
  351. - translation typos (#51774, #51776)
  352. - add system-config-services link
  353. - if we're using find_lang, don't specify the .mo files explicitly
  354. * Mon Aug 13 2001 Tim Powers <timp@redhat.com>
  355. - updated serviceconf.gladestrings
  356. * Fri Aug 10 2001 Tim Powers <timp@redhat.com>
  357. - languified specfile for additional translations
  358. * Thu Aug 9 2001 Alexander Larsson <alexl@redhat.com> 0.6.1-1
  359. - Add an icon
  360. * Thu Aug 9 2001 Alexander Larsson <alexl@redhat.com>
  361. - Install in sysconfig.
  362. * Tue Aug 7 2001 Tim Powers <timp@redhat.com>
  363. - gnomified
  364. - work around parsing languified chkconfig output so that we can get accurate information displayed
  365. * Tue Jul 31 2001 Tim Powers <timp@redhat.com>
  366. - languified since we now serve multiple languages
  367. * Mon Jul 30 2001 Yukihiro Nakai <ynakai@redhat.com>
  368. - User %%fine_lang
  369. - Add Japanese translation.
  370. * Mon Jul 30 2001 Preston Brown <pbrown@redhat.com>
  371. - clean up title display
  372. - make sure initial highlighted entry also displays description info
  373. * Wed Jul 18 2001 Tammy Fox <tfox@redhat.com>
  374. - added help doc
  375. - moved man page into man directory
  376. - added Makefile for man page
  377. - added man page to spec file
  378. * Mon Jul 9 2001 Tim Powers <timp@redhat.com>
  379. - languify to shutup rpmlint
  380. * Thu Jul 5 2001 Tim Powers <timp@redhat.com>
  381. - removed TODO and README, added COPYING file to docs
  382. * Tue May 15 2001 Tim Powers <timp@redhat.com>
  383. - Initial build.