diff --git a/python-pypandoc.spec b/python-pypandoc.spec index 1d9d043..7024d79 100644 --- a/python-pypandoc.spec +++ b/python-pypandoc.spec @@ -1,5 +1,5 @@ Name: python-pypandoc -Version: 1.1.3 +Version: 1.2.0 Release: 1mamba Summary: A thin wrapper for pandoc, a universal document converter Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/bebraw/pypandoc -Source: https://pypi.python.org/packages/source/p/pypandoc/pypandoc-%{version}.zip +Source: https://pypi.debian.net/pypandoc/pypandoc-%{version}.zip License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -33,13 +33,16 @@ 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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog +* Thu Jul 21 2016 Automatic Build System 1.2.0-1mamba +- automatic version update by autodist + * Sat Jan 16 2016 Automatic Build System 1.1.3-1mamba - automatic version update by autodist