forked from pool/libtool
Accepting request 79564 from Base:System
OBS-URL: https://build.opensuse.org/request/show/79564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtool?expand=0&rev=32
This commit is contained in:
parent
4c2e3afb4a
commit
5c6dbcdee0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b
|
|
||||||
size 1695141
|
|
6
libtool-rpmlintrc
Normal file
6
libtool-rpmlintrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# This line is mandatory to access the configuration functions
|
||||||
|
from Config import *
|
||||||
|
|
||||||
|
addFilter("libtool.* shlib-policy-nonversioned-dir")
|
||||||
|
addFilter("libtool.* shlib-policy-missing-lib")
|
||||||
|
addFilter("libtool.* script-without-shebang")
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 15:06:27 CEST 2011 - pth@suse.de
|
||||||
|
|
||||||
|
- Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that
|
||||||
|
packages using the system wide libtool script compile.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 14:07:54 UTC 2011 - giecrilj@stegny.2a.pl
|
Wed Mar 9 14:07:54 UTC 2011 - giecrilj@stegny.2a.pl
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
Name: libtool-testsuite
|
Name: libtool-testsuite
|
||||||
BuildRequires: lzma zlib-devel
|
BuildRequires: lzma zlib-devel
|
||||||
|
BuildRequires: gcc-c++ gcc-fortran gcc-objc
|
||||||
Requires: tar
|
Requires: tar
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 15:06:27 CEST 2011 - pth@suse.de
|
||||||
|
|
||||||
|
- Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that
|
||||||
|
packages using the system wide libtool script compile.
|
||||||
|
- Add a rpmlintrc to shut up rpmlint on most warnings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 14 08:52:38 UTC 2011 - coolo@novell.com
|
Mon Mar 14 08:52:38 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
Name: libtool
|
Name: libtool
|
||||||
BuildRequires: lzma zlib-devel
|
BuildRequires: lzma zlib-devel
|
||||||
|
BuildRequires: gcc-c++ gcc-fortran gcc-objc
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: automake > 1.4
|
Requires: automake > 1.4
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -37,6 +38,7 @@ Requires: libltdl7 = %{version}
|
|||||||
Url: http://www.gnu.org/software/libtool/
|
Url: http://www.gnu.org/software/libtool/
|
||||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2
|
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
Source3: libtool-rpmlintrc
|
||||||
#Patch: libtool-%%{version}.diff
|
#Patch: libtool-%%{version}.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: libltdl-devel
|
Provides: libltdl-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user