libtool15-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define gcc_version 4.1.2
  3. Summary: The GNU Portable Library Tool
  4. Summary(ja): GNU ポータブルライブラリツール
  5. Name: libtool15
  6. Version: 1.5.26
  7. Release: 4%{?_dist_release}
  8. License: GPLv2+ and LGPLv2+ and GFDL
  9. Group: Development/Tools
  10. Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
  11. URL: http://www.gnu.org/software/libtool/
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
  13. Requires(post): /sbin/install-info
  14. Requires(preun): /sbin/install-info
  15. Patch1: libtool-1.5.24-multilib.patch
  16. # don't read .la file in current working directory, root might get tricked
  17. # into running a prepared binary in that directory:
  18. Patch2: libtool-1.5.24-relativepath.patch
  19. BuildRequires: autoconf >= 2.59, automake >= 1.9.2, texinfo
  20. Requires: autoconf >= 2.58, automake >= 1.4
  21. # make sure we can configure all supported langs
  22. BuildRequires: gcc, gcc-c++, libstdc++34-devel, gcc-gfortran, gcc-java
  23. # /usr/bin/libtool includes paths within gcc's versioned directories
  24. # Libtool must be rebuilt whenever a new upstream gcc is built
  25. Requires: gcc = %{gcc_version}
  26. Requires: autoconf >= 2.50, automake >= 1.4p1, m4, perl
  27. Requires: libtool-ltdl = %{version}-%{release}, mktemp
  28. %description
  29. GNU Libtool is a set of shell scripts which automatically configure UNIX and
  30. UNIX-like systems to generically build shared libraries. Libtool provides a
  31. consistent, portable interface which simplifies the process of using shared
  32. libraries.
  33. If you are developing programs which will use shared libraries, but do not use
  34. the rest of the GNU Autotools (such as GNU Autoconf and GNU Automake), you
  35. should install the libtool package.
  36. The libtool package also includes all files needed to integrate the GNU
  37. Portable Library Tool (libtool) and the GNU Libtool Dynamic Module Loader
  38. (ltdl) into a package built using the GNU Autotools (including GNU Autoconf
  39. and GNU Automake).
  40. This package includes a modification from the original GNU Libtool to allow
  41. support for multi-architecture systems, such as the AMD64 Opteron and the Intel
  42. 64-bit Xeon.
  43. %description -l ja
  44. GNU Libtoolは、UNIX及びUNIXライクなアーキテクチャで共有ライブラリを汎用的
  45. にビルドするための設定を自動化するシェルスクリプトのセットです。libtoolは、
  46. 共有ライブラリを利用する工程を単純化する首尾一貫した移植可能なインターフェー
  47. スを提供します。
  48. もし、GNU Autotools (GNU Autoconf および GNU Automake) を使わずに共有ライ
  49. ブラリを利用するプログラムを開発するなら、libtool パッケージをインストール
  50. する必要があります。
  51. このパッケージの Libtool は、AMD64 や Intel EM64T などのマルチアーキテクチャ
  52. システムをサポートするために、オリジナルのGNU Libtoolから変更が施されています。
  53. %package ltdl
  54. Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
  55. Summary(ja): GNU Libtool ダイナミックモジュールローダのランタイムライブラリ
  56. Group: System Environment/Libraries
  57. Provides: libtool-libs = %{version}-%{release}
  58. Obsoletes: libtool-libs < 1.5.20
  59. License: LGPL
  60. Requires(post): /sbin/ldconfig
  61. Requires(postun): /sbin/ldconfig
  62. %description ltdl
  63. The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
  64. library that provides a consistent, portable interface which simplifies the
  65. process of using dynamic modules.
  66. These runtime libraries are needed by programs that link directly to the
  67. system-installed ltdl libraries; they are not needed by software built using the
  68. rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
  69. %description -l ja ltdl
  70. libtool-ltdl パッケージにはGNU Libtool 動的モジュールローダのランタイムライ
  71. ブラリが含まれています。GNU Libtool 動的モジュールローダは、動的モジュールを
  72. 利用する工程を単純化する首尾一貫した移植可能なインターフェースを提供します。
  73. ## to build compat32 for x86_64 architecture support
  74. %package -n compat32-%{name}-ltdl
  75. Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
  76. Group: System Environment/Libraries
  77. %description -n compat32-%{name}-ltdl
  78. The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
  79. library that provides a consistent, portable interface which simplifies the
  80. process of using dynamic modules.
  81. %prep
  82. %setup -n libtool-%{version} -q
  83. %patch1 -p1
  84. %patch2 -p1
  85. %build
  86. ./bootstrap
  87. export CC=gcc
  88. export CXX=g++
  89. export F77=gfortran
  90. export CFLAGS="$RPM_OPT_FLAGS -fPIC"
  91. # dumb redhat-rpm-config replaces config.{sub,guess} with ancient ones in %%configure, use ./configure instead:
  92. ./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --mandir=%{_mandir} --infodir=%{_infodir}
  93. # build not smp safe:
  94. make #%{?_smp_mflags}
  95. # check
  96. # make check VERBOSE=yes > make_check.log 2>&1 || (cat make_check.log && false)
  97. %install
  98. rm -rf %{buildroot}
  99. make install DESTDIR=$RPM_BUILD_ROOT
  100. rm -f $RPM_BUILD_ROOT%{_bindir}/libtool*
  101. rm -rf $RPM_BUILD_ROOT%{_infodir}
  102. rm -rf $RPM_BUILD_ROOT%{_datadir}
  103. rm -rf $RPM_BUILD_ROOT%{_includedir}
  104. rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a,so}
  105. %clean
  106. rm -rf %{buildroot}
  107. %post ltdl -p /sbin/ldconfig
  108. %postun ltdl -p /sbin/ldconfig
  109. ## to build compat32 for x86_64 architecture support
  110. %if %{build_compat32}
  111. %post -n compat32-%{name}-ltdl -p /sbin/ldconfig
  112. %postun -n compat32-%{name}-ltdl -p /sbin/ldconfig
  113. %endif
  114. %if !%{build_compat32}
  115. %files ltdl
  116. %defattr(-,root,root)
  117. %doc libltdl/COPYING.LIB libltdl/README
  118. %{_libdir}/libltdl.so.*
  119. %endif
  120. ## to build compat32 for x86_64 architecture support
  121. %if %{build_compat32}
  122. %files -n compat32-%{name}-ltdl
  123. %defattr(-,root,root)
  124. %{_libdir}/libltdl.so.*
  125. %endif
  126. %changelog
  127. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.26-4
  128. - rename to libtool15 to build as compat package
  129. - build libtool15-ltdl only
  130. * Wed Jun 18 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5.26-3
  131. - updated to 1.5.26, importing changes from Fedora 1.5.26-2
  132. - new versioning policy; spec in UTF-8
  133. - define gcc_version to 4.1.2 for Vine
  134. * Wed May 30 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5.22-0vl4
  135. - rebuilt with gcc-4.1.2-0vl10 (gcc -dumpversion begets 4.1.2, not 4.1.3)
  136. * Tue May 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.22-0vl3
  137. - remove BuildRequires: libstdc++3-devel
  138. - add Requres: libtool-ltdl instead of libtool-libs
  139. * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5.22-0vl2
  140. - rebuilt with gcc4 (F77=gfortran now)
  141. - import Patch2 and Patch3 from FC6 1.5.22-6.1
  142. - Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.5.22-6
  143. - detect gcc path at runtime instead of requiring one specific version
  144. - Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.5.22-5
  145. - miscellaneous upstream fixes
  146. * Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.22-0vl1
  147. - new upstream release
  148. * Mon Feb 06 2006 Shu KONNO <owa@bg.wakwak.com> 1.5.20-0vl4
  149. - moved macros (_lib, gcc -m32) to /usr/lib/rpm/rpmrc or macros files
  150. - changed '%postun -p /sbin/ldconfig' to '%postun' and /sbin/ldconfig command
  151. * Thu Feb 02 2006 Shu KONNO <owa@bg.wakwak.com> 1.5.20-0vl3
  152. - added compat32-* packages for x86_64 architecture support
  153. * Mon Oct 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.20-0vl2
  154. - add Japanese Summaries and descriptions
  155. * Mon Oct 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.20-0vl1
  156. - new upstream release
  157. * Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.18-3vl1
  158. - updated to 1.5.18 based on Fedora package
  159. * Sun Feb 6 2005 Daniel Reed <djr@redhat.com> 1.5.12.multilib2-3.4.3
  160. - update to the 1.5.12 bugfix release
  161. - Makes use of $datarootdir, which is necessary for Autoconf >= 2.60.
  162. - Correctly skip hppa, x86_64, and s390* in tests/demo-nopic.test.
  163. - Interpret `include' statements in toplevel ld.so.conf file.
  164. - While "parsing" /etc/ld.so.conf, skip comments.
  165. - add dependency on gcc version; /usr/bin/libtool hardcodes paths into
  166. gcc's internal directories
  167. - replace "libtool-libs" with "libtool-ltdl" and "libtool-ltdl-devel"
  168. * Tue Oct 26 2004 Daniel Reed <djr@redhat.com> 1.5.10-1
  169. - update to the 1.5.10 bugfix release
  170. - obsoletes libtool-1.4-nonneg.patch
  171. - obsoletes libtool-1.5-libtool.m4-x86_64.patch
  172. - obsoletes libtool-1.4.2-multilib.patch
  173. - obsoletes libtool-1.4.2-demo.patch
  174. - obsoletes libtool-1.5-testfailure.patch
  175. * Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> - 1.5.6-2
  176. - compile libltdl.a PIC
  177. * Sun Mar 20 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-0vl2
  178. - rebuild with gcc-3.3.5
  179. * Sun May 2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.6-0vl1
  180. - new upstream release
  181. * Fri Feb 20 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.5.2-2vl1
  182. - merged with fedora-1.5.2-2
  183. * Mon Jan 26 2004 Jens Petersen <petersen@redhat.com> - 1.5.2-1
  184. - update to 1.5.2 bugfix release
  185. - update libtool-1.5-libtool.m4-x86_64.patch
  186. - nolonger need libtool-1.5-mktemp.patch, libtool-1.5-expsym-linux.patch,
  187. libtool-1.5-readonlysym.patch, libtool-1.5-relink-libdir-order-91110.patch,
  188. libtool-1.5-AC_PROG_LD_GNU-quote-v-97608.patch and libtool-1.5-nostdlib.patch
  189. * Tue Oct 28 2003 Jens Petersen <petersen@redhat.com> - 1.5-8
  190. - update libtool-1.4.2-multilib.patch to also deal with powerpc64 (#103316)
  191. [Joe Orton]
  192. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-5vl1
  193. - merged with rawhide 1.5-5
  194. * Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.3-2vl2
  195. - based on 1.4.3-2 from Rawhide and built for Vine Linux
  196. - added BuildPreReq: automake14
  197. * Thu Jul 17 2003 Jens Petersen <petersen@redhat.com> - 1.5-5
  198. - bring back libtool-1.4.2-demo.patch to disable nopic tests on amd64
  199. and s390x again
  200. * Tue Jul 15 2003 Owen Taylor <otaylor@redhat.com>
  201. - Fix misapplied chunk for expsym-linux patch
  202. * Tue Jul 8 2003 Jens Petersen <petersen@redhat.com> - 1.5-4
  203. - remove the quotes around LD in AC_PROG_LD_GNU (#97608)
  204. [reported by twaugh]
  205. - use -nostdlib also when linking with g++ and non-GNU ld in
  206. _LT_AC_LANG_CXX_CONFIG [reported by fnasser, patch by aoliva]
  207. - use %%configure with CC and CXX set
  208. * Thu Jun 12 2003 Jens Petersen <petersen@redhat.com> - 1.5-3
  209. - don't use %%configure since target options caused libtool to assume
  210. i386-redhat-linux-gcc instead of gcc for CC (reported by Joe Orton)
  211. - add libtool-1.5-relink-libdir-order-91110.patch to fix order of lib dirs
  212. searched when relinking (#91110) [patch from Joe Orton]
  213. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  214. - rebuilt
  215. * Thu May 1 2003 Jens Petersen <petersen@redhat.com> - 1.5-1
  216. - update to 1.5
  217. - no longer override config.{guess,sub} for rpmbuild %%configure,
  218. redhat-rpm-config owns those now
  219. - update and rename libtool-1.4.2-s390_x86_64.patch to
  220. libtool-1.5-libtool.m4-x86_64.patch since s390 now included
  221. - buildrequire autoconf and automake, no longer automake14
  222. - skip make check on s390 temporarily
  223. - no longer skip demo-nopic.test on x86_64, s390 and s390x
  224. - from Owen Taylor
  225. - add libtool-1.4.2-expsym-linux.patch (#55607) [from James Henstridge]
  226. - add quoting in mktemp patch
  227. - add libtool-1.5-readonlysym.patch
  228. - add libtool-1.5-testfailure.patch workaround
  229. - relink patch no longer needed
  230. * Sat Feb 08 2003 Florian La Roche <Florian.LaRoche@redhat.de> - 1.4.3-5
  231. - add config.guess and config.sub, otherwise old versions of
  232. these files can creep into /usr/share/libtool/
  233. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  234. - rebuilt
  235. * Mon Jan 13 2003 Jens Petersen <petersen@redhat.com> 1.4.3-3
  236. - fix mktemp to work when running mktemp fails (#76602)
  237. [reported by (Oron Peled)]
  238. - remove info dir file, don't exclude it
  239. - fix typo in -libs description (#79619)
  240. - use buildroot instead of RPM_BUILD_ROOT
  241. * Tue Jan 07 2003 Karsten Hopp <karsten@redhat.de> 1.4.3-2.2
  242. - use lib64 on s390x, too.
  243. * Thu Dec 5 2002 Jens Petersen <petersen@redhat.com>
  244. - add comment to explain why we use an old Automake for building
  245. - buildrequire automake14
  246. * Sat Nov 23 2002 Jens Petersen <petersen@redhat.com>
  247. - add --without check build option to allow disabling of "make check"
  248. - exclude info dir file rather than removing
  249. * Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 1.4.3-2
  250. - define SED in ltmain.sh for historic ltconfig files
  251. - define macro AUTOTOOLS to hold automake-1.4 and aclocal-1.4, and use it
  252. - leave old missing file for now
  253. - general spec file cleanup
  254. - don't copy install files to demo nor mess with installed ltdl files
  255. - don't need to run make in doc
  256. - force removal of info dir file
  257. - don't need to create install prefix dir
  258. - don't bother gzipping info files ourselves
  259. * Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 1.4.3-1
  260. - update to 1.4.3
  261. - remove obsolete patches (test-quote, dup-deps, libtoolize-configure.ac)
  262. - apply the multilib patch to just the original config files
  263. - update x86_64/s390 patch and just apply to original config files
  264. - use automake-1.4 in "make check" for demo-make.test to pass!
  265. - remove info dir file that is not installed
  266. - make autoreconf update missing
  267. * Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 1.4.2-12.2
  268. - Added s390x and x64_64 support.
  269. * Fri Oct 4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-12.1
  270. - rebuild
  271. * Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com>
  272. - patch to find the proper libdir on multilib boxes
  273. * Mon Aug 19 2002 Jens Petersen <petersen@redhat.com> 1.4.2-12
  274. - don't include demo in doc, specially now that we "make check" (#71609)
  275. * Tue Aug 13 2002 Jens Petersen <petersen@redhat.com> 1.4.2-11
  276. - don't hardcode "configure.in" in libtoolize (#70864)
  277. [reported by bastiaan@webcriminals.com]
  278. - make check, but not on ia64
  279. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4.2-10
  280. - automated rebuild
  281. * Thu May 23 2002 Tim Powers <timp@redhat.com> 1.4.2-9
  282. - automated rebuild
  283. * Fri Apr 26 2002 Jens Petersen <petersen@redhat.com> 1.4.2-8
  284. - add old patch from aoliva to fix relinking when installing into a buildroot
  285. - backport dup-deps fix from cvs stable branch
  286. * Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 1.4.2-7
  287. - run ldconfig in postin and postun
  288. * Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.4.2-6
  289. - rebuild in new environment
  290. * Tue Feb 12 2002 Jens Petersen <petersen@redhat.com> 1.4.2-5
  291. - revert filemagic and archive-shared patches following cvs (#54887)
  292. - don't change "&& test" to "-a" in ltmain.in
  293. * Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.4.2-4
  294. - automated rebuild
  295. * Mon Dec 3 2001 Jens Petersen <petersen@redhat.com> 1.4.2-3
  296. - test quoting patch should be on ltmain.in not ltmain.sh (#53276)
  297. - use file_magic for Linux ELF (#54887)
  298. - allow link against an archive when building a shared library (#54887)
  299. - include ltdl.m4 in manifest (#56671)
  300. * Wed Oct 24 2001 Jens Petersen <petersen@redhat.com> 1.4.2-2
  301. - added URL to spec
  302. * Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.4.2-1
  303. - 1.4.2 - sync up with autoconf...
  304. * Thu Jul 5 2001 Bernhard Rosenkraenzer <bero@redhat.de> 1.4-8
  305. - extend s390 patch to 2 more files
  306. - s/Copyright/License/
  307. * Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de>
  308. - add s390 patch for deplibs_check_method=pass_all
  309. * Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  310. - add patches from Tim Waugh #42724
  311. * Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  312. - add patches from cvs mainline
  313. * Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  314. - fix a "test" bug in ltmain.sh
  315. * Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  316. - disable the post commands to modify /usr/share/doc/
  317. * Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
  318. - Require automake 1.4p1
  319. * Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  320. - update to libtool 1.4
  321. - adjust or remove patches
  322. * Thu Jul 13 2000 Elliot Lee <sopwith@redhat.com>
  323. - Fix recognition of ^0[0-9]+$ as a non-negative integer.
  324. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  325. - automatic rebuild
  326. * Fri Jul 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  327. - patch to use mktemp to create the tempdir
  328. - use %%configure after defining __libtoolize to /bin/true
  329. * Mon Jul 3 2000 Matt Wilson <msw@redhat.com>
  330. - subpackage libltdl into libtool-libs
  331. * Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
  332. - running libtoolize on the libtool source tree ain't right :)
  333. * Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com>
  334. - FHS packaging.
  335. * Thu Jun 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  336. - update to 1.3.5.
  337. * Fri Mar 3 2000 Jeff Johnson <jbj@redhat.com>
  338. - add prereqs for m4 and perl inorder to run autoconf/automake.
  339. * Mon Feb 28 2000 Jeff Johnson <jbj@redhat.com>
  340. - functional /usr/doc/libtool-*/demo by end-user %post procedure (#9719).
  341. * Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
  342. - update to 1.3.4.
  343. * Mon Dec 6 1999 Jeff Johnson <jbj@redhat.com>
  344. - change from noarch to per-arch in order to package libltdl.a (#7493).
  345. * Thu Jul 15 1999 Jeff Johnson <jbj@redhat.com>
  346. - update to 1.3.3.
  347. * Mon Jun 14 1999 Jeff Johnson <jbj@redhat.com>
  348. - update to 1.3.2.
  349. * Tue May 11 1999 Jeff Johnson <jbj@redhat.com>
  350. - explicitly disable per-arch libraries (#2210)
  351. - undo hard links and remove zero length file (#2689)
  352. * Sat May 1 1999 Jeff Johnson <jbj@redhat.com>
  353. - update to 1.3.
  354. * Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
  355. - disable the --cache-file passing to ltconfig; this breaks the older
  356. ltconfig scripts found around.
  357. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  358. - auto rebuild in the new build environment (release 2)
  359. * Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
  360. - update to 1.2f
  361. * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
  362. - completed arm patch
  363. - added patch to make it more arm-friendly
  364. - upgrade to version 1.2d
  365. * Thu May 07 1998 Donnie Barnes <djb@redhat.com>
  366. - fixed busted group
  367. * Sat Jan 24 1998 Marc Ewing <marc@redhat.com>
  368. - Update to 1.0h
  369. - added install-info support
  370. * Tue Nov 25 1997 Elliot Lee <sopwith@redhat.com>
  371. - Update to 1.0f
  372. - BuildRoot it
  373. - Make it a noarch package