The latest revision - 20150731
Move to the new upstream filename. Install a compat symlink for now
This commit is contained in:
parent
37793fc950
commit
9c5336ab8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/effective_tld_names.dat
|
/effective_tld_names.dat
|
||||||
/index.txt
|
/index.txt
|
||||||
|
/public_suffix_list.dat
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global revdate 20150506
|
%global revdate 20150731
|
||||||
|
|
||||||
Name: publicsuffix-list
|
Name: publicsuffix-list
|
||||||
Version: %{revdate}
|
Version: %{revdate}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-vendor public domain suffix database
|
Summary: Cross-vendor public domain suffix database
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://publicsuffix.org/
|
URL: https://publicsuffix.org/
|
||||||
Source0: https://publicsuffix.org/list/effective_tld_names.dat
|
Source0: https://publicsuffix.org/list/public_suffix_list.dat
|
||||||
Source1: https://www.mozilla.org/MPL/2.0/index.txt
|
Source1: https://www.mozilla.org/MPL/2.0/index.txt
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -31,7 +31,8 @@ cp -av %{SOURCE1} COPYING
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -m 644 -p -D %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_tld_names.dat
|
install -m 644 -p -D %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/public_suffix_list.dat
|
||||||
|
ln -s public_suffix_list.dat $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_tld_names.dat
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -40,6 +41,10 @@ install -m 644 -p -D %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effecti
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 3 2015 Yanko Kaneti <yaneti@declera.com> - 20150731-1
|
||||||
|
- The latest revision - 20150731
|
||||||
|
- Move to the new upstream filename. Install a compat symlink for now
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150506-2
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150506-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user