New upstream version
This commit is contained in:
parent
a28dc76482
commit
d5e55c2998
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/wget2-2.0.0.tar.gz
|
||||
/wget2-2.1.0.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wget2-2.0.0.tar.gz) = 59be98a43057220f4eb4314d0876990c21bbc2606a82444e03282ca55d6de18a382fb75b3fcbb1e7f5a5930cd9a81c6c73cdac2ffba3932b55816fb8140c00eb
|
||||
SHA512 (wget2-2.1.0.tar.gz) = ae1fc267b1c2ee182ee59f0fc34fef238326a20f1ea1c15be6db2c16b70d49e89f61ca937d3e64d214f73ef9646ba4318782ac4210db51bd3d89c55ce4406872
|
||||
|
||||
17
wget2.spec
17
wget2.spec
@ -1,8 +1,8 @@
|
||||
%global somajor 1
|
||||
%global somajor 2
|
||||
|
||||
Name: wget2
|
||||
Version: 2.0.0
|
||||
Release: 6%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An advanced file and recursive website downloader
|
||||
|
||||
# Documentation is GFDL
|
||||
@ -99,6 +99,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
# Purge all libtool archives
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
# Delete useless noinstall binary
|
||||
rm -v %{buildroot}%{_bindir}/%{name}_noinstall
|
||||
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
@ -108,8 +111,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%license COPYING*
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}_noinstall
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%files libs
|
||||
%license COPYING*
|
||||
@ -120,9 +122,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_includedir}/wgetver.h
|
||||
%{_libdir}/libwget*.so
|
||||
%{_libdir}/pkgconfig/libwget.pc
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man3/libwget*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 Neal Gompa <ngompa@fedoraproject.org> - 2.1.0-1
|
||||
- New upstream version
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user