system-config-services-vl.spec 17 KB

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