source: projects/specs/trunk/p/publicsuffix/publicsuffix-list-vl.spec @ 12402

Revision 12402, 7.2 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

amtk-5.0.2-3

libpsl-0.21.0-5

publicsuffix-list-20200509-1

Line 
1%bcond_without  dafsa
2
3Name:           publicsuffix-list
4Summary:        Cross-vendor public domain suffix database
5Version:        20200509
6Release:        1%{?_dist_release}
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        MPLv2.0
11URL:            https://publicsuffix.org/
12Source0:        https://publicsuffix.org/list/public_suffix_list.dat
13Source1:        https://www.mozilla.org/media/MPL/2.0/index.txt
14Source2:        https://github.com/publicsuffix/list/raw/master/tests/test_psl.txt
15
16BuildArch:      noarch
17
18%if %{with dafsa}
19BuildRequires:  psl-make-dafsa
20%endif
21
22
23%description
24The Public Suffix List is a cross-vendor initiative to provide
25an accurate list of domain name suffixes, maintained by the hard work
26of Mozilla volunteers and by submissions from registries.
27Software using the Public Suffix List will be able to determine where
28cookies may and may not be set, protecting the user from being
29tracked across sites.
30
31%if %{with dafsa}
32%package dafsa
33Summary:        Cross-vendor public domain suffix database in DAFSA form
34
35%description dafsa
36The Public Suffix List is a cross-vendor initiative to provide
37an accurate list of domain name suffixes, maintained by the hard work
38of Mozilla volunteers and by submissions from registries.
39Software using the Public Suffix List will be able to determine where
40cookies may and may not be set, protecting the user from being
41tracked across sites.
42
43This package includes a DAFSA representation of the Public Suffix List
44for runtime loading.
45%endif
46
47
48%prep
49%setup -c -T
50cp -av %{SOURCE0} .
51cp -av %{SOURCE1} COPYING
52
53
54%build
55%if %{with dafsa}
56LC_CTYPE=C.UTF-8 \
57psl-make-dafsa --output-format=binary \
58  public_suffix_list.dat public_suffix_list.dafsa
59%endif
60
61
62%install
63%if %{with dafsa}
64install -m 644 -p -D public_suffix_list.dafsa $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/public_suffix_list.dafsa
65%endif
66install -m 644 -p -D %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/public_suffix_list.dat
67install -m 644 -p -D %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/test_psl.txt
68ln -s public_suffix_list.dat $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_tld_names.dat
69
70
71%files
72%license COPYING
73%dir %{_datadir}/publicsuffix
74%{_datadir}/publicsuffix/effective_tld_names.dat
75%{_datadir}/publicsuffix/public_suffix_list.dat
76%{_datadir}/publicsuffix/test_psl.txt
77
78%if %{with dafsa}
79%files dafsa
80%license COPYING
81%dir %{_datadir}/publicsuffix
82%{_datadir}/publicsuffix/public_suffix_list.dafsa
83%endif
84
85
86%changelog
87* Sat May 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 20200509-1
88- initial build for Vine Linux.
89- new upstream release.
90
91* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190417-3
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
93
94* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190417-2
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
96
97* Wed Apr 17 2019 Kamil Dudka <kdudka@redhat.com> - 20190417-1
98- Recent revision - 20190417
99
100* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190128-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
102
103* Mon Jan 28 2019 Yanko Kaneti <yaneti@declera.com> - 20190128-1
104- Recent revision - 20190128
105
106* Mon Jul 23 2018 Kamil Dudka <kdudka@redhat.com> - 20180723-1
107- Recent revision - 20180723
108
109* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180514-2
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
111
112* Tue May 22 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 20180514-1
113- Recent revision - 20180514
114
115* Wed May 02 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 20180419-1
116- Recent revision - 20180419
117
118* Thu Mar 29 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 20180328-1
119- Recent revision - 20180328
120
121* Tue Feb 27 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 20180223-1
122- Recent revision - 20180223
123
124* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171228-2
125- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
126
127* Fri Jan  5 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 20171228-1
128- Recent revision - 20171228
129
130* Tue Nov 14 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20171028-1
131- Recent revision - 20171028
132
133* Mon Sep  4 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20170828-1
134- Recent revision - 20170828
135
136* Fri Aug 11 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20170809-1
137- Recent revision - 20170809
138
139* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170424-2
140- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
141
142* Thu Apr 27 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20170424-1
143- Recent revision - 20170424
144
145* Wed Feb 22 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20170206-1
146- Recent revision - 20170206
147
148* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170116-2
149- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
150
151* Tue Jan 17 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20170116-1
152- Recent revision - 20170116
153- Use system psl-make-dafsa
154
155* Thu Jan  5 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 20161230-1
156- Recent revision - 20161230
157- Added dafsa package for runtime use by libpsl
158
159* Fri Nov  4 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 20161028-1
160- Recent revision - 20161028
161
162* Mon Aug 15 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 20160805-1
163- Recent revision - 20160805
164
165* Fri Jul 15 2016 Yanko Kaneti <yaneti@declera.com> - 20160713-1
166- Recent revision - 20160713
167
168* Fri Mar 25 2016 Yanko Kaneti <yaneti@declera.com> - 20160323-1
169- Recent revision - 20160323
170
171* Mon Feb  8 2016 Yanko Kaneti <yaneti@declera.com> - 20160206-1
172- Recent revision - 20160206
173
174* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20151208-2
175- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
176
177* Tue Dec  8 2015 Yanko Kaneti <yaneti@declera.com> - 20151208-1
178- Recent revision - 20151208
179
180* Tue Sep  1 2015 Yanko Kaneti <yaneti@declera.com> - 20150831-1
181- The latest revision - 20150831
182- Add test data - bug 1251921
183
184* Mon Aug  3 2015 Yanko Kaneti <yaneti@declera.com> - 20150731-1
185- The latest revision - 20150731
186- Move to the new upstream filename. Install a compat symlink for now
187
188* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150506-2
189- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
190
191* Thu May  7 2015 Yanko Kaneti <yaneti@declera.com> - 20150506-1
192- The latest revision - 20150506
193
194* Thu Apr 30 2015 Yanko Kaneti <yaneti@declera.com> - 20150430-1
195- The latest revision - 20150430
196
197* Tue Apr  7 2015 Yanko Kaneti <yaneti@declera.com> - 20150407-1
198- The latest revision - 20150407
199
200* Sat Apr  4 2015 Yanko Kaneti <yaneti@declera.com> - 20150404-1
201- The latest revision - 20150404
202
203* Thu Feb 26 2015 Yanko Kaneti <yaneti@declera.com> - 20150226-1
204- The latest revision - 20150226
205
206* Wed Feb 18 2015 Yanko Kaneti <yaneti@declera.com> - 20150217-1
207- The latest revision - 20150217
208
209* Thu Feb  5 2015 Yanko Kaneti <yaneti@declera.com> - 20150204-1
210- The latest revision - 20150204
211
212* Tue Dec 30 2014 Yanko Kaneti <yaneti@declera.com> - 20141230-1
213- Initial version for review - 20141124-1
214- Today's revision. Add license file - 20141218-1
215- Today's revision - 20141223-1
216- Today's revision - 20141230-1
Note: See TracBrowser for help on using the repository browser.