60 lines
1.6 KiB
RPMSpec
60 lines
1.6 KiB
RPMSpec
%global revdate 20150404
|
|
|
|
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.
|
|
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
|
|
* Sat Apr 4 2015 Yanko Kaneti <yaneti@declera.com> - 20150404-1
|
|
- The latest revision - 20150404
|
|
|
|
* Thu Feb 26 2015 Yanko Kaneti <yaneti@declera.com> - 20150226-1
|
|
- The latest revision - 20150226
|
|
|
|
* Wed Feb 18 2015 Yanko Kaneti <yaneti@declera.com> - 20150217-1
|
|
- The latest revision - 20150217
|
|
|
|
* Thu Feb 5 2015 Yanko Kaneti <yaneti@declera.com> - 20150204-1
|
|
- The latest revision - 20150204
|
|
|
|
* 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
|