GConf2-vl.spec 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define libxml2_version 2.7.8
  3. %define orbit2_version 2.14.19
  4. %define glib2_version 2.32.0
  5. %define dbus_version 1.4.0
  6. %define dbus_glib_version 0.88
  7. Summary: A process-transparent configuration system
  8. Summary(ja): プロセス透過型設定システム
  9. Name: GConf2
  10. Version: 3.2.6
  11. Release: 2%{?_dist_release}
  12. License: LGPL
  13. Group: System Environment/Base
  14. Source: http://ftp.gnome.org/pub/GNOME/sources/GConf/3.2/GConf-%{version}.tar.xz
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. URL: http://www.gnome.org
  17. BuildRequires: libxml2-devel >= %{libxml2_version}
  18. BuildRequires: ORBit2-devel >= %{orbit2_version}
  19. BuildRequires: glib2-devel >= %{glib2_version}
  20. BuildRequires: dbus-devel >= %{dbus_version}
  21. BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
  22. BuildRequires: gtk3-devel
  23. BuildRequires: openldap-devel
  24. BuildRequires: gtk-doc >= 0.9
  25. BuildRequires: polkit-devel >= 0.99
  26. BuildRequires: gobject-introspection-devel
  27. Requires: dbus
  28. Obsoletes: %{name}-gtk < 3.2.6
  29. Provides: %{name}-gtk = %{version}
  30. Patch0: GConf-2.18.0.1-reload.patch
  31. # http://bugzilla.gnome.org/show_bug.cgi?id=568845
  32. Patch1: GConf-gettext.patch
  33. Vendor: Project Vine
  34. Distribution: Vine Linux
  35. Packager: Takemikaduchi
  36. %description
  37. GConf is a process-transparent configuration database API used to
  38. store user preferences. It has pluggable backends and features to
  39. support workgroup administration.
  40. %description -l ja
  41. GConf は、ユーザの設定を保存するためのプロセス透過型の設定データ
  42. ベースの API です。バックエンドに接続しワークグループ管理をサポー
  43. トする機能を持っています。
  44. %package devel
  45. Summary: Headers and libraries for GConf development
  46. Summary(ja): GConf を使って開発するためのヘッダーファイルとライブラリ
  47. Group: Development/Libraries
  48. Requires: %{name} = %{version}
  49. Requires: ORBit2-devel >= %{orbit2_version}
  50. Requires: glib2-devel >= %{glib2_version}
  51. %description devel
  52. GConf development package. Contains files needed for doing
  53. development using GConf.
  54. %description -l ja devel
  55. GConf 開発パッケージです。GConf を使って開発するために必要なファ
  56. イルが含まれています。
  57. %if %{build_compat32}
  58. #######################################################################
  59. # compat32
  60. %package -n compat32-%{name}
  61. Summary: A process-transparent configuration system
  62. Summary(ja): プロセス透過型設定システム
  63. Group: System Environment/Base
  64. Requires: compat32-glib2 >= %{glib2_version}
  65. %description -n compat32-%{name}
  66. GConf is a process-transparent configuration database API used to
  67. store user preferences. It has pluggable backends and features to
  68. support workgroup administration.
  69. %description -l ja -n compat32-%{name}
  70. GConf は、ユーザの設定を保存するためのプロセス透過型の設定データ
  71. ベースの API です。バックエンドに接続しワークグループ管理をサポー
  72. トする機能を持っています。
  73. %package -n compat32-%{name}-devel
  74. Summary: Headers and libraries for GConf development
  75. Summary(ja): GConf を使って開発するためのヘッダーファイルとライブラリ
  76. Group: Development/Libraries
  77. Requires: compat32-%{name} = %{version}
  78. Requires: %{name} = %{version}
  79. Requires: compat32-glib2 >= %{glib2_version}
  80. %description -n compat32-%{name}-devel
  81. GConf development package. Contains files needed for doing
  82. development using GConf.
  83. %description -l ja -n compat32-%{name}-devel
  84. GConf 開発パッケージです。GConf を使って開発するために必要なファ
  85. イルが含まれています。
  86. %endif
  87. %prep
  88. %setup -q -n GConf-%{version}
  89. %patch0 -p1 -b .reload
  90. %patch1 -p1 -b .gettext
  91. %build
  92. %configure --disable-gtk-doc --disable-static --enable-defaults-service --with-gtk=3.0
  93. %__make %{?_smp_mflags}
  94. %install
  95. rm -fr $RPM_BUILD_ROOT
  96. %__make install DESTDIR=$RPM_BUILD_ROOT
  97. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
  98. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/gconf.xml.system
  99. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
  100. rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/*.la
  101. rm -f $RPM_BUILD_ROOT/%{_libdir}/gio/modules/*.la
  102. %find_lang %name
  103. %clean
  104. rm -rf $RPM_BUILD_ROOT
  105. %post
  106. /sbin/ldconfig
  107. if [ $1 -gt 1 ]; then
  108. if ! fgrep -q gconf.xml.system %{_sysconfdir}/gconf/2/path; then
  109. sed -i -e 's@xml:readwrite:$(HOME)/.gconf@&\n\n# Location for system-wide settings.\nxml:readonly:/etc/gconf/gconf.xml.system@' %{_sysconfdir}/gconf/2/path
  110. fi
  111. fi
  112. %postun -p /sbin/ldconfig
  113. %files -f %{name}.lang
  114. %defattr(-, root, root)
  115. %doc COPYING ChangeLog NEWS README backends/README.evoldap
  116. %config %{_sysconfdir}/gconf/2/path
  117. %config %{_sysconfdir}/gconf/2/evoldap.conf
  118. %dir %{_sysconfdir}/gconf
  119. %dir %{_sysconfdir}/gconf/2
  120. %dir %{_sysconfdir}/gconf/gconf.xml.defaults
  121. %dir %{_sysconfdir}/gconf/gconf.xml.mandatory
  122. %dir %{_sysconfdir}/gconf/gconf.xml.system
  123. %dir %{_sysconfdir}/gconf/schemas
  124. %{_bindir}/*
  125. %{_libexecdir}/*
  126. %{_libdir}/*.so.*
  127. %dir %{_libdir}/GConf
  128. %dir %{_libdir}/GConf/2
  129. %{_libdir}/GConf/2/*.so
  130. %{_libdir}/girepository-1.0
  131. %{_mandir}/man1/*
  132. %{_datadir}/sgml/gconf/gconf-1.0.dtd
  133. %{_datadir}/GConf
  134. %{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
  135. %{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
  136. %{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
  137. %{_datadir}/dbus-1/services/org.gnome.GConf.service
  138. %{_sysconfdir}/xdg/autostart/gsettings-data-convert.desktop
  139. %{_libdir}/gio/modules/libgsettingsgconfbackend.so
  140. %files devel
  141. %defattr(-, root, root)
  142. %{_libdir}/*.so
  143. %{_includedir}/gconf
  144. %{_datadir}/aclocal/*.m4
  145. %{_datadir}/gtk-doc
  146. %{_datadir}/gir-1.0
  147. %{_libdir}/pkgconfig/*
  148. %if %{build_compat32}
  149. %files -n compat32-%{name}
  150. %defattr(-,root,root,-)
  151. %{_libdir}/*.so.*
  152. %dir %{_libdir}/GConf
  153. %dir %{_libdir}/GConf/2
  154. %{_libdir}/GConf/2/*.so
  155. %{_libdir}/girepository-1.0
  156. %{_libdir}/gio/modules/libgsettingsgconfbackend.so
  157. %files -n compat32-%{name}-devel
  158. %defattr(-, root, root)
  159. %{_libdir}/*.so
  160. %endif
  161. %changelog
  162. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.6-2
  163. - rebuild with VineSeed environment
  164. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.6-1
  165. - update to 3.2.6
  166. - remove %%{name}-gtk subpackage
  167. * Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
  168. - remove *.pc from compat32-%{name}-devel
  169. * Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
  170. - new upstream release
  171. * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
  172. - new upstream release
  173. * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  174. - new upstream release
  175. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  176. - new upstream release
  177. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  178. - new upstream release
  179. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  180. - new upstream release
  181. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.6-1
  182. - new upstream release
  183. - remove Patch2
  184. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  185. - new upstream release
  186. - change configure option (from --with-gtk=2.0 to --with-gtk=3.0)
  187. - replace Patch2 (GConf2-3.1.4-gsettings-data-convert.patch)
  188. - delete Patch3,4
  189. * Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-2
  190. - add gtk subpackage to include gconf-sanity-check-2
  191. - add --with-gtk=2.0
  192. * Sat Feb 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  193. - new upstream release
  194. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  195. - new upstream release
  196. - add BuildRequires: gobject-introspection-devel
  197. - create compat32-%{name} package
  198. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.28.1-2
  199. - build with rpm-4.8.1-1 for pkg-config file
  200. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  201. - new upstream release
  202. - drop Patch2, Patch3, Patch4
  203. * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.0-2
  204. - import upstream patches from fedora
  205. - Patch1: gettext fix
  206. - Patch2: avoid crash wen gconftool-2 cant read the db
  207. - Patch3: make the defaults mechanism use the right polkit actions
  208. - Patch4: donot catch segv etc. let abrt catch them
  209. - build with polkit, add BR: polkit-devel
  210. * Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.0-1
  211. - new upstream release
  212. * Fri May 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
  213. - add BR: dbus-devel, dbus-glib-devel (<BTS:0700>)
  214. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  215. - new upstream release
  216. * Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
  217. - drop obsolete patch1
  218. * Sun Mar 22 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.0-2
  219. - rebuilt with openldap-2.4.11
  220. * Thu Mar 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  221. - new upstream release
  222. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  223. - new upstream release
  224. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23.2-1
  225. - new upstream release
  226. * Tue Jul 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.22.0-2
  227. - spec in UTF-8
  228. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  229. - new upstream release
  230. * Sat Nov 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
  231. - new upstream release
  232. - removed Prereq: install-info
  233. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl2
  234. - rebuild with new environment
  235. * Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
  236. - new upstream release
  237. * Mon Sep 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.14.0-0vl5
  238. - add BuildRequires: gtk2-devel
  239. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.14.0-0vl4
  240. - rebuilt with openldap-2.3.27-0vl1
  241. * Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 2.14.0-0vl3
  242. - rebuilt with openldap-2.3.24-0vl1
  243. * Tue May 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
  244. - add BuildRequires: openldap-devel
  245. * Sun Mar 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  246. - new upstream release
  247. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl2
  248. - reload gconf2 when schema is added/removed (patch0 from mdk)
  249. - only sync db once when installing multiple schemas. (patch1 from fc)
  250. * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl1
  251. - new upstream release
  252. * Wed Jan 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.1-0vl1
  253. - new upstream release
  254. * Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  255. - new upstream release
  256. * Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.92-0vl1
  257. - new upstream release
  258. * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
  259. - new upstream release
  260. * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  261. - new upstream version
  262. * Thu Nov 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl2
  263. - add Japanese summaries and descriptions.
  264. thanks to spec file translation project.
  265. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  266. - new upstream release
  267. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.1-0vl1
  268. - new upstream release
  269. * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  270. - new upstream release
  271. * Tue Sep 02 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.3-0vl1
  272. - new upstream release
  273. * Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  274. - new upstream release
  275. - fix specfile kanjicode
  276. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  277. - new upstream release
  278. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
  279. - new upstream release
  280. * Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl1
  281. - build for Vine Linux
  282. * Fri Aug 30 2002 Havoc Pennington <hp@redhat.com>
  283. - add GCONF_LOCAL_LOCKS mode, and syslog encoding patch from tagoh
  284. * Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
  285. - add dialog to offer to delete gconf locks
  286. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  287. - 1.2.1
  288. - include libexecdir stuff
  289. * Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
  290. - move .pc fle to -devel package
  291. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  292. - automated rebuild
  293. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  294. - automated rebuild
  295. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  296. - fix warning on gnome-panel install
  297. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  298. - 1.2.0
  299. - own libdir/GConf/2 directory
  300. - include gtk-doc docs
  301. - don't include static lib for backend modules
  302. * Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
  303. - rebuild in different environment
  304. * Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
  305. - 1.1.11
  306. - remove AUTHORS for rpmlint
  307. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  308. - automated rebuild
  309. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  310. - rebuild in different environment
  311. * Fri May 17 2002 Havoc Pennington <hp@redhat.com>
  312. - rebuild in different environment
  313. * Thu May 2 2002 Havoc Pennington <hp@redhat.com>
  314. - 1.1.10
  315. * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
  316. - 1.1.9
  317. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  318. - 1.1.8
  319. - remove .la files
  320. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  321. - Version 1.1.6
  322. - Rebuild for dependencies
  323. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  324. - automated rebuild
  325. * Fri Jan 4 2002 Havoc Pennington <hp@redhat.com>
  326. - 1.1.5.93 snap with important bugfix so gconf actually works
  327. * Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
  328. - 1.1.5.92 snap with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  329. * Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
  330. - 1.1.5.91 snap with gconf.m4 fix for libgnome
  331. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  332. - since every other build seems to avoid libglib-1.3.so.11,
  333. rebuild and hope
  334. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  335. - cvs snap 1.1.5.90
  336. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  337. - GConf 1.1.5, glib 1.3.11
  338. * Sat Oct 27 2001 Havoc Pennington <hp@redhat.com>
  339. - rebuild for glib 1.3.10
  340. * Sun Oct 14 2001 Havoc Pennington <hp@redhat.com>
  341. - 1.1.3
  342. * Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
  343. - cvs snap, remove bonobo-activation deps
  344. * Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
  345. - update to new CVS snap, rebuild
  346. * Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
  347. - create gconf2 rpm based on gconf1, comment out pofiles
  348. - include .pc files
  349. * Fri Sep 14 2001 Havoc Pennington <hp@redhat.com>
  350. - fix description/summary
  351. * Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
  352. - Add po files from sources.redhat.com
  353. * Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
  354. - Add po files from sources.redhat.com
  355. * Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
  356. - upgrade to 1.0.4 release I just made
  357. - fixes #51223, syslog spew
  358. * Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
  359. - move gconf-config to devel RPM
  360. * Mon Jul 23 2001 Havoc Pennington <hp@redhat.com>
  361. - how many releases of GConf can I make before it works?
  362. * Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
  363. - Upgrade to 1.0.2 (which contains only bugfixes that
  364. I reviewed and/or wrote myself)
  365. * Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
  366. - create the %{_sysconfdir}/gconf/gconf.xml.defaults directory
  367. * Fri Jul 6 2001 Alexander Larsson <alexl@redhat.com>
  368. - Install the .la files in the devel package.
  369. * Fri Jul 6 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
  370. - Use %%{_tmppath}
  371. - Move the .so files to the devel subpackage
  372. - langify
  373. - Move changelog to the end, where it should be :)
  374. - Don't specify (a bad) doc directory
  375. - Don't define name, version and release and use it in the rpm headers later
  376. - Remove "Packager:"
  377. - s/Copyright/License/
  378. * Fri Jun 22 2001 Havoc Pennington <hp@redhat.com>
  379. - add --direct option to gconftool to avoid spawning oafd,
  380. then commented out gconftool entirely since it checks
  381. whether gconfd is running and that spawns oafd anyhow.
  382. oafd simply needs to exit when unused.
  383. * Tue May 15 2001 Havoc Pennington <hp@redhat.com>
  384. - Fix post, pointed out by Bill
  385. * Mon May 14 2001 Havoc Pennington <hp@redhat.com>
  386. - Upgrade to 1.0.1
  387. * Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
  388. - Import to Red Hat build system.
  389. * Sun Jun 11 2000 Eskil Heyn Olsen <deity@eazel.com>
  390. - Created the .spec file