Rebuild for publicsuffix-list-20150226.
This commit is contained in:
parent
e6157e579f
commit
ece54edc3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user