libcapplet0-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. # Note that this is NOT a relocatable package
  2. %define ccsingle control-center-single-0.3
  3. %define gettext_package control-center
  4. Summary: GNOME 1 control center library compatibility package
  5. Summary(ja): GNOME1 コントロールセンターライブラリ互換パッケージ
  6. Name: libcapplet0
  7. Version: 1.4.0.1
  8. Release: 11%{?_dist_release}
  9. License: GPL/LGPL
  10. Group: System Environment/Libraries
  11. Source: ftp://ftp.gnome.org/pub/control-center-%{version}.tar.gz
  12. Source11: control-center-pofiles.tar.gz
  13. Source12: %{ccsingle}.tar.gz
  14. BuildPrereq: gdk-pixbuf
  15. BuildRoot: %{_tmppath}/control-center-%{version}-root
  16. BuildRequires: gdk-pixbuf-devel
  17. BuildRequires: gnome-libs-devel >= 1.4.2
  18. BuildRequires: libxml-devel
  19. BuildRequires: imlib-devel libungif-devel
  20. BuildRequires: automake14
  21. BuildRequires: libpng-devel
  22. BuildRequires: db4-devel
  23. BuildRequires: gnome-vfs-devel
  24. Obsoletes: gnome
  25. URL: http://www.gnome.org
  26. Patch: control-center-nosound.patch
  27. Patch1: control-center-esdrelease.patch
  28. Patch3: control-center-fsbgpath.patch
  29. #Patch4: control-center-1.0.5-dontstartesd.patch
  30. #Patch5: control-center-1.0.5-newsession.patch
  31. #Patch6: control-center-1.0.5-fixclosedlg.patch
  32. Patch7: control-center-1.2.0-limitedbgs.patch
  33. #Patch8: control-center-1.0.5-smfixtry.patch
  34. #Patch22: control-center-1.0.5-warning.patch
  35. #Patch23: control-center-1.0.7pre-cappletrace.patch
  36. #Patch24: control-center-fixrevert.patch
  37. Patch25: control-center-1.4.0.1-bgcolor1.patch
  38. #Patch26: control-center-1.2.0-switch.patch
  39. Patch27: control-center-1.2.0-history.patch
  40. #Patch28: control-center-1.2.0-themesafety.patch
  41. Patch29: control-center-1.2.0-wmaker.patch
  42. Patch30: control-center-1.2.1-bigbg.patch
  43. #Patch31: control-center-1.2.1-noread.patch
  44. #Patch32: control-center-1.2.1-solidbg.patch
  45. #Patch33: control-center-1.2.2-fvwm2.patch
  46. # Japanese patch
  47. #Patch40: control-center-1.2.1-jp.patch
  48. # Korean-related patch (?) bug #23782
  49. #Patch41: control-center-1.2.2-fontset.patch
  50. Patch50: control-center-mixer.patch
  51. Patch51: control-center-xscreensaver-dpms.patch
  52. Patch52: control-center-1.4.0.1-multifix.patch
  53. Patch54: control-center-1.4.0.1-correct_config.patch
  54. Patch55: control-center-1.4.0.1-cleanup.patch
  55. Patch56: control-center-1.4.0.1-cjk.patch
  56. Patch57: control-center-1.4.0.1-setroothint.patch
  57. Patch58: control-center-1.4.0.1-uipropertiesmenu.patch
  58. Patch59: control-center-1.4.0.1-pixbufflags.patch
  59. Patch60: control-center-1.4.0.1-compileflags.patch
  60. Patch61: control-center-1.4.0.1-noscreensaver.patch
  61. Patch62: control-center-1.4.0.1-bg-radio-buttons.patch
  62. # Make the theme switcher write fontsets, not fonts
  63. Patch63: control-center-1.4.0.1-fontset.patch
  64. #sources/patches for Vine
  65. Patch103: control-center-1.2.4-vinesplash.patch
  66. Patch106: control-center-1.4.0.1-vinedefaults.patch
  67. %description
  68. This package provides the "libcapplet.so.0" library and header files
  69. as found in GNOME 1, used by some packages not yet ported to GNOME 2.
  70. %description -l ja
  71. このパッケージではまだ GNOME2 に移植されていないパッケージで使用されている
  72. GNOME1 の "libcapplet.so.0" ライブラリとそのヘッダファイルを提供しています。
  73. %package devel
  74. Summary: Header files for GNOME 1 control center library compatibility package
  75. Group: Development/Libraries
  76. Requires: libcapplet0 = %{version}
  77. Requires: gnome-libs-devel
  78. %description devel
  79. The libcapplet0-devel package contains the development environment
  80. needed for creating the capplets used in the GNOME 1 Control
  81. Center. This is only for compiling old applications not yet
  82. ported to GNOME 2.
  83. %prep
  84. %setup -q -n control-center-%{version} -a 12
  85. #(cd $RPM_BUILD_DIR/control-center-%{PACKAGE_VERSION}/capplets &&
  86. # tar xfz %{SOURCE3})
  87. # our translations
  88. tar zxf %{SOURCE11}
  89. %patch -p1 -b .nosound
  90. %patch1 -p1 -b .esdrelease
  91. %patch3 -p1 -b .fsbgpath
  92. #%patch4 -p1 -b .dontstartesd
  93. #%patch5 -p1 -b .newsession
  94. #%patch6 -p1 -b .fixclosedlg
  95. %patch7 -p1 -b .limitedbgs
  96. #%patch8 -p1 -b .smfixtry
  97. #%patch22 -p1 -b .warning
  98. #%patch23 -p1 -b .cappletrace
  99. #%patch24 -p1 -b .fixrevert
  100. %patch25 -p1 -b .bgcolor1
  101. #%patch26 -p1 -b .switch
  102. #%patch27 -p1 -b .history
  103. #%patch28 -p1 -b .themesafety
  104. %patch29 -p1 -b .wmaker
  105. %patch30 -p1 -b .bigbg
  106. #%patch31 -p1 -b .noread
  107. #%patch32 -p1 -b .solidbg
  108. #%patch33 -p1 -b .fvwm2
  109. #%patch40 -p1 -b .jp
  110. #%patch41 -p1 -b .fontset
  111. %patch50 -p1 -b .mixer
  112. %patch51 -p1 -b .dpms
  113. %patch52 -p1 -b .multifix
  114. %patch54 -p1 -b .correct_config
  115. %patch55 -p1 -b .cleanup
  116. %patch56 -p1 -b .cjk
  117. %patch57 -p1 -b .setroothint
  118. %patch58 -p1 -b .uipropertiesmenu
  119. %patch59 -p1 -b .pixbufflags
  120. #%patch60 -p1 -b .compileflags
  121. #%patch61 -p1 -b .screensaver
  122. %patch62 -p1 -b .bg-radio-buttons
  123. %patch63 -p1 -b .fontset
  124. %patch103 -p1 -b .vinesplash
  125. %patch106 -p1 -b .vinedefaults
  126. sed -e "s,/usr/share/idl,`pwd`/idl,g" \
  127. %{ccsingle}/single-capplet-shell/Makefile.am > Makefile.am.new
  128. mv -f Makefile.am.new %{ccsingle}/single-capplet-shell/Makefile.am
  129. automake-1.4
  130. (cd %{ccsingle}; automake-1.4 || exit 1)
  131. # install new desktop entry and icon
  132. #cp %{SOURCE1} $RPM_BUILD_DIR/control-center-%{PACKAGE_VERSION}/control-center
  133. #cp %{SOURCE2} $RPM_BUILD_DIR/control-center-%{PACKAGE_VERSION}/control-center
  134. %build
  135. %configure --sysconfdir=/etc
  136. export tagname=CC
  137. make SUBDIRS="control-center idl po" LIBTOOL=/usr/bin/libtool
  138. export GNOME_LIBCONFIG_PATH=`pwd`/control-center
  139. sed -e "s,CAPPLET_INCLUDEDIR=\",CAPPLET_INCLUDEDIR=\"-I`pwd`/control-center ," \
  140. -e "s,CAPPLET_LIBS=\",CAPPLET_LIBS=\"-L`pwd`/control-center ," \
  141. control-center/cappletConf.sh > cappletConf.sh.new
  142. mv -f cappletConf.sh.new control-center/cappletConf.sh
  143. cd %{ccsingle}
  144. %configure
  145. make LIBTOOL=/usr/bin/libtool
  146. %install
  147. rm -rf $RPM_BUILD_ROOT
  148. export tagname=CC
  149. %makeinstall SUBDIRS="control-center idl po" sysconfdir=$RPM_BUILD_ROOT/etc LIBTOOL=/usr/bin/libtool
  150. # clear out ui props for now
  151. #rm -f $RPM_BUILD_ROOT%{prefix}/bin/ui-properties
  152. #rm -rf $RPM_BUILD_ROOT%{prefix}/share/control-center/UIOptions
  153. #rm -rf $RPM_BUILD_ROOT%{prefix}/share/gnome/apps/Settings/UIOptions
  154. # get rid of this, so it won't show up in panel menu. use start here
  155. # instead.
  156. rm -f $RPM_BUILD_ROOT%{prefix}/share/gnome/apps/Settings/gnomecc.desktop
  157. # get rid of files we don't want to ship
  158. rm -f $RPM_BUILD_ROOT/%{_bindir}/gnomecc
  159. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
  160. rm -f $RPM_BUILD_ROOT/%{_datadir}/pixmaps/*
  161. rm -f $RPM_BUILD_ROOT/%{_datadir}/gnome/apps/Settings/gnomecc.desktop
  162. cd %{ccsingle}
  163. export tagname=CC
  164. %makeinstall sysconfdir=$RPM_BUILD_ROOT/etc LIBTOOL=/usr/bin/libtool
  165. cd ..
  166. %find_lang %{gettext_package}
  167. %clean
  168. rm -rf $RPM_BUILD_ROOT
  169. %post -p /sbin/ldconfig
  170. %postun -p /sbin/ldconfig
  171. %files -f %{gettext_package}.lang
  172. %defattr(-, root, root)
  173. %doc AUTHORS COPYING ChangeLog NEWS README
  174. %{_libdir}/lib*.so.*
  175. %{_sysconfdir}/CORBA/servers/gnomecc.gnorba
  176. %{_bindir}/gnomecc-single-shell
  177. %files devel
  178. %defattr(-, root, root)
  179. %{_libdir}/lib*.so
  180. %{_libdir}/*.a
  181. %{_libdir}/*Conf.sh
  182. %{_datadir}/idl
  183. %{_includedir}/*
  184. %changelog
  185. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.0.1-11vl5
  186. - applied new versioning policy, spec in utf-8
  187. * Thu Aug 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.0.1-10vl7
  188. - rebuilt with new toolchain
  189. - changed Group to System Environment/Libraries
  190. * Sat May 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.0.1-10vl6
  191. - Rebuild for VineSeed
  192. * Sat May 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.0.1-10vl5
  193. - Rebuild for VinePlus/3.0
  194. - added BuildRequires: libungif-devel (for imlib), gnome-vfs-devel
  195. * Thu Oct 21 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.0.1-10vl4
  196. - fixed spec file encoding
  197. - add Japanese description
  198. * Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.0.1-10vl3
  199. - rebuilt with db4-4.2.52
  200. * Wed May 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0.1-10vl2
  201. - rebuild with db4
  202. * Sat Jan 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0.1-10vl1
  203. - build for Vine Linux
  204. - add Vine patches from control-center-1.4.0.1-0vl8
  205. * Thu Nov 7 2002 Jeremy Katz <katzj@redhat.com> 1.4.0.1-10
  206. - rebuild for libdir changes, remove unpackaged files from buildroot
  207. * Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
  208. - require libpng-devel 70182
  209. * Wed Jul 31 2002 Elliot Lee <sopwith@redhat.com> 1.4.0.1-8
  210. - Make it work without libcapplet0-devel being already installed (#70342)
  211. * Thu Jul 25 2002 Havoc Pennington <hp@redhat.com>
  212. - fix gettext package name so we get translations and rebuild OK
  213. * Mon Jun 17 2002 Jeremy Katz <katzj@redhat.com>
  214. - add gnomecc-single-shell back so that gnome1 capplets can continue working
  215. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  216. - automated rebuild
  217. * Thu May 16 2002 Bill Nottingham <notting@redhat.com>
  218. - remove some extraneous Requires:
  219. * Mon May 13 2002 Jeremy Katz <katzj@redhat.com>
  220. - rebuild in new environment
  221. * Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
  222. - rebuild in different environment
  223. - fix up automake stuff
  224. * Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
  225. - convert to compat package containing only libcapplet
  226. * Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
  227. - merge in translations
  228. * Fri Apr 12 2002 Owen Taylor <otaylor@redhat.com>
  229. - Make the theme selector write fontsets, not fonts (#62413)
  230. * Mon Apr 1 2002 Havoc Pennington <hp@redhat.com>
  231. - really put screensaver capplet back (I think)
  232. * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com>
  233. - revert xscreensaver change
  234. * Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
  235. - init "Scaled" radio button correctly #61913
  236. * Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
  237. - change path to windowmaker config tool again, #61824
  238. * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
  239. - rather than keep patching and patching it, use xscreensaver's own
  240. capplet
  241. * Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
  242. - rebuild in Hampton
  243. * Wed Jan 30 2002 Jonathan Blandford <jrb@redhat.com>
  244. - Rebuild package.
  245. * Thu Jan 24 2002 Tim Powers <timp@redhat.com>
  246. - rebuilt against new openssl
  247. * Fri Jan 18 2002 Havoc Pennington <hp@redhat.com>
  248. - automake14
  249. - don't run auto* again in ccsingle subdir, not sure why we did that
  250. * Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
  251. - rebuild with new gnome-libs so that libcapplet has right cflags/libs
  252. - pixbufflags patch to make the rebuild work
  253. - compileflags patch to make control-center-single work
  254. * Wed Aug 29 2001 Havoc Pennington <hp@redhat.com>
  255. - fix #52831 (UI properties in Programs menu)
  256. * Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
  257. - Add po files from sources.redhat.com
  258. * Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
  259. - set the _XROOTCOLOR_PIXEL property, should fix
  260. bug #52141
  261. * Wed Aug 22 2001 Yukihiro Nakai <ynakai@redhat.com>
  262. - Update translation.
  263. - Add CJK fontset patch
  264. * Thu Aug 16 2001 Jonathan Blandford <jrb@redhat.com>
  265. - New control-center-single to handle exiting, #51665
  266. * Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
  267. - remove .desktop file for gnomecc, so it won't appear
  268. in panel menu, #49653
  269. * Mon Jul 30 2001 Jonathan Blandford <jrb@redhat.com>
  270. - allow to build without depending on control-center-devel
  271. * Mon Jul 23 2001 Jonathan Blandford <jrb@redhat.com>
  272. - Add BuildRequires
  273. * Mon Jul 16 2001 Jonathan Blandford <jrb@redhat.com>
  274. - New version of control-center-single
  275. * Thu Jul 12 2001 Alexander Larsson <alexl@redhat.com>
  276. - Change default background to the same as the nautilus one
  277. * Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
  278. - add hack to default to standalone control panels
  279. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  280. - Bump release + rebuild.
  281. * Tue May 22 2001 Havoc Pennington <hp@redhat.com>
  282. - putting in tree for David
  283. * Tue May 22 2001 David Sainty <dsainty@redhat.com>
  284. - improve DPMS patch for the try case, and enable patch
  285. * Wed May 2 2001 Bill Nottingham <notting@redhat.com>
  286. - add patch to use xscreensaver's DPMS stuff, require that version
  287. * Fri Apr 20 2001 <jrb@redhat.com>
  288. - New Version (1.4.0.1)
  289. * Wed Apr 4 2001 Bill Nottingham <notting@redhat.com>
  290. - kick the mixer once on startup if we aren't running esd
  291. * Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
  292. - translations
  293. * Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
  294. - Rebuild for GTK+-1.2.9 include paths
  295. * Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
  296. - langify
  297. - don't define and use "ver" at the top of the file
  298. - move changelog to sane location
  299. * Thu Feb 08 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-4
  300. - Apply patch from bug #23782 to see how it works
  301. * Fri Feb 02 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-3
  302. - Include fvwm2.desktop in WM's
  303. * Sat Jan 27 2001 Akira TAGOH <tagoh@redhat.com>
  304. - Added Japanese patch.
  305. * Mon Dec 04 2000 Jonathan Blandford <jrb@redhat.com>
  306. - Update release.
  307. * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
  308. - Again, fix problem with solid backgrounds in bg-properties capplet
  309. (patch got lost somewhere)
  310. * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
  311. - Up Epoch and release
  312. * Thu Aug 10 2000 Owen Taylor <otaylor@redhat.com>
  313. - Handle unreadable desktop files without crashing
  314. * Mon Aug 07 2000 Owen Taylor <otaylor@redhat.com>
  315. - Fix problem with backgrounds bigger than screen.
  316. * Tue Aug 01 2000 Owen Taylor <otaylor@redhat.com>
  317. - Fix problem when ~/.gtkrc does not already exist.
  318. - Fix problem with solid backgrounds in bg-properties capplet
  319. * Tue Jul 18 2000 Owen Taylor <otaylor@redhat.com>
  320. - Sort of fix problem with people hitting OK while the
  321. "Save Session" dialog is still up. (Session won't be saved,
  322. but at least the selected entry will be correctly kept.)
  323. - Fix history list in background properties capplet
  324. - Fix problems with temporary files in theme-selector capplet
  325. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  326. - automatic rebuild
  327. * Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
  328. - Require redhat-logos
  329. - Some spec file and FHS fixes
  330. - reposition embedded logo a bit
  331. * Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
  332. - Add big change to use gdk-pixbuf for backgrounds and add
  333. the ability to emboss the background with a logo
  334. * Mon Feb 28 2000 Preston Brown <pbrown@redhat.com>
  335. - revert .so strip
  336. * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  337. - strip .so lib
  338. - use configure macro
  339. * Mon Sep 20 1999 Jonathan Blandford <jrb@redhat.com>
  340. - changed to work with 1.0.40
  341. * Fri Sep 17 1999 Jonathan Blandford <jrb@redhat.com>
  342. - Added fixrevert bug to fix bug in theme selector.
  343. * Sun Jun 13 1999 Jonathan Blandford <jrb@redhat.com>
  344. - updated RPM to use new control-center.
  345. * Wed Apr 07 1999 Michael Fulbright <drmike@redhat.com>
  346. - fixed sound-properties to only disable sound when run with --init-settings-..
  347. - removed debugging output from several capplets, fixed try behaviour of sm and
  348. gnome-edit capplets
  349. - fixed bug in screensaver and background props
  350. - added new icons
  351. * Mon Apr 05 1999 Jonathan Blandford <jrb@redhat.com>
  352. - added a patch to fix the close dialog
  353. - added a patch to limit the number of bg's in the history.
  354. * Fri Apr 02 1999 Jonathan Blandford <jrb@redhat.com>
  355. - vesion 1.0.5
  356. - removed all patches >10 other then dontstartesd.
  357. * Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
  358. - removed UI props till it works better
  359. * Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
  360. - make sure we DONT inadvertantly start esd by calling esd_open_...
  361. * Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
  362. - changed default bg color to '#356390'
  363. * Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
  364. - prime file selector path for browse in background-props if
  365. "/usr/share/pixmaps/backgrounds/" exists.
  366. - fix behavior of file selector when you delete/cancel/ok it
  367. * Wed Mar 24 1999 Michael Fulbright <drmike@redhat.com>
  368. - added patch to fix trying in theme selector
  369. - disabled crystal screensaver, it does evil things to preview in capplet
  370. * Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
  371. - version 1.0.4, fixes problems with sndprops and theme props among
  372. other things.
  373. * Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
  374. - fix sound-properties capplet so Try/Revert doesnt come on unless user
  375. changes something
  376. - fixed theme-selector to not leave processes behind on Linux 2.2 kernels
  377. - strip binaries
  378. * Sun Mar 14 1999 Michael Fulbright <drmike@redhat.com>
  379. - version 1.0.3
  380. - added patch to make esd release after 30 sec of inactivity
  381. * Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
  382. - version 1.0.2
  383. - turned off sound by default
  384. * Thu Mar 04 1999 Michael Fulbright <drmike@redhat.com>
  385. - version 1.0.1
  386. * Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
  387. - version 0.99.8.1
  388. - added etc/CORBA/servers/* to file list
  389. * Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
  390. - update to 0.99.8
  391. - added /usr/lib/cappletConf.sh
  392. * Mon Feb 08 1999 The Rasterman <raster@redhat.com>
  393. - update to 0.99.5.1
  394. * Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
  395. - update to 0.99.5
  396. * Mon Jan 20 1999 Michael Fulbright <drmike@redhat.com>
  397. - update to 0.99.3.1
  398. * Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
  399. - update to 0.99.3
  400. - seems like patch for non-standard xscreensaver placement was already in
  401. prestine sources(?)
  402. * Wed Jan 06 1999 Jonathan Blandford <jrb@redhat.com>
  403. - updated to 0.99.1
  404. - temporary hack patch to get path to work to non-standard placement
  405. of xscreensaver binaries in RH 5.2
  406. * Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>
  407. - Created for the new control-center branch