forked from pool/libtool
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:
commit
26833d2f35
@ -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
|
Thu Nov 10 10:30:14 CET 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtool-testsuite
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: libtool-testsuite
|
||||||
BuildRequires: lzma zlib-devel
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++ gcc-fortran gcc-objc
|
BuildRequires: gcc-c++
|
||||||
Requires: tar
|
BuildRequires: gcc-fortran
|
||||||
|
BuildRequires: gcc-objc
|
||||||
|
BuildRequires: lzma
|
||||||
|
BuildRequires: makeinfo
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Requires: automake > 1.4
|
Requires: automake > 1.4
|
||||||
|
Requires: tar
|
||||||
|
Summary: A Tool to Build Shared Libraries
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Summary: A Tool to Build Shared Libraries
|
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 1
|
Release: 0
|
||||||
AutoReqProv: on
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libtool-64bit
|
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.
|
architectures to build shared libraries in a generic fashion.
|
||||||
|
|
||||||
%package -n libltdl7
|
%package -n libltdl7
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Libtool Runtime Library
|
Summary: Libtool Runtime Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libltdl7
|
%description -n libltdl7
|
||||||
Library needed by programs that use the ltdl interface of GNU libtool.
|
Library needed by programs that use the ltdl interface of GNU libtool.
|
||||||
|
@ -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
|
Tue Nov 29 13:45:11 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
23
libtool.spec
23
libtool.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtool
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: libtool
|
||||||
BuildRequires: lzma zlib-devel
|
BuildRequires: automake
|
||||||
BuildRequires: automake gcc-c++ gcc-fortran gcc-objc
|
BuildRequires: gcc-c++
|
||||||
Requires: tar
|
BuildRequires: gcc-fortran
|
||||||
|
BuildRequires: gcc-objc
|
||||||
|
BuildRequires: lzma
|
||||||
|
BuildRequires: makeinfo
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Requires: automake > 1.4
|
Requires: automake > 1.4
|
||||||
|
Requires: tar
|
||||||
|
Summary: A Tool to Build Shared Libraries
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Summary: A Tool to Build Shared Libraries
|
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 1
|
Release: 0
|
||||||
AutoReqProv: on
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libtool-64bit
|
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.
|
architectures to build shared libraries in a generic fashion.
|
||||||
|
|
||||||
%package -n libltdl7
|
%package -n libltdl7
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Libtool Runtime Library
|
Summary: Libtool Runtime Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libltdl7
|
%description -n libltdl7
|
||||||
Library needed by programs that use the ltdl interface of GNU libtool.
|
Library needed by programs that use the ltdl interface of GNU libtool.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This script is called automatically during autobuild checkin.
|
# 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
|
cp libtool.changes libtool-testsuite.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user