Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: third_party/libxml/src/libxml2.spec

Issue 2804483002: Check in the libxml roll script. (Closed)
Patch Set: Code review feedback for the roll script. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxml/src/legacy.c ('k') | third_party/libxml/src/macos/src/XMLTestPrefix.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 %global with_python3 1 1 %global with_python3 1
2 2
3 Summary: Library providing XML and HTML support 3 Summary: Library providing XML and HTML support
4 Name: libxml2 4 Name: libxml2
5 Version: 2.9.4 5 Version: 2.9.4
6 Release: 1%{?dist}%{?extra_release} 6 Release: 1%{?dist}%{?extra_release}
7 License: MIT 7 License: MIT
8 Group: Development/Libraries 8 Group: Development/Libraries
9 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz 9 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-root 10 BuildRoot: %{_tmppath}/%{name}-%{version}-root
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 %{_libdir}/python3*/site-packages/__pycache__/drv_libxml2.cpython-34.py* 187 %{_libdir}/python3*/site-packages/__pycache__/drv_libxml2.cpython-34.py*
188 %{_libdir}/python3*/site-packages/libxml2mod* 188 %{_libdir}/python3*/site-packages/libxml2mod*
189 %doc python/TODO 189 %doc python/TODO
190 %doc python/libxml2class.txt 190 %doc python/libxml2class.txt
191 %doc python/tests/*.py 191 %doc python/tests/*.py
192 %doc doc/*.py 192 %doc doc/*.py
193 %doc doc/python.html 193 %doc doc/python.html
194 %endif # with_python3 194 %endif # with_python3
195 195
196 %changelog 196 %changelog
197 * Tue Mar 28 2017 Daniel Veillard <veillard@redhat.com> 197 * Wed Apr 5 2017 Daniel Veillard <veillard@redhat.com>
198 - upstream release 2.9.4 see http://xmlsoft.org/news.html 198 - upstream release 2.9.4 see http://xmlsoft.org/news.html
199 199
OLDNEW
« no previous file with comments | « third_party/libxml/src/legacy.c ('k') | third_party/libxml/src/macos/src/XMLTestPrefix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698