Rebuild for publicsuffix-list-20150226.

This commit is contained in:
Christopher Meng 2015-02-28 10:33:46 +08:00
parent e6157e579f
commit ece54edc3b
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/libpsl-0.5.1.tar.gz
/libpsl-0.6.2.tar.gz
/libpsl-0.7.0.tar.gz
/libpsl-0.7.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: libpsl
Version: 0.7.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: C library for the Publix Suffix List
License: MIT
URL: https://rockdaboot.github.io/libpsl
@ -63,14 +63,15 @@ sed -i 's|effective_tld_names.dat|$(PSL_FILE)|g' data/Makefile.am
%build
# Tarballs from github have 2 versions, one is raw files from repo, and
# the other one from CDN contains pre-generated autotools files.
#[ -f configure ] || autoreconf -fiv
# But makefile hack is not upstreamed yet so we continue reconfiguring these.
# [ -f configure ] || autoreconf -fiv
autoreconf -fiv
%configure --disable-silent-rules \
--disable-static \
--enable-man \
--enable-gtk-doc \
--with-psl-file=%{_datadir}/publicsuffix/effective_tld_names.dat
%make_build
%install
@ -109,6 +110,9 @@ make check
%{_bindir}/psl
%changelog
* Sat Feb 28 2015 Christopher Meng <rpm@cicku.me> - 0.7.0-4
- Rebuild for publicsuffix-list-20150226
* Fri Feb 20 2015 Christopher Meng <rpm@cicku.me> - 0.7.0-3
- Rebuild for publicsuffix-list-20150217

View File

@ -1 +1 @@
18e0b5481c68ede3aba71e7de4d6a4a8 libpsl-0.7.0.tar.gz
24a8e044f1ec7f70d563e2d5435482cb libpsl-0.7.1.tar.gz