Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37477193
en ru br
ALT Linux repos
S:0.2.3-alt1
5.0: 0.2-alt3
4.1: 0.2-alt3
4.0: 0.2-alt2
3.0: 0.2-alt1

Group :: Development/Other
RPM: libtool-common

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libtool-common
Version: 0.2.3
Release: alt1

Summary: Wrapper and common files for different versions of libtool
Group: Development/Other
License: GPLv2+
Url: http://git.altlinux.org/gears/l/libtool-common.git

Conflicts: libtool < 3:1.4.2-alt1

Source: libtool_wrapper
Source1: libtool-ldconfig-dump.c

%description
This package contains files that provide co-existence of various
versions of GNU Libtool.

%prep
%setup -cT

%build
%__cc %optflags $(getconf LFS_CFLAGS) \
%_sourcedir/libtool-ldconfig-dump.c -o libtool-ldconfig-dump

%install
install -pD -m755 %_sourcedir/libtool_wrapper \
%buildroot%_bindir/libtool_wrapper
for f in libtool libtoolize; do
ln -s libtool_wrapper "%buildroot%_bindir/$f"
done
install -pm755 libtool-ldconfig-dump %buildroot%_bindir/

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

%files
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin