fix: use accessible URL

This commit is contained in:
ut005731 2024-09-29 16:59:53 +08:00
parent 4087bc7f34
commit fd423f9393

View File

@ -1,9 +1,9 @@
Name: libchardet
Version: 1.0.5
Release: 1
Release: 2
Summary: Mozilla's universal character set detector
License: MPLv1.1 or LGPLv2+ or GPLv2+
URL: http://ftp.oops.org/pub/oops/libchardet/
URL: https://github.com/Joungkyun/libchardet
Source0: https://github.com/Joungkyun/libchardet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: %{name}-1.0.4-pc.in.patch
@ -72,5 +72,8 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}/LICENSE
%{_mandir}/man3/*
%changelog
* Sun Sep 29 2024 zhuhongbo <zhuhongbo@uniontech.com> - 1.0.5-2
- fix: use accessible URL
* Fri Aug 11 2023 leeffo <liweiganga@uniontech.com> - 1.0.5-1
- init package