Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
78f7c2b8d0
!18 update version to 0.21.2
From: @fly_fzc 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2023-01-18 02:51:58 +00:00
fly_fzc
7777083fe1 update version to 0.21.2 2023-01-17 18:05:22 +08:00
openeuler-ci-bot
44e13b24e2
!11 【轻量级 PR】:fix bogus date in %changelog
From: @leeffo 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2022-12-20 08:41:45 +00:00
openeuler-ci-bot
d838d072bf
!14 [libpsl] change release number
From: @gaoruoshu 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-10-20 09:26:50 +00:00
gaoruoshu
3306e39606
[libpsl] change release
Signed-off-by: gaoruoshu <gaoruoshu@huawei.com>
2022-10-18 12:12:21 +00:00
loong-C
e5e15bdeaa
fix bogus date in %changelog 2022-06-15 05:26:21 +00:00
openeuler-ci-bot
5582a90039
!9 add subpackage psl-make-dafsa and psl
From: @fu-shanqing 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-03-08 02:51:47 +00:00
fu-shanqing
8ec2376f06 add subpackage psl-make-dafsa and psl 2022-03-02 04:25:22 +08:00
openeuler-ci-bot
dfeb4d9173 !7 Remove unnecessary BuildRequires:git
From: @panxh_purple
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-07-27 09:20:25 +00:00
panxiaohe
4827c6a434 Remove unnecessary BuildRequires:git 2021-07-26 20:19:49 +08:00
2 changed files with 45 additions and 11 deletions

View File

@ -1,18 +1,14 @@
Name: libpsl
Version: 0.21.1
Release: 2
Version: 0.21.2
Release: 1
Summary: C library to handle the Public Suffix List
License: MIT
URL: https://github.com/rockdaboot/libpsl
Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
BuildRequires: gcc git gtk-doc glib2-devel libxslt python3-devel
BuildRequires: gcc gtk-doc glib2-devel libxslt python3-devel
BuildRequires: libicu-devel libidn2-devel publicsuffix-list libunistring-devel
Requires: publicsuffix-list
Provides: psl = %{version}-%{release}
Obsoletes: psl <= %{version}-%{release}
Provides: psl-make-dafsa = %{version}-%{release}
Obsoletes: psl-make-dafsa <= %{version}-%{release}
%description
Libpsl is a C library to handle the Public Suffix List. A Public Suffix List is a
@ -48,8 +44,24 @@ Requires: man
%description help
The %{name}-help package contains doc files for %{name}.
%package -n psl
Summary: Commandline utility to explore the Public Suffix List
%description -n psl
This package contains a commandline utility to explore the Public Suffix List,
for example it checks if domains are public suffixes, checks if cookie-domain
is acceptable for domains and so on.
%package -n psl-make-dafsa
Summary: Compiles the Public Suffix List into DAFSA form
%description -n psl-make-dafsa
This script produces C/C++ code or an architecture-independent binary object
which represents a Deterministic Acyclic Finite State Automaton (DAFSA)
from a plain text Public Suffix List.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa
%build
@ -82,8 +94,6 @@ make check
%files
%license COPYING AUTHORS
%{_libdir}/%{name}.so.*
%{_bindir}/psl
%{_bindir}/psl-make-dafsa
%files devel
%{_includedir}/%{name}.h
@ -96,7 +106,31 @@ make check
%{_mandir}/man*/*
%{_datadir}/gtk-doc/html/%{name}
%files -n psl
%doc AUTHORS NEWS
%license COPYING
%{_bindir}/psl
%files -n psl-make-dafsa
%license COPYING
%{_bindir}/psl-make-dafsa
%changelog
* Tue Jan 17 2023 fuanan <fuanan3@h-partners.com> - 0.21.2-1
- Type:update
- ID: NA
- SUG: NA
- DESC:update version to 0.21.2
* Tue Oct 18 2022 gaoruoshu <gaoruoshu@huawei.com> - 0.21.1-5
- change release
* Thu Feb 17 2022 fushanqing <fushanqing@kylinos.cn> - 0.21.1-4
- add subpackage psl-make-dafsa and psl
* Mon Jul 26 2021 panxiaohe <panxiaohe@huawei.com> - 0.21.1-3
- Remove unnecessary BuildRequires:git
* Tue Jul 20 2021 fuanan <fuanan3@huawei.com> - 0.21.1-2
- Remove redundant gdb from BuildRequires
@ -112,7 +146,7 @@ make check
- SUG: NA
- DESC: docs: don't include the type hierarchy
* Wed Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 0.20.2-9
* Wed Nov 6 2019 luhuaxin <luhuaxin@huawei.com> - 0.20.2-9
- Type: enhancement
- ID: NA
- SUG: NA