publicsuffix-list/publicsuffix-list.spec

77 lines
2.3 KiB
RPMSpec
Raw Normal View History

%global revdate 20150731
2015-01-20 13:50:12 +00:00
Name: publicsuffix-list
Version: %{revdate}
Release: 1%{?dist}
2015-01-20 13:50:12 +00:00
Summary: Cross-vendor public domain suffix database
License: MPLv2.0
URL: https://publicsuffix.org/
Source0: https://publicsuffix.org/list/public_suffix_list.dat
2015-01-20 13:50:12 +00:00
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/public_suffix_list.dat
ln -s public_suffix_list.dat $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_tld_names.dat
2015-01-20 13:50:12 +00:00
%files
%license COPYING
%{_datadir}/publicsuffix
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-05-07 07:09:54 +00:00
* Thu May 7 2015 Yanko Kaneti <yaneti@declera.com> - 20150506-1
- The latest revision - 20150506
2015-04-30 06:43:00 +00:00
* Thu Apr 30 2015 Yanko Kaneti <yaneti@declera.com> - 20150430-1
- The latest revision - 20150430
2015-04-07 20:49:39 +00:00
* Tue Apr 7 2015 Yanko Kaneti <yaneti@declera.com> - 20150407-1
- The latest revision - 20150407
2015-04-04 18:18:08 +00:00
* Sat Apr 4 2015 Yanko Kaneti <yaneti@declera.com> - 20150404-1
- The latest revision - 20150404
2015-02-26 08:19:34 +00:00
* Thu Feb 26 2015 Yanko Kaneti <yaneti@declera.com> - 20150226-1
- The latest revision - 20150226
2015-02-18 10:03:36 +00:00
* Wed Feb 18 2015 Yanko Kaneti <yaneti@declera.com> - 20150217-1
- The latest revision - 20150217
2015-02-05 07:33:04 +00:00
* Thu Feb 5 2015 Yanko Kaneti <yaneti@declera.com> - 20150204-1
- The latest revision - 20150204
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