libtool-vl.spec 21 KB

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