forked from pool/libtool
- Add libtool-no_host_name.patch to remove the host name from
generated scripts (bnc#916268). - Update to libtool 2.4.5 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=65
This commit is contained in:
parent
a5e434643e
commit
f4acff49cd
23
libtool-no_host_name.patch
Normal file
23
libtool-no_host_name.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From: Philipp Thomas <pth@suse.de>
|
||||
Date: 2015-02-09 12:43:23+01:00
|
||||
Subject: Remove coment
|
||||
|
||||
Libtool records the host it was configured on. This makes
|
||||
comparing packages in a build system useless.
|
||||
|
||||
---
|
||||
m4/libtool.m4 | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
Index: m4/libtool.m4
|
||||
===================================================================
|
||||
--- m4/libtool.m4.orig 2015-01-16 19:52:04.000000000 +0100
|
||||
+++ m4/libtool.m4 2015-02-09 12:37:05.352880312 +0100
|
||||
@@ -728,7 +728,6 @@ _LT_CONFIG_SAVE_COMMANDS([
|
||||
cat <<_LT_EOF >> "$cfgfile"
|
||||
#! $SHELL
|
||||
# Generated automatically by $as_me ($PACKAGE) $VERSION
|
||||
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
|
||||
# Provide generalized library-building support services.
|
@ -1,7 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 12:45:26 CET 2015 - pth@suse.de
|
||||
|
||||
- Add libtool-no_host_name.patch to remove the host name from
|
||||
generated scripts (bnc#916268).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:26:38 UTC 2015 - foss@grueninger.de
|
||||
|
||||
- Update to libto 2.4.5
|
||||
- Update to libtool 2.4.5
|
||||
New features:
|
||||
|
||||
- Libtoolize searches for the best available M4 on the user PATH at
|
||||
@ -43,12 +49,12 @@ Thu Jan 22 23:26:38 UTC 2015 - foss@grueninger.de
|
||||
is detected.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 6 21:46:49 UTC 2014 - foss@grueninger.de
|
||||
Sat Dec 6 21:11:04 UTC 2014 - foss@grueninger.de
|
||||
|
||||
- Require M4 as libtool's libtoolize requires it since 2.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 29 19:55:26 UTC 2014 - foss@grueninger.de
|
||||
Sat Nov 29 19:48:44 UTC 2014 - foss@grueninger.de
|
||||
|
||||
- Drop patch libtool-dont_delete_gnulib_files.patch which is
|
||||
included in 2.4.4
|
||||
@ -99,6 +105,11 @@ Sat Nov 29 19:55:26 UTC 2014 - foss@grueninger.de
|
||||
- Support filename-based shared library versioning on AIX. See manual
|
||||
for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 29 19:48:09 UTC 2014 - foss@grueninger.de
|
||||
|
||||
-
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 11:00:57 CET 2014 - pth@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtool-testsuite
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
###################################################################
|
||||
# NOTE: PLease run pre_checkin.sh before checking in the package! #
|
||||
###################################################################
|
||||
#####################################################################
|
||||
# #
|
||||
# NOTE: PLEASE RUN pre_checkin.sh BEFORE SUBMITTING THE PACKAGE #
|
||||
# #
|
||||
#####################################################################
|
||||
|
||||
Name: libtool-testsuite
|
||||
BuildRequires: automake
|
||||
@ -35,7 +37,7 @@ Requires: tar
|
||||
Summary: A Tool to Build Shared Libraries
|
||||
License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2.4.4
|
||||
Version: 2.4.5
|
||||
Release: 0
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -48,6 +50,7 @@ Url: http://www.gnu.org/software/libtool/
|
||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
Source3: libtool-rpmlintrc
|
||||
Patch0: libtool-no_host_name.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: libltdl-devel
|
||||
# fedora name
|
||||
@ -67,6 +70,7 @@ Library needed by programs that use the ltdl interface of GNU libtool.
|
||||
|
||||
%prep
|
||||
%setup -q -n libtool-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
./configure CFLAGS="%{optflags}" \
|
||||
|
@ -1,7 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 12:45:26 CET 2015 - pth@suse.de
|
||||
|
||||
- Add libtool-no_host_name.patch to remove the host name from
|
||||
generated scripts (bnc#916268).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:26:38 UTC 2015 - foss@grueninger.de
|
||||
|
||||
- Update to libto 2.4.5
|
||||
- Update to libtool 2.4.5
|
||||
New features:
|
||||
|
||||
- Libtoolize searches for the best available M4 on the user PATH at
|
||||
|
10
libtool.spec
10
libtool.spec
@ -16,9 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
###################################################################
|
||||
# NOTE: PLease run pre_checkin.sh before checking in the package! #
|
||||
###################################################################
|
||||
#####################################################################
|
||||
# #
|
||||
# NOTE: PLEASE RUN pre_checkin.sh BEFORE SUBMITTING THE PACKAGE #
|
||||
# #
|
||||
#####################################################################
|
||||
|
||||
Name: libtool
|
||||
BuildRequires: automake
|
||||
@ -48,6 +50,7 @@ Url: http://www.gnu.org/software/libtool/
|
||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
Source3: libtool-rpmlintrc
|
||||
Patch0: libtool-no_host_name.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: libltdl-devel
|
||||
# fedora name
|
||||
@ -67,6 +70,7 @@ Library needed by programs that use the ltdl interface of GNU libtool.
|
||||
|
||||
%prep
|
||||
%setup -q -n libtool-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
./configure CFLAGS="%{optflags}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user