Accepting request 128357 from Base:System

Buildrequire makeinfo

OBS-URL: https://build.opensuse.org/request/show/128357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtool?expand=0&rev=41
This commit is contained in:
Ismail Dönmez 2012-07-21 10:30:16 +00:00 committed by Git OBS Bridge
commit 26833d2f35
5 changed files with 45 additions and 19 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 19 13:42:29 CEST 2012 - pth@suse.de
- buildrequire makeinfo which is a seperate package now.
-------------------------------------------------------------------
Tue Nov 29 13:45:11 UTC 2011 - coolo@suse.com
- buildrequire automake for file list check
-------------------------------------------------------------------
Thu Nov 10 10:30:14 CET 2011 - dmueller@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libtool-testsuite
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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,18 +16,25 @@
#
###################################################################
# NOTE: PLease run pre_checkin.sh before checking in the package! #
###################################################################
Name: libtool-testsuite
BuildRequires: lzma zlib-devel
BuildRequires: gcc-c++ gcc-fortran gcc-objc
Requires: tar
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
BuildRequires: gcc-objc
BuildRequires: lzma
BuildRequires: makeinfo
BuildRequires: zlib-devel
Requires: automake > 1.4
Requires: tar
Summary: A Tool to Build Shared Libraries
License: GPL-2.0+
Group: Development/Tools/Building
Summary: A Tool to Build Shared Libraries
Version: 2.4.2
Release: 1
AutoReqProv: on
Release: 0
# bug437293
%ifarch ppc64
Obsoletes: libtool-64bit
@ -50,10 +57,8 @@ GNU libtool is a set of shell scripts to automatically configure UNIX
architectures to build shared libraries in a generic fashion.
%package -n libltdl7
License: GPL-2.0+
Summary: Libtool Runtime Library
Group: Development/Libraries/C and C++
AutoReqProv: on
%description -n libltdl7
Library needed by programs that use the ltdl interface of GNU libtool.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 19 13:42:29 CEST 2012 - pth@suse.de
- buildrequire makeinfo which is a seperate package now.
-------------------------------------------------------------------
Tue Nov 29 13:45:11 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libtool
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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,18 +16,25 @@
#
###################################################################
# NOTE: PLease run pre_checkin.sh before checking in the package! #
###################################################################
Name: libtool
BuildRequires: lzma zlib-devel
BuildRequires: automake gcc-c++ gcc-fortran gcc-objc
Requires: tar
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
BuildRequires: gcc-objc
BuildRequires: lzma
BuildRequires: makeinfo
BuildRequires: zlib-devel
Requires: automake > 1.4
Requires: tar
Summary: A Tool to Build Shared Libraries
License: GPL-2.0+
Group: Development/Tools/Building
Summary: A Tool to Build Shared Libraries
Version: 2.4.2
Release: 1
AutoReqProv: on
Release: 0
# bug437293
%ifarch ppc64
Obsoletes: libtool-64bit
@ -50,10 +57,8 @@ GNU libtool is a set of shell scripts to automatically configure UNIX
architectures to build shared libraries in a generic fashion.
%package -n libltdl7
License: GPL-2.0+
Summary: Libtool Runtime Library
Group: Development/Libraries/C and C++
AutoReqProv: on
%description -n libltdl7
Library needed by programs that use the ltdl interface of GNU libtool.

View File

@ -1,4 +1,5 @@
#!/bin/bash
# This script is called automatically during autobuild checkin.
sed -e "s,^\(Name:.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec
sed -e "s,^\(Name:.*libtool\),\1-testsuite," \
-e "s,^\(#\ spec\ file\ for.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec
cp libtool.changes libtool-testsuite.changes