From 91b74553c8f8f905c8cdea39d93ef54f5d82a1a5 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 25 Jan 2004 22:24:23 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create branch 'RA- branch_general'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sprout from master 2003-12-18 20:45:05 UTC Arkadiusz Miśkiewicz '- new patches (fix x86_64, make restricted symbol exports work on Linux)' Cherrypick from master 2004-01-25 22:24:23 UTC Arkadiusz Miśkiewicz '- updated to 1.5.2; rest of patches is obsolete (included in new libtool)': libtool-m4-x86_64.patch -> 1.2 Delete: libtool-ac253.patch libtool-am18.patch libtool-cache.patch libtool-new-ac.patch libtool-nonneg.patch libtool-nostdlib.patch libtool-readonlysym.patch libtool-test.patch libtool.spec --- libtool-ac253.patch | 22 --- libtool-am18.patch | 11 -- libtool-cache.patch | 16 --- libtool-m4-x86_64.patch | 11 +- libtool-new-ac.patch | 18 --- libtool-nonneg.patch | 29 ---- libtool-nostdlib.patch | 12 -- libtool-readonlysym.patch | 20 --- libtool-test.patch | 282 -------------------------------------- libtool.spec | 221 ----------------------------- 10 files changed, 6 insertions(+), 636 deletions(-) delete mode 100644 libtool-ac253.patch delete mode 100644 libtool-am18.patch delete mode 100644 libtool-cache.patch delete mode 100644 libtool-new-ac.patch delete mode 100644 libtool-nonneg.patch delete mode 100644 libtool-nostdlib.patch delete mode 100644 libtool-readonlysym.patch delete mode 100644 libtool-test.patch delete mode 100644 libtool.spec diff --git a/libtool-ac253.patch b/libtool-ac253.patch deleted file mode 100644 index 3e80a9b..0000000 --- a/libtool-ac253.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- libtool-1.4.2/libtool.m4.orig Tue Sep 11 05:16:01 2001 -+++ libtool-1.4.2/libtool.m4 Fri May 3 13:20:45 2002 -@@ -68,8 +68,8 @@ - AC_CHECK_TOOL(RANLIB, ranlib, :) - AC_CHECK_TOOL(STRIP, strip, :) - --ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) --ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL], -+AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) -+AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], - enable_win32_dll=yes, enable_win32_dll=no) - - AC_ARG_ENABLE(libtool-lock, -@@ -113,7 +113,7 @@ - fi - ;; - --ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL], -+AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], - [*-*-cygwin* | *-*-mingw* | *-*-pw32*) - AC_CHECK_TOOL(DLLTOOL, dlltool, false) - AC_CHECK_TOOL(AS, as, false) diff --git a/libtool-am18.patch b/libtool-am18.patch deleted file mode 100644 index e09f5d1..0000000 --- a/libtool-am18.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libtool-1.5/libtool.m4.orig 2003-12-13 00:34:23.000000000 +0100 -+++ libtool-1.5/libtool.m4 2003-12-13 00:42:07.275166512 +0100 -@@ -2498,7 +2498,7 @@ - fi - if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then - AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) -- if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then : -+ if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : - else - AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) - _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no diff --git a/libtool-cache.patch b/libtool-cache.patch deleted file mode 100644 index 5002e31..0000000 --- a/libtool-cache.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- libtool-1.2f/libtool.m4~ Fri Mar 12 13:47:07 1999 -+++ libtool-1.2f/libtool.m4 Fri Mar 26 14:24:18 1999 -@@ -68,7 +68,12 @@ - dnl - - # Check for any special flags to pass to ltconfig. --libtool_flags="--cache-file=$cache_file" -+# -+# the following will cause an existing older ltconfig to fail, so -+# we ignore this at the expense of the cache file... Checking this -+# will just take longer ... bummer! -+#libtool_flags="--cache-file=$cache_file" -+# - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" - test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" - test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" diff --git a/libtool-m4-x86_64.patch b/libtool-m4-x86_64.patch index c5a1e97..19917e9 100644 --- a/libtool-m4-x86_64.patch +++ b/libtool-m4-x86_64.patch @@ -1,11 +1,12 @@ ---- libtool-1.5/libtool.m4.x86_64 2003-04-14 17:58:23.000000000 -0400 -+++ libtool-1.5/libtool.m4 2003-04-24 16:38:34.000000000 -0400 -@@ -2167,7 +2167,7 @@ +diff -urN libtool-1.5.2.org/libtool.m4 libtool-1.5.2/libtool.m4 +--- libtool-1.5.2.org/libtool.m4 2004-01-25 23:02:49.577134104 +0100 ++++ libtool-1.5.2/libtool.m4 2004-01-25 23:09:28.982059578 +0100 +@@ -2184,7 +2184,7 @@ # This must be Linux ELF. linux*) case $host_cpu in -- alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) -+ alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh* | x86_64*) +- alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*) ++ alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*|amd64*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM diff --git a/libtool-new-ac.patch b/libtool-new-ac.patch deleted file mode 100644 index 6639ab2..0000000 --- a/libtool-new-ac.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: libtoolize.in -=================================================================== -RCS file: /cvsroot/libtool/libtool/libtoolize.in,v -retrieving revision 1.15.2.1 -diff -u -r1.15.2.1 libtoolize.in ---- libtoolize.in 28 Nov 2001 00:42:30 -0000 1.15.2.1 -+++ libtoolize.in 9 Jan 2002 18:29:57 -0000 -@@ -154,7 +154,7 @@ - files='config.guess config.sub ltmain.sh' - - auxdir=. --auxdirline=`egrep '^AC_CONFIG_AUX_DIR' configure.in 2>/dev/null` -+auxdirline=`egrep '^AC_CONFIG_AUX_DIR' $configure_ac 2>/dev/null` - if test -n "$auxdirline"; then - # Handle explicit AC_CONFIG_AUX_DIR settings. - auxdir=`echo "$auxdirline" | sed 's/^AC_CONFIG_AUX_DIR(\([^)]*\)).*$/\1/'` - - diff --git a/libtool-nonneg.patch b/libtool-nonneg.patch deleted file mode 100644 index d21ade8..0000000 --- a/libtool-nonneg.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- libtool-1.3.5/ltmain.in.sopwith Thu Jul 13 17:34:43 2000 -+++ libtool-1.3.5/ltmain.in Thu Jul 13 17:36:31 2000 -@@ -1656,7 +1656,7 @@ - - # Check that each of the things are valid numbers. - case "$current" in -- 0 | [1-9] | [1-9][0-9]*) ;; -+ [0-9]*) ;; - *) - $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2 - $echo "$modename: \`$vinfo' is not valid version information" 1>&2 -@@ -1665,7 +1665,7 @@ - esac - - case "$revision" in -- 0 | [1-9] | [1-9][0-9]*) ;; -+ [0-9]*) ;; - *) - $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2 - $echo "$modename: \`$vinfo' is not valid version information" 1>&2 -@@ -1674,7 +1674,7 @@ - esac - - case "$age" in -- 0 | [1-9] | [1-9][0-9]*) ;; -+ [0-9]*) ;; - *) - $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 - $echo "$modename: \`$vinfo' is not valid version information" 1>&2 diff --git a/libtool-nostdlib.patch b/libtool-nostdlib.patch deleted file mode 100644 index 2cccf2d..0000000 --- a/libtool-nostdlib.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u libtool-1.5/libtool.m4~ libtool-1.5/libtool.m4 ---- libtool-1.5/libtool.m4~ 2003-07-08 22:04:05.000000000 +0900 -+++ libtool-1.5/libtool.m4 2003-07-08 22:04:05.000000000 +0900 -@@ -2744,7 +2744,7 @@ - # linker, instead of GNU ld. If possible, this setting should - # overridden to take advantage of the native linker features on - # the platform it is being used on. -- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - fi - - # Commands to make compiler produce verbose output that lists diff --git a/libtool-readonlysym.patch b/libtool-readonlysym.patch deleted file mode 100644 index b7599fc..0000000 --- a/libtool-readonlysym.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- libtool-1.5/libtool.m4.readonlysym 2003-04-24 16:41:59.000000000 -0400 -+++ libtool-1.5/libtool.m4 2003-04-24 16:48:59.000000000 -0400 -@@ -4384,7 +4384,7 @@ - symcode='[[BCDEGQRST]]' - ;; - solaris* | sysv5*) -- symcode='[[BDT]]' -+ symcode='[[BDRT]]' - ;; - sysv4) - symcode='[[DFNSTU]]' -@@ -4402,7 +4402,7 @@ - # If we're using GNU nm, then use its standard symbol codes. - case `$NM -V 2>&1` in - *GNU* | *'with BFD'*) -- symcode='[[ABCDGISTW]]' ;; -+ symcode='[[ABCDGIRSTW]]' ;; - esac - - # Try without a prefix undercore, then with it. diff --git a/libtool-test.patch b/libtool-test.patch deleted file mode 100644 index ad13b33..0000000 --- a/libtool-test.patch +++ /dev/null @@ -1,282 +0,0 @@ ---- libtool-1.4.3/ltmain.sh.wiget Wed Oct 23 04:26:24 2002 -+++ libtool-1.4.3/ltmain.sh Thu Oct 24 16:55:44 2002 -@@ -1379,7 +1379,7 @@ - ;; - esac - for pass in $passes; do -- if test $linkmode = prog; then -+ if test "$linkmode" = prog; then - # Determine which files to process - case $pass in - dlopen) -@@ -1396,11 +1396,11 @@ - found=no - case $deplib in - -l*) -- if test $linkmode = oldlib && test $linkmode = obj; then -+ if test "$linkmode" = oldlib && test "$linkmode" = obj; then - $echo "$modename: warning: \`-l' is ignored for archives/objects: $deplib" 1>&2 - continue - fi -- if test $pass = conv; then -+ if test "$pass" = conv; then - deplibs="$deplib $deplibs" - continue - fi -@@ -1420,7 +1420,7 @@ - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" -- test $linkmode = lib && newdependency_libs="$deplib $newdependency_libs" -+ test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" - fi - continue - fi -@@ -1429,16 +1429,16 @@ - case $linkmode in - lib) - deplibs="$deplib $deplibs" -- test $pass = conv && continue -+ test "$pass" = conv && continue - newdependency_libs="$deplib $newdependency_libs" - newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` - ;; - prog) -- if test $pass = conv; then -+ if test "$pass" = conv; then - deplibs="$deplib $deplibs" - continue - fi -- if test $pass = scan; then -+ if test "$pass" = scan; then - deplibs="$deplib $deplibs" - newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` - else -@@ -1453,7 +1453,7 @@ - continue - ;; # -L - -R*) -- if test $pass = link; then -+ if test "$pass" = link; then - dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` - # Make sure the xrpath contains only unique directories. - case "$xrpath " in -@@ -1466,7 +1466,7 @@ - ;; - *.la) lib="$deplib" ;; - *.$libext) -- if test $pass = conv; then -+ if test "$pass" = conv; then - deplibs="$deplib $deplibs" - continue - fi -@@ -1489,7 +1489,7 @@ - continue - ;; - prog) -- if test $pass != link; then -+ if test "$pass" != link; then - deplibs="$deplib $deplibs" - else - compile_deplibs="$deplib $compile_deplibs" -@@ -1500,7 +1500,7 @@ - esac # linkmode - ;; # *.$libext - *.lo | *.$objext) -- if test $pass = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then -+ if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then - # If there is no dlopen support or we're linking statically, - # we need to preload. - newdlprefiles="$newdlprefiles $deplib" -@@ -1550,13 +1550,13 @@ - - if test "$linkmode,$pass" = "lib,link" || - test "$linkmode,$pass" = "prog,scan" || -- { test $linkmode = oldlib && test $linkmode = obj; }; then -+ { test "$linkmode" = oldlib && test "$linkmode" = obj; }; then - # Add dl[pre]opened files of deplib - test -n "$dlopen" && dlfiles="$dlfiles $dlopen" - test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" - fi - -- if test $pass = conv; then -+ if test "$pass" = conv; then - # Only check for convenience libraries - deplibs="$lib $deplibs" - if test -z "$libdir"; then -@@ -1577,7 +1577,7 @@ - fi - tmp_libs="$tmp_libs $deplib" - done -- elif test $linkmode != prog && test $linkmode != lib; then -+ elif test "$linkmode" != prog && test "$linkmode" != lib; then - $echo "$modename: \`$lib' is not a convenience library" 1>&2 - exit 1 - fi -@@ -1595,7 +1595,7 @@ - fi - - # This library was specified with -dlopen. -- if test $pass = dlopen; then -+ if test "$pass" = dlopen; then - if test -z "$libdir"; then - $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 - exit 1 -@@ -1644,7 +1644,7 @@ - name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` - - # This library was specified with -dlpreopen. -- if test $pass = dlpreopen; then -+ if test "$pass" = dlpreopen; then - if test -z "$libdir"; then - $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 - exit 1 -@@ -1663,7 +1663,7 @@ - - if test -z "$libdir"; then - # Link the convenience library -- if test $linkmode = lib; then -+ if test "$linkmode" = lib; then - deplibs="$dir/$old_library $deplibs" - elif test "$linkmode,$pass" = "prog,link"; then - compile_deplibs="$dir/$old_library $compile_deplibs" -@@ -1674,7 +1674,7 @@ - continue - fi - -- if test $linkmode = prog && test $pass != link; then -+ if test "$linkmode" = prog && test "$pass" != link; then - newlib_search_path="$newlib_search_path $ladir" - deplibs="$lib $deplibs" - -@@ -1713,7 +1713,7 @@ - # Link against this shared library - - if test "$linkmode,$pass" = "prog,link" || -- { test $linkmode = lib && test $hardcode_into_libs = yes; }; then -+ { test "$linkmode" = lib && test "$hardcode_into_libs" = yes; }; then - # Hardcode the library path. - # Skip directories that are in the system default run-time - # search path. -@@ -1735,7 +1735,7 @@ - esac - ;; - esac -- if test $linkmode = prog; then -+ if test "$linkmode" = prog; then - # We need to hardcode the library path - if test -n "$shlibpath_var"; then - # Make sure the rpath contains only unique directories. -@@ -1819,7 +1819,7 @@ - linklib=$newlib - fi # test -n $old_archive_from_expsyms_cmds - -- if test $linkmode = prog || test "$mode" != relink; then -+ if test "$linkmode" = prog || test "$mode" != relink; then - add_shlibpath= - add_dir= - add= -@@ -1868,7 +1868,7 @@ - *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; - esac - fi -- if test $linkmode = prog; then -+ if test "$linkmode" = prog; then - test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" - test -n "$add" && compile_deplibs="$add $compile_deplibs" - else -@@ -1885,7 +1885,7 @@ - fi - fi - -- if test $linkmode = prog || test "$mode" = relink; then -+ if test "$linkmode" = prog || test "$mode" = relink; then - add_shlibpath= - add_dir= - add= -@@ -1907,7 +1907,7 @@ - add="-l$name" - fi - -- if test $linkmode = prog; then -+ if test "$linkmode" = prog; then - test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" - test -n "$add" && finalize_deplibs="$add $finalize_deplibs" - else -@@ -1915,7 +1915,7 @@ - test -n "$add" && deplibs="$add $deplibs" - fi - fi -- elif test $linkmode = prog; then -+ elif test "$linkmode" = prog; then - if test "$alldeplibs" = yes && - { test "$deplibs_check_method" = pass_all || - { test "$build_libtool_libs" = yes && -@@ -1975,9 +1975,9 @@ - fi - fi # link shared/static library? - -- if test $linkmode = lib; then -+ if test "$linkmode" = lib; then - if test -n "$dependency_libs" && -- { test $hardcode_into_libs != yes || test $build_old_libs = yes || -+ { test "$hardcode_into_libs" != yes || test $build_old_libs = yes || - test $link_static = yes; }; then - # Extract -R from dependency_libs - temp_deplibs= -@@ -2009,7 +2009,7 @@ - tmp_libs="$tmp_libs $deplib" - done - -- if test $link_all_deplibs != no; then -+ if test "$link_all_deplibs" != no; then - # Add the search paths of all dependency libraries - for deplib in $dependency_libs; do - case $deplib in -@@ -2052,15 +2052,15 @@ - fi # link_all_deplibs != no - fi # linkmode = lib - done # for deplib in $libs -- if test $pass = dlpreopen; then -+ if test "$pass" = dlpreopen; then - # Link the dlpreopened libraries before other libraries - for deplib in $save_deplibs; do - deplibs="$deplib $deplibs" - done - fi -- if test $pass != dlopen; then -- test $pass != scan && dependency_libs="$newdependency_libs" -- if test $pass != conv; then -+ if test "$pass" != dlopen; then -+ test "$pass" != scan && dependency_libs="$newdependency_libs" -+ if test "$pass" != conv; then - # Make sure lib_search_path contains only unique directories. - lib_search_path= - for dir in $newlib_search_path; do -@@ -2118,7 +2118,7 @@ - deplibs= - fi - done # for pass -- if test $linkmode = prog; then -+ if test "$linkmode" = prog; then - dlfiles="$newdlfiles" - dlprefiles="$newdlprefiles" - fi -@@ -2473,7 +2473,7 @@ - ;; - *) - # Add libc to deplibs on all other systems if necessary. -- if test $build_libtool_need_lc = "yes"; then -+ if test "$build_libtool_need_lc" = "yes"; then - deplibs="$deplibs -lc" - fi - ;; -@@ -2765,7 +2765,7 @@ - - # Test again, we may have decided not to build it any more - if test "$build_libtool_libs" = yes; then -- if test $hardcode_into_libs = yes; then -+ if test "$hardcode_into_libs" = yes; then - # Hardcode the library paths - hardcode_libdirs= - dep_rpath= diff --git a/libtool.spec b/libtool.spec deleted file mode 100644 index 2870f76..0000000 --- a/libtool.spec +++ /dev/null @@ -1,221 +0,0 @@ -Summary: GNU libtool, a shared library generation tool -Summary(es): GNU libtool, una herramienta de creación de bibliotecas compartidas -Summary(pl): GNU libtool - narzêdzie do generowania bibliotek wspó³dzielonych -Summary(pt_BR): GNU libtool, uma ferramenta de geração de bibliotecas compartilhadas -Summary(ru): GNU libtool, ÎÁÂÏÒ ÕÔÉÌÉÔ ÄÌÑ ÇÅÎÅÒÁÃÉÉ ÒÁÚÄÅÌÑÅÍÙÈ ÂÉÂÌÉÏÔÅË -Summary(uk): GNU libtool, ÎÁÂ¦Ò ÕÔÉÌ¦Ô ÄÌÑ ÇÅÎÅÒÁæ§ ÄÉÎÁͦÞÎÉÈ Â¦Â̦ÏÔÅË -Name: libtool -Version: 1.5 -Release: 11 -Epoch: 2 -License: GPL -Group: Development/Tools -Source0: ftp://ftp.gnu.org/gnu/libtool/%{name}-%{version}.tar.gz -# Source0-md5: 0e1844f25e2ad74c3715b5776d017545 -Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2 -# Source1-md5: b95e215961860c66f0868b0d551358c9 -Patch0: %{name}-info.patch -Patch1: %{name}-mktemp.patch -Patch2: %{name}-relink.patch -Patch3: %{name}-pmake.patch -Patch4: %{name}-libdirs.patch -Patch5: %{name}-am18.patch -URL: http://www.gnu.org/software/libtool/ -BuildRequires: /usr/bin/which -BuildRequires: autoconf >= 2.57 -BuildRequires: automake >= 1.7.3 -BuildRequires: gcc-c++ >= 5:3.3.2 -%requires_eq gcc -Requires: %(which %{__cc}) -Requires: coreutils -Requires: grep -Requires: mktemp -Requires: sed -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - -%description -GNU libtool is a set of shell scripts to automatically configure UNIX -architectures to build shared libraries in generic fashion. - -%description -l es -GNU libtool es un conjunto de scripts shell para configurar -automáticamente la creación de bibliotecas compartidas para varias -arquitecturas UNIX de una manera genérica. - -%description -l pl -GNU libtool jest zbiorem skryptów shellowych do automatycznego -generowania bibliotek wspó³dzielonych niezale¿nie od typu platformy -systemowej. - -%description -l pt_BR -GNU libtool é um conjunto de scripts shell para configurar -automaticamente a geração de bibliotecas compartilhadas para várias -arquiteturas UNIX de uma maneira genérica. - -%description -l ru -GNU libtool - ÜÔÏ ÎÁÂÏÒ ÓËÒÉÐÔÏ× ÄÌÑ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ -ÄÉÎÁÍÉÞÅÓËÉÈ ÒÁÚÄÅÌÑÅÍÙÈ ÂÉÂÌÉÏÔÅË ÎÁ ÒÁÚÌÉÞÎÙÈ ÁÒÈÉÔÅËÔÕÒÁÈ UNIX. - -%description -l uk -GNU libtool - ÃÅ ÎÁÂ¦Ò ÓËÒÉÐÔ¦× ÄÌÑ Á×ÔÏÍÁÔÉÞÎϧ ÇÅÎÅÒÁæ§ ÄÉÎÁͦÞÎÉÈ -¦Â̦ÏÔÅË ÎÁ Ò¦ÚÎÉÈ ÁÒȦÔÅËÔÕÒÁÈ UNIX. - -%package -n libltdl -Summary: System independent dlopen wrapper for GNU libtool -Summary(pl): Biblioteka ogólnych wywo³añ dlopen -Summary(pt_BR): GNU libltdl, um wrapper dlopen para o GNU libtool -Group: Libraries -Obsoletes: libtool-libs - -%description -n libltdl -System independent dlopen wrapper for GNU libtool. - -%description -n libltdl -l pl -Biblioteka ogólnych wywo³añ dlopen. - -%description -n libltdl -l pt_BR -GNU libltdl, um wrapper dlopen para o GNU libtool. - -%package -n libltdl-devel -Summary: Development components for libltdl -Summary(pl): Czê¶æ libltdl przeznaczona dla programistów -Summary(pt_BR): Componentes de desenvolvimento para a libltdl -Summary(ru): æÁÊÌÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ Ó libltdl -Summary(uk): æÁÊÌÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú libltdl -Group: Development/Libraries -Requires: libltdl = %{epoch}:%{version} - -%description -n libltdl-devel -System independent dlopen wrapper for GNU libtool - development part. -Install this package if you want to develop for libltdl. - -%description -n libltdl-devel -l pl -Biblioteka ogólnych wywo³añ dlopen - czê¶æ dla programistów. - -%description -n libltdl-devel -l pt_BR -Instale este pacote se você deseja desenvolver para a libltdl. - -%description -n libltdl-devel -l uk -æÁÊÌÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú libltdl. - -%description -n libltdl-devel -l ru -æÁÊÌÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ Ó libltdl. - -%package -n libltdl-static -Summary: Static system independent dlopen wrapper for GNU libtool -Summary(pl): Statyczna biblioteka ogólnych wywo³añ dlopen -Summary(pt_BR): Componentes de desenvolvimento para a libltdl -Summary(ru): óÔÁÔÉÞÅÓËÁÑ ÂÉÂÌÉÏÔÅËÁ libltdl ÉÚ libltdl -Summary(uk): óÔÁÔÉÞÎÁ ¦Â̦ÏÔÅËÁ libltdl Ú libltdl -Group: Development/Libraries -Requires: libltdl-devel = %{epoch}:%{version} - -%description -n libltdl-static -Static system independent dlopen wrapper for GNU libtool. Install this -package if you want to develop for libltdl, but using static -components (seldom used). - -%description -n libltdl-static -l pl -Statyczna biblioteka ogólnych wywo³añ dlopen. - -%description -n libltdl-static -l pt_BR -Instale este pacote se você deseja desenvolver para a libltdl, -utilizando componentes estáticos (raramente necessário). - -%description -n libltdl-static -l ru -üÔÏ ÏÔÄÅÌØÎÙÊ ÐÁËÅÔ ÓÏ ÓÔÁÔÉÞÅÓËÉÍÉ ÂÉÂÌÉÏÔÅËÁÍÉ, ËÏÔÏÒÙÅ ÂÏÌØÛÅ ÎÅ -×ÈÏÄÑÔ × libltdl. - -%description -n libltdl-static -l uk -ãÅ ÏËÒÅÍÉÊ ÐÁËÅÔ Ú¦ ÓÔÁÔÉÞÎÉÍÉ Â¦Â̦ÏÔÅËÁÍÉ, ÝÏ Â¦ÌØÛÅ ÎÅ ×ÈÏÄÑÔØ ÄÏ -ÓËÌÁÄÕ libltdl. - -%prep -%setup -q -a1 -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 - -%build -%{__aclocal} -%{__automake} - -cd libltdl -%{__aclocal} -automake -a -c --foreign -cd .. - -%configure - -%{__make} -C doc -k -%{__make} libtoolize -%{__make} acinclude.m4 cdemo/acinclude.m4 pdemo/acinclude.m4 \ - demo/acinclude.m4 depdemo/acinclude.m4 mdemo/acinclude.m4 \ - tagdemo/acinclude.m4 f77demo/acinclude.m4 -%{__make} -C libltdl Makefile.in -%{__make} - -%install -rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir} - -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT - -bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 - -%postun -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 - -%post -n libltdl -p /sbin/ldconfig -%postun -n libltdl -p /sbin/ldconfig - -%files -%defattr(644,root,root,755) -%doc AUTHORS NEWS README THANKS TODO ChangeLog demo -%attr(755,root,root) %{_bindir}/* - -%dir %{_datadir}/libtool -%attr(755,root,root) %{_datadir}/libtool/config.guess -%attr(755,root,root) %{_datadir}/libtool/config.sub -%attr(755,root,root) %{_datadir}/libtool/ltmain.sh - -%{_infodir}/libtool.info* -%{_mandir}/man1/* -%lang(ja) %{_mandir}/ja/man1/* -%{_aclocaldir}/libtool.m4 - -%files -n libltdl -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.* - -%files -n libltdl-devel -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* -%{_aclocaldir}/ltdl.m4 - -%dir %{_datadir}/libtool/libltdl -%{_datadir}/libtool/libltdl/[CMRal]* -%{_datadir}/libtool/libltdl/config-h.in -%attr(755,root,root) %{_datadir}/libtool/libltdl/configure -%{_datadir}/libtool/libltdl/configure.ac -%attr(755,root,root) %{_datadir}/libtool/libltdl/install-sh -%attr(755,root,root) %{_datadir}/libtool/libltdl/missing -%attr(755,root,root) %{_datadir}/libtool/libltdl/mkinstalldirs -%attr(755,root,root) %{_datadir}/libtool/libltdl/config.guess -%attr(755,root,root) %{_datadir}/libtool/libltdl/config.sub - -%files -n libltdl-static -%defattr(644,root,root,755) -%{_libdir}/lib*.a -- 2.44.0