File: libtool.spec

package info (click to toggle)
libtool 1.0h-5
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,156 kB
  • ctags: 41
  • sloc: sh: 3,619; makefile: 238; ansic: 114
file content (48 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Summary: GNU libtool - shared library support for source packages
# $Format: "Name: $Project$"$
Name: libtool
# $Format: "Version: $ProjectMajorVersion$"$
Version: 1.0h
Release: 1
Copyright: GPL
Group: Development/Build
# FIXME: add an `Icon:' entry when we have one.
Source: ftp://prep.ai.mit.edu/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz
BuildRoot: /tmp/libtool.root

# FIXME: add information to the description when we have an URL.
%description
This is GNU libtool, a generic library support script.  Libtool hides
the complexity of using shared libraries behind a consistent, portable
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