Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f9e672cd52
!24 [sync] PR-23: Update to 20241002
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-10-08 03:56:09 +00:00
Funda Wang
706fa752b9 update to 20241002
(cherry picked from commit 5a372b53df2e76bb7fa6ae469ce571e83780ec44)
2024-10-08 11:32:18 +08:00
openeuler-ci-bot
c1c01ec30b
!22 [sync] PR-19: fix bogus date in changelog
From: @openeuler-sync-bot 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2024-09-09 08:36:27 +00:00
zhangruifang2020
f7e7f1459e fix bogus date in changelog
(cherry picked from commit b2db3ecc9b4716775396bb587cbc5de6b7670576)
2024-09-09 15:34:06 +08:00
openeuler-ci-bot
357e2aa222
!18 update to 20240108
From: @zhangruifang2020 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2024-01-15 09:14:52 +00:00
zhangruifang2020
5e269c6cc2 update to 20240108 2024-01-15 14:44:29 +08:00
openeuler-ci-bot
15038138a5
!17 update to 20230701
From: @zhangruifang2020 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-07-18 03:05:59 +00:00
zhangruifang2020
7fef4720c8 update to 20230701 2023-07-18 10:41:15 +08:00
openeuler-ci-bot
aedf2294c9
!11 Fix Obsoletes in spec and modify the changelog
From: @fly_fzc 
Reviewed-by: @ziyangc, @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-09-13 03:17:17 +00:00
fly_fzc
d37caa5e65 Fix Obsoletes in spec and modify the changelog 2022-09-13 10:42:24 +08:00
2 changed files with 5023 additions and 3085 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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