Compare commits
10 Commits
77a5117494
...
f9e672cd52
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9e672cd52 | ||
|
|
706fa752b9 | ||
|
|
c1c01ec30b | ||
|
|
f7e7f1459e | ||
|
|
357e2aa222 | ||
|
|
5e269c6cc2 | ||
|
|
15038138a5 | ||
|
|
7fef4720c8 | ||
|
|
aedf2294c9 | ||
|
|
d37caa5e65 |
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
Name: publicsuffix-list
|
||||
Version: 20211113
|
||||
Version: 20241002
|
||||
Release: 1
|
||||
Summary: List of domain name suffixes
|
||||
License: MPLv2.0
|
||||
@ -11,7 +11,7 @@ Source2: https://github.com/publicsuffix/list/raw/master/tests/test_psl.
|
||||
BuildRequires: psl-make-dafsa
|
||||
BuildArch: noarch
|
||||
Provides: publicsuffix-list-dafsa
|
||||
Obsoletes: publicsuffix-list-dafsa
|
||||
Obsoletes: publicsuffix-list-dafsa < %{version}-%{release}
|
||||
|
||||
%description
|
||||
A "public suffix" is one under which Internet users can (or historically could)
|
||||
@ -22,28 +22,19 @@ originally created to meet the needs of browser manufacturers.
|
||||
|
||||
%prep
|
||||
%autosetup -c -T
|
||||
cp -dpR %{SOURCE0} .
|
||||
cp -dpR %{SOURCE1} COPYING
|
||||
cp -dpR %{S:1} COPYING
|
||||
|
||||
%build
|
||||
LC_CTYPE=C.UTF-8 \
|
||||
psl-make-dafsa --output-format=binary \
|
||||
%{SOURCE0} public_suffix_list.dafsa
|
||||
%{S:0} public_suffix_list.dafsa
|
||||
|
||||
%install
|
||||
install -m 644 -p -D public_suffix_list.dafsa %{buildroot}/%{_datadir}/publicsuffix/public_suffix_list.dafsa
|
||||
install -m 644 -p -D %{SOURCE0} %{buildroot}/%{_datadir}/publicsuffix/public_suffix_list.dat
|
||||
install -m 644 -p -D %{SOURCE2} %{buildroot}/%{_datadir}/publicsuffix/test_psl.txt
|
||||
install -m 644 -p -D %{S:0} %{buildroot}/%{_datadir}/publicsuffix/public_suffix_list.dat
|
||||
install -m 644 -p -D %{S:2} %{buildroot}/%{_datadir}/publicsuffix/test_psl.txt
|
||||
ln -s public_suffix_list.dat %{buildroot}/%{_datadir}/publicsuffix/effective_tld_names.dat
|
||||
|
||||
%pre
|
||||
|
||||
%preun
|
||||
|
||||
%post
|
||||
|
||||
%postun
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%dir %{_datadir}/publicsuffix
|
||||
@ -53,11 +44,32 @@ ln -s public_suffix_list.dat %{buildroot}/%{_datadir}/publicsuffix/effective_tld
|
||||
%{_datadir}/publicsuffix/public_suffix_list.dafsa
|
||||
|
||||
%changelog
|
||||
* Sat Oct 05 2024 Funda Wang <fundawang@yeah.net> - 20241002-1
|
||||
- update to 20241002
|
||||
|
||||
* Mon Sep 09 2024 Linux_zhang <zhangruifang@h-partners.com> - 20240108-2
|
||||
- fix bogus date in changelog
|
||||
|
||||
* Mon Jan 15 2024 zhangruifang <zhangruifang1@h-partners.com> - 20240108-1
|
||||
- update to 20240108
|
||||
|
||||
* Tue Jul 18 2023 zhangruifang <zhangruifang1@h-partners.com> - 20230701-1
|
||||
- update to 20230701
|
||||
|
||||
* Tue Sep 13 2022 fuanan <fuanan3@h-partners.com> - 20211113-3
|
||||
- Fix Obsoletes in spec
|
||||
|
||||
* Thu Jul 28 2022 zhangruifang <zhangruifang1@h-partners.com> - 20211113-2
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:modify the changelog
|
||||
|
||||
* Tue Dec 28 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 20211113-1
|
||||
- Type:update
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:update to20211113
|
||||
- DESC:update to 20211113
|
||||
|
||||
* Tue Jul 28 2020 zhangxingliang <zhangxingliang3@huawei.com> - 20200718-1
|
||||
- Type:update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user