Maybe this time
This commit is contained in:
parent
82546865bb
commit
488e0cc369
2
.gitignore
vendored
2
.gitignore
vendored
@ -0,0 +1,2 @@
|
|||||||
|
/effective_tld_names.dat
|
||||||
|
/index.txt
|
48
publicsuffix-list.spec
Normal file
48
publicsuffix-list.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user