Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Miro Hrončok
b5e877e09c Require proper library (#1331566) 2018-12-12 07:37:12 +01:00

View file

@ -6,7 +6,7 @@
Name: weasyprint
Version: 0.22
Release: 13%{?dist}
Release: 14%{?dist}
Group: Applications/File
Summary: Utility to render HTML and CSS to PDF
License: BSD
@ -18,7 +18,7 @@ Source0: https://github.com/Kozea/WeasyPrint/archive/v%{version}.tar.gz
Patch0: weasyprint-0.19.2-shebang.patch
BuildRequires: python2-devel python2-setuptools
Requires: python2-weasyprint = %{version}-%{release}
Requires: python3-weasyprint = %{version}-%{release}
%if 0%{?with_python3}
BuildRequires: python3-devel python3-setuptools
%endif # if with_python3
@ -96,7 +96,7 @@ popd
%install
%py2_install
chmod +x %{buildroot}%{python_sitelib}/weasyprint/tests/test_web/run.py
chmod +x %{buildroot}%{python2_sitelib}/weasyprint/tests/test_web/run.py
%if 0%{?with_python3}
pushd %{py3dir}
@ -120,6 +120,9 @@ popd
%endif # with_python3
%changelog
* Wed Dec 12 2018 Miro Hrončok <mhroncok@redhat.com> - 0.22-14
- Require proper library (#1331566)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild