diff --git a/python-cssselect.spec b/python-cssselect.spec index e024346..500c0f5 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -1,13 +1,13 @@ Name: python-cssselect -Version: 0.9.1 -Release: 2mamba +Version: 0.9.2 +Release: 1mamba Summary: cssselect parses CSS3 Selectors and translates them to XPath 1.0 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://pypi.python.org/pypi/cssselect -Source: http://pypi.python.org/packages/source/c/cssselect/cssselect-%{version}.tar.gz +Source: http://pypi.debian.net/cssselect/cssselect-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -39,7 +39,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) @@ -51,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # %doc CHANGES README.rst %changelog +* Sat Jun 18 2016 Automatic Build System 0.9.2-1mamba +- automatic version update by autodist + * Mon Jun 22 2015 Silvan Calarco 0.9.1-2mamba - rebuilt with -py3 package