OBS User unknown 2007-06-14 16:34:04 +00:00 committed by Git OBS Bridge
parent 0dec2979a7
commit 1a2c519c93
2 changed files with 19 additions and 10 deletions

View File

@ -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 Mon Sep 18 15:19:31 CEST 2006 - schwab@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libtool (Version 1.5.22) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,14 +11,14 @@
# norootforbuild # norootforbuild
Name: libtool Name: libtool
License: GPL License: GNU General Public License (GPL)
Group: Development/Tools/Building Group: Development/Tools/Building
Summary: A Tool to Build Shared Libraries Summary: A Tool to Build Shared Libraries
Version: 1.5.22 Version: 1.5.22
Release: 19 Release: 58
Autoreqprov: on Autoreqprov: on
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
Requires: libltdl = %{version} Requires: libltdl-3 = %{version}
URL: http://www.gnu.org/software/libtool/ URL: http://www.gnu.org/software/libtool/
Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.gz Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.gz
#Patch: libtool-%{version}.diff #Patch: libtool-%{version}.diff
@ -40,12 +40,14 @@ Authors:
Robert Boehne <rboehne@ricardo-us.com> Robert Boehne <rboehne@ricardo-us.com>
Bob Friesenhahn <bfriesen@simple.dallas.tx.us> Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%package -n libltdl %package -n libltdl-3
Summary: Libtool Runtime Library Summary: Libtool Runtime Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Autoreqprov: on 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. Library needed by programs that use the ltdl interface of GNU libtool.
@ -82,9 +84,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%postun %postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz %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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -102,11 +104,13 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_infodir}/libtool.info* %doc %{_infodir}/libtool.info*
/usr/share/libtool /usr/share/libtool
%files -n libltdl %files -n libltdl-3
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libltdl.so.* %{_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 * Mon Sep 18 2006 - schwab@suse.de
- Remove build requires. - Remove build requires.
* Tue May 23 2006 - schwab@suse.de * Tue May 23 2006 - schwab@suse.de