libtool/libtool.spec

49 lines
1.4 KiB
RPMSpec
Raw Normal View History

1997-07-12 09:37:13 +08:00
Summary: GNU libtool - shared library support for source packages
1997-11-29 01:23:28 +08:00
# $Format: "Name: $Project$"$
1997-07-12 09:37:13 +08:00
Name: libtool
1997-11-29 01:23:28 +08:00
# $Format: "Version: $ProjectMajorVersion$"$
1997-11-29 01:23:28 +08:00
Version: 1.0i
1997-07-12 09:37:13 +08:00
Release: 1
Copyright: GPL
Group: Development/Build
1997-11-29 01:23:28 +08:00
# FIXME: add an `Icon:' entry when we have one.
1997-08-21 13:16:08 +08:00
Source: ftp://prep.ai.mit.edu/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz
1997-07-12 09:37:13 +08:00
BuildRoot: /tmp/libtool.root
1997-11-29 01:23:28 +08:00
# FIXME: add information to the description when we have an URL.
1997-07-12 09:37:13 +08:00
%description
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
%attr(0644, root, root) %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%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