forked from pool/libtool
This commit is contained in:
parent
0dec2979a7
commit
1a2c519c93
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 22:09:13 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Rename libltdl to libltdl-3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 15:19:31 CEST 2006 - schwab@suse.de
|
||||
|
||||
|
24
libtool.spec
24
libtool.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtool (Version 1.5.22)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -11,14 +11,14 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: libtool
|
||||
License: GPL
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Development/Tools/Building
|
||||
Summary: A Tool to Build Shared Libraries
|
||||
Version: 1.5.22
|
||||
Release: 19
|
||||
Release: 58
|
||||
Autoreqprov: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: libltdl = %{version}
|
||||
Requires: libltdl-3 = %{version}
|
||||
URL: http://www.gnu.org/software/libtool/
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.gz
|
||||
#Patch: libtool-%{version}.diff
|
||||
@ -40,12 +40,14 @@ Authors:
|
||||
Robert Boehne <rboehne@ricardo-us.com>
|
||||
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||
|
||||
%package -n libltdl
|
||||
%package -n libltdl-3
|
||||
Summary: Libtool Runtime Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
Provides: libltdl
|
||||
Obsoletes: libltdl <= 1.5.22
|
||||
|
||||
%description -n libltdl
|
||||
%description -n libltdl-3
|
||||
Library needed by programs that use the ltdl interface of GNU libtool.
|
||||
|
||||
|
||||
@ -82,9 +84,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
|
||||
|
||||
%post -n libltdl -p /sbin/ldconfig
|
||||
%post -n libltdl-3 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libltdl -p /sbin/ldconfig
|
||||
%postun -n libltdl-3 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -102,11 +104,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_infodir}/libtool.info*
|
||||
/usr/share/libtool
|
||||
|
||||
%files -n libltdl
|
||||
%files -n libltdl-3
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libltdl.so.*
|
||||
|
||||
%changelog -n libtool
|
||||
%changelog
|
||||
* Wed Jun 06 2007 - schwab@suse.de
|
||||
- Rename libltdl to libltdl-3.
|
||||
* Mon Sep 18 2006 - schwab@suse.de
|
||||
- Remove build requires.
|
||||
* Tue May 23 2006 - schwab@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user