publicsuffix-list/publicsuffix-list.spec

52 lines
1.3 KiB
RPMSpec
Raw Normal View History

2015-02-05 07:33:04 +00:00
%global revdate 20150204
2015-01-20 13:50:12 +00:00
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
2015-02-05 07:33:04 +00:00
of Mozilla volunteers and by submissions from registries.
2015-01-20 13:50:12 +00:00
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
2015-02-05 07:33:04 +00:00
* Thu Feb 5 2015 Yanko Kaneti <yaneti@declera.com> - 20150204-1
- The latest revision - 20150204
- Initial version for review - 20141124-1
2015-01-20 13:50:12 +00:00
* 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