Maybe this time

This commit is contained in:
Yanko Kaneti 2015-01-20 15:50:12 +02:00
parent 82546865bb
commit 488e0cc369
3 changed files with 52 additions and 0 deletions

2
.gitignore vendored
View File

@ -0,0 +1,2 @@
/effective_tld_names.dat
/index.txt

48
publicsuffix-list.spec Normal file
View File

@ -0,0 +1,48 @@
%global revdate 20141230
Name: publicsuffix-list
Version: %{revdate}
Release: 1%{?dist}
Summary: Cross-vendor public domain suffix database
License: MPLv2.0
URL: https://publicsuffix.org/
Source0: https://publicsuffix.org/list/effective_tld_names.dat
Source1: https://www.mozilla.org/MPL/2.0/index.txt
BuildArch: noarch
%description
The Public Suffix List is a cross-vendor initiative to provide
an accurate list of domain name suffixes, maintained by the hard work
of Mozilla volunteers and by submissions from registries,
to whom we are very grateful.
Software using the Public Suffix List will be able to determine where
cookies may and may not be set, protecting the user from being
tracked across sites.
%prep
%setup -c -T
cp -av %{SOURCE1} COPYING
%build
%install
install -m 644 -p -D %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_tld_names.dat
%files
%license COPYING
%{_datadir}/publicsuffix
%changelog
* Tue Dec 30 2014 Yanko Kaneti <yaneti@declera.com> - 20141230-1
- Initial version for review - 20141124-1
- Today's revision. Add license file - 20141218-1
- Today's revision - 20141223-1
- Today's revision - 20141230-1

View File

@ -0,0 +1,2 @@
bcd261f923113157fa42db633aa4bc16 effective_tld_names.dat
815ca599c9df247a0c7f619bab123dad index.txt