Accepting request 368958 from home:AndreasStieger:branches:network:utilities
libpsl 0.13.0 OBS-URL: https://build.opensuse.org/request/show/368958 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67ad326f8258bd599de2392e08027152dcc52a4d0cf510f4bdc95e85d5de49c7
|
||||
size 532662
|
3
libpsl-0.13.0.tar.gz
Normal file
3
libpsl-0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdc41105332bf4aa2dc136cd84055cd83fa101a5cde9a25cecc554a10913d629
|
||||
size 556735
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 08:50:51 UTC 2016 - astieger@suse.com
|
||||
|
||||
- libpsl 0.13.0:
|
||||
* Use tests.txt as PSL test file by default
|
||||
* Slightly shorter DAFSA array when sorting input
|
||||
* Check for python 2.7+ in configure.ac
|
||||
* Fix python3 incompatibilities in make_dafsa.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 17:16:56 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
%define somajor 5
|
||||
Name: libpsl
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: C library for the Publix Suffix List
|
||||
License: MIT
|
||||
@@ -29,7 +29,7 @@ Source: https://github.com/rockdaboot/libpsl/releases/download/%{name}-%
|
||||
Source1000: baselibs.conf
|
||||
BuildRequires: pkg-config >= 0.9.0
|
||||
BuildRequires: publicsuffix
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python-base >= 2.7
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{?suse_version} > 1110
|
||||
BuildRequires: libicu-devel
|
||||
@@ -103,7 +103,7 @@ and sorting domain lists by site.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
make DESTDIR=%{buildroot} install-man
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
@@ -111,7 +111,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
make %{?_smp_mflags} check || cat tests/test-suite.log
|
||||
|
||||
%post -n %{name}%{somajor} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{name}%{somajor} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{name}%{somajor}
|
||||
|
Reference in New Issue
Block a user