Hello community, here is the log from the commit of package libtool checked in at Sun May 21 19:03:28 CEST 2006. -------- --- libtool/libtool.changes 2006-01-25 21:30:26.000000000 +0100 +++ libtool/libtool.changes 2006-01-27 17:10:23.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 27 17:10:08 CET 2006 - schwab@suse.de + +- Split off libtldl package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtool.spec ++++++ --- /var/tmp/diff_new_pack.24BrFJ/_old 2006-05-21 19:03:09.000000000 +0200 +++ /var/tmp/diff_new_pack.24BrFJ/_new 2006-05-21 19:03:09.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -16,9 +16,10 @@ Group: Development/Tools/Building Autoreqprov: on PreReq: %{install_info_prereq} +Requires: libltdl = %{version} Summary: A Tool to Build Shared Libraries Version: 1.5.22 -Release: 2 +Release: 13 URL: http://www.gnu.org/software/libtool/ Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.gz #Patch: libtool-%{version}.diff @@ -40,6 +41,26 @@ Robert Boehne <rboehne@ricardo-us.com> Bob Friesenhahn <bfriesen@simple.dallas.tx.us> +%package -n libltdl +Summary: Libtool Runtime Library +Group: Development/Libraries/C and C++ +Autoreqprov: on + +%description -n libltdl +Library needed by programs that use the ltdl interface of GNU libtool. + + + +Authors: +-------- + Gordon Matzigkeit <gord@gnu.org> + Alexandre Oliva <oliva@dcc.unicamp.br> + Thomas Tanner <tanner@ffii.org> + Gary V. Vaughan <gvv@techie.com> + Ossama Othman <ossama@debian.org> + Robert Boehne <rboehne@ricardo-us.com> + Bob Friesenhahn <bfriesen@simple.dallas.tx.us> + %prep %setup -q #%patch @@ -60,13 +81,15 @@ make install DESTDIR=$RPM_BUILD_ROOT %post -%run_ldconfig %install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz %postun -%run_ldconfig %install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz +%post -n libltdl -p /sbin/ldconfig + +%postun -n libltdl -p /sbin/ldconfig + %clean rm -rf $RPM_BUILD_ROOT @@ -78,12 +101,18 @@ /usr/include/ltdl.h %{_libdir}/libltdl.a %attr(644, root, root) %{_libdir}/libltdl.la -%{_libdir}/libltdl.so* +%{_libdir}/libltdl.so /usr/share/aclocal/*.m4 %doc %{_infodir}/libtool.info* /usr/share/libtool +%files -n libltdl +%defattr(-, root, root) +%{_libdir}/libltdl.so.* + %changelog -n libtool +* Fri Jan 27 2006 - schwab@suse.de +- Split off libtldl package. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 13 2006 - schwab@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de