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

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

Issue 2010803004: Roll libxml to bdec2183f34b37ee89ae1d330c6ad2bb4d76605f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 years, 6 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/libxml.h ('k') | third_party/libxml/src/libxml2.spec » ('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: @VERSION@ 5 Version: @VERSION@
6 Release: 0rc2%{?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}-rc2.tar.gz 9 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-root 10 BuildRoot: %{_tmppath}/%{name}-%{version}-root
11 BuildRequires: python-devel 11 BuildRequires: python-devel
12 %if 0%{?with_python3} 12 %if 0%{?with_python3}
13 BuildRequires: python3-devel 13 BuildRequires: python3-devel
14 %endif # with_python3 14 %endif # with_python3
15 BuildRequires: zlib-devel 15 BuildRequires: zlib-devel
16 BuildRequires: pkgconfig 16 BuildRequires: pkgconfig
17 BuildRequires: xz-devel 17 BuildRequires: xz-devel
18 URL: http://xmlsoft.org/ 18 URL: http://xmlsoft.org/
19 19
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 * @RELDATE@ Daniel Veillard <veillard@redhat.com> 197 * @RELDATE@ Daniel Veillard <veillard@redhat.com>
198 - upstream release @VERSION@ see http://xmlsoft.org/news.html 198 - upstream release @VERSION@ see http://xmlsoft.org/news.html
199 199
OLDNEW
« no previous file with comments | « third_party/libxml/src/libxml.h ('k') | third_party/libxml/src/libxml2.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698