1998-02-12 13:45:15 +08:00
|
|
|
Summary: GNU Libtool - shared library support for source packages
|
1997-07-12 09:37:13 +08:00
|
|
|
Name: libtool
|
1999-03-16 04:16:33 +08:00
|
|
|
Version: 1.3a
|
1997-07-12 09:37:13 +08:00
|
|
|
Release: 1
|
|
|
|
Copyright: GPL
|
|
|
|
Group: Development/Build
|
1998-11-27 08:09:28 +08:00
|
|
|
Source: ftp://ftp.gnu.org/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz
|
|
|
|
URL: http://www.gnu.org/software/libtool/libtool.html
|
1997-07-12 09:37:13 +08:00
|
|
|
BuildRoot: /tmp/libtool.root
|
|
|
|
|
|
|
|
%description
|
1998-02-12 13:45:15 +08:00
|
|
|
This is GNU Libtool, a generic library support script. Libtool hides
|
1997-07-24 14:06:16 +08:00
|
|
|
the complexity of using shared libraries behind a consistent, portable
|
1997-07-12 09:37:13 +08:00
|
|
|
interface.
|
|
|
|
|
|
|
|
To use libtool, add the new generic library building commands to your
|
|
|
|
Makefile, Makefile.in, or Makefile.am. See the documentation for
|
|
|
|
details.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install prefix=$RPM_BUILD_ROOT/usr
|
|
|
|
gzip -9nf $RPM_BUILD_ROOT/usr/info/libtool.info*
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
1998-03-09 13:34:02 +08:00
|
|
|
%attr(0644, root, root) %doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
%attr(0644, root, root) %doc THANKS TODO doc/PLATFORMS
|
1997-07-12 09:37:13 +08:00
|
|
|
|
|
|
|
%attr(0755, root, root) /usr/bin/libtool
|
|
|
|
%attr(0755, root, root) /usr/bin/libtoolize
|
|
|
|
%attr(0644, root, root) /usr/info/libtool.info*
|
|
|
|
%attr(0755, root, root) /usr/share/libtool/config.guess
|
|
|
|
%attr(0755, root, root) /usr/share/libtool/config.sub
|
|
|
|
%attr(0755, root, root) /usr/share/libtool/ltconfig
|
|
|
|
%attr(0644, root, root) /usr/share/libtool/ltmain.sh
|
|
|
|
%attr(0644, root, root) /usr/share/aclocal/libtool.m4
|