diff --git a/libtool-testsuite.changes b/libtool-testsuite.changes index d740ce1..8d996ba 100644 --- a/libtool-testsuite.changes +++ b/libtool-testsuite.changes @@ -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 diff --git a/libtool-testsuite.spec b/libtool-testsuite.spec index edc93c3..a78f62b 100644 --- a/libtool-testsuite.spec +++ b/libtool-testsuite.spec @@ -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. diff --git a/libtool.changes b/libtool.changes index e2763ab..8d996ba 100644 --- a/libtool.changes +++ b/libtool.changes @@ -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 diff --git a/libtool.spec b/libtool.spec index c3d19f7..42bae39 100644 --- a/libtool.spec +++ b/libtool.spec @@ -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. diff --git a/pre_checkin.sh b/pre_checkin.sh index c7f44db..724b7d4 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -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