libtool-vl.spec 19 KB

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