diff --git a/python-WeasyPrint.spec b/python-WeasyPrint.spec index 0705476..885dfa6 100644 --- a/python-WeasyPrint.spec +++ b/python-WeasyPrint.spec @@ -1,5 +1,5 @@ Name: python-WeasyPrint -Version: 0.23 +Version: 48 Release: 1mamba Summary: A visual rendering engine for HTML and CSS that can export to PDF Group: System/Libraries @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/WeasyPrint -Source: https://pypi.python.org/packages/source/W/WeasyPrint/WeasyPrint-%{version}.tar.gz +Source: https://pypi.debian.net/WeasyPrint/WeasyPrint-%{version}.tar.gz +#Source: https://pypi.python.org/packages/source/W/WeasyPrint/WeasyPrint-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END @@ -81,12 +82,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog +* Fri Aug 09 2019 Silvan Calarco 48-1mamba +- update to 48 + * Tue Jun 23 2015 Silvan Calarco 0.23-1mamba - package created using the webbuild interface