forked from pool/libtool
Accepting request 60575 from home:yecril71pl:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/60575 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=21
This commit is contained in:
parent
dade941e76
commit
63c9bf939b
10
_service
Normal file
10
_service
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
3
_service:recompress:download_url:libtool-2.4.tar.bz2
Normal file
3
_service:recompress:download_url:libtool-2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b
|
||||
size 1695141
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66ebad3c02e5cb6672bfbda1183fb6fc919d33d676eb8be4b7834aa7c3b8b7ae
|
||||
size 739089
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- Use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 09:55:17 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -24,7 +24,7 @@ License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
Summary: A Tool to Build Shared Libraries
|
||||
Version: 2.2.6b
|
||||
Release: 2
|
||||
Release: 10
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -63,7 +63,7 @@ Library needed by programs that use the ltdl interface of GNU libtool.
|
||||
--prefix=/usr --infodir=%{_infodir} --libdir=%{_libdir}
|
||||
# force rebuild with non-broken makeinfo
|
||||
rm -f doc/libtool.info
|
||||
make %{?jobs:-j %jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%if "%{name}" == "libtool-testsuite"
|
||||
|
||||
|
12
libtool.spec
12
libtool.spec
@ -23,8 +23,8 @@ Requires: tar
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
Summary: A Tool to Build Shared Libraries
|
||||
Version: 2.2.6b
|
||||
Release: 5
|
||||
Version: 2.4
|
||||
Release: 10
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -34,10 +34,10 @@ Obsoletes: libtool-64bit
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: libltdl7 = %{version}
|
||||
Url: http://www.gnu.org/software/libtool/
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.lzma
|
||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch1: libtool-no-hostname.patch
|
||||
#Patch: libtool-%{version}.diff
|
||||
#Patch: libtool-%%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -56,7 +56,7 @@ Library needed by programs that use the ltdl interface of GNU libtool.
|
||||
%prep
|
||||
%setup -q -n libtool-%{version}
|
||||
%patch1 -p0
|
||||
#%patch -p1
|
||||
#%%patch -p1
|
||||
|
||||
%build
|
||||
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
||||
@ -107,6 +107,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libltdl.so
|
||||
/usr/share/aclocal/*.m4
|
||||
%doc %{_infodir}/libtool.info*
|
||||
%doc %{_mandir}/man1/libtool.1.gz
|
||||
%doc %{_mandir}/man1/libtoolize.1.gz
|
||||
/usr/share/libtool
|
||||
|
||||
%files -n libltdl7
|
||||
|
Loading…
Reference in New Issue
Block a user