forked from pool/libtool
Accepting request 82466 from Base:System
- don't use _service - Add a rpmlintrc to shut up rpmlint on most warnings. - require automake and provide symbolic names for libltdl - don't use _service OBS-URL: https://build.opensuse.org/request/show/82466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtool?expand=0&rev=34
This commit is contained in:
commit
8d6a2cae70
10
_service
10
_service
@ -1,10 +0,0 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="host">ftp.gnu.org</param>
|
||||
<param name="protocol">http</param>
|
||||
<param name="path">/gnu/libtool/libtool-2.4.tar.gz</param>
|
||||
</service>
|
||||
<service name="recompress"
|
||||
><param name="file"
|
||||
>_service:download_url:libtool-2.4.tar.gz</param
|
||||
><param name="compression">bz2</param></service></services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b
|
||||
size 1695141
|
3
libtool-2.4.tar.gz
Normal file
3
libtool-2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e
|
||||
size 2580417
|
@ -1,8 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 13:47:52 UTC 2011 - coolo@suse.com
|
||||
|
||||
- don't use _service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- require automake and provide symbolic names for libltdl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 14:07:54 UTC 2011 - giecrilj@stegny.2a.pl
|
||||
|
@ -21,11 +21,12 @@ Name: libtool-testsuite
|
||||
BuildRequires: lzma zlib-devel
|
||||
BuildRequires: gcc-c++ gcc-fortran gcc-objc
|
||||
Requires: tar
|
||||
Requires: automake > 1.4
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
Summary: A Tool to Build Shared Libraries
|
||||
Version: 2.4
|
||||
Release: 3
|
||||
Release: 15
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -35,10 +36,14 @@ Obsoletes: libtool-64bit
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: libltdl7 = %{version}
|
||||
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.gz
|
||||
Source2: baselibs.conf
|
||||
Source3: libtool-rpmlintrc
|
||||
#Patch: libtool-%%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: libltdl-devel
|
||||
# fedora name
|
||||
Provides: libtool-ltdl-devel
|
||||
|
||||
%description
|
||||
GNU libtool is a set of shell scripts to automatically configure UNIX
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 13:47:52 UTC 2011 - coolo@suse.com
|
||||
|
||||
- don't use _service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 15:06:27 CEST 2011 - pth@suse.de
|
||||
|
||||
|
@ -36,7 +36,7 @@ Obsoletes: libtool-64bit
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: libltdl7 = %{version}
|
||||
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.gz
|
||||
Source2: baselibs.conf
|
||||
Source3: libtool-rpmlintrc
|
||||
#Patch: libtool-%%{version}.diff
|
||||
|
Loading…
Reference in New Issue
Block a user