| OLD | NEW |
| 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: 1%{?dist}%{?extra_release} | 6 Release: 0rc2%{?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}-rc2.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 Loading... |
| 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 |
| OLD | NEW |