update specs for 9.1
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
#TARBALL: https://ftp.gnu.org/gnu/wget/wget-1.20.1.tar.gz
|
||||
#MD5SUM: f6ebe9c7b375fc9832fb1b2028271fb7;SOURCES/wget-1.20.1.tar.gz
|
||||
#TARBALL: https://ftp.gnu.org/gnu/wget/wget-1.20.3.tar.gz
|
||||
#MD5SUM: db4e6dc7977cbddcd543b240079a4899;SOURCES/wget-1.20.3.tar.gz
|
||||
#-----------------------------------------------------------------------------
|
||||
Summary: The Wget package contains a utility useful for non-interactive downloading of files from the Web.
|
||||
Name: wget
|
||||
Version: 1.20.1
|
||||
Version: 1.20.3
|
||||
Release: 1
|
||||
License: Any
|
||||
URL: Any
|
||||
Group: LFS/Base
|
||||
Vendor: Elizabeth
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Requires: filesystem
|
||||
%description
|
||||
The Wget package contains a utility useful for non-interactive downloading of files from the Web.
|
||||
@@ -19,7 +18,7 @@ The Wget package contains a utility useful for non-interactive downloading of fi
|
||||
%build
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--sysconfdir=/etc \
|
||||
--sysconfdir=%{_sysconfdir} \
|
||||
--with-ssl=openssl \
|
||||
--disable-rpath
|
||||
make %{?_smp_mflags}
|
||||
@@ -32,12 +31,12 @@ The Wget package contains a utility useful for non-interactive downloading of fi
|
||||
# Create file list
|
||||
rm %{buildroot}%{_infodir}/dir
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.rpm
|
||||
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.rpm
|
||||
sed -i '/man\/man/d' filelist.rpm
|
||||
sed -i '/\/usr\/share\/info/d' filelist.rpm
|
||||
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
|
||||
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.list
|
||||
sed -i '/man\/man/d' filelist.list
|
||||
sed -i '/\/usr\/share\/info/d' filelist.list
|
||||
#-----------------------------------------------------------------------------
|
||||
%files -f filelist.rpm
|
||||
%files -f filelist.list
|
||||
%defattr(-,root,root)
|
||||
%{_infodir}/*
|
||||
%{_mandir}/man1/*
|
||||
@@ -53,6 +52,7 @@ The Wget package contains a utility useful for non-interactive downloading of fi
|
||||
popd
|
||||
#-----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Mon Jun 01 2020 Chris Cromer <chris@cromer.cl> 1.20.3-1
|
||||
* Sun Apr 07 2019 baho-utot <baho-utot@columbus.rr.com> 1.20.1-1
|
||||
- BLFS-8.4
|
||||
* Tue Jan 09 2018 baho-utot <baho-utot@columbus.rr.com> 1.19.1-1
|
||||
|
Reference in New Issue
Block a user