diff --git a/translate-toolkit.spec b/translate-toolkit.spec index 74fa23b..cb78fb8 100644 --- a/translate-toolkit.spec +++ b/translate-toolkit.spec @@ -1,5 +1,5 @@ Name: translate-toolkit -Version: 1.10.0 +Version: 1.11.0 Release: 1mamba Summary: Tools for localization Group: Applications/Development @@ -10,7 +10,7 @@ URL: http://sourceforge.net/projects/translate/ Source: http://downloads.sourceforge.net/project/translate/Translate%20Toolkit/%{version}/translate-toolkit-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 translate-toolkit' to get the list of build requirements. +BuildRequires: libpython-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -30,6 +30,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} +# FIXME: strange files installed with ugly workaround +rm -rf %{buildroot}$HOME + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -39,12 +42,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build %dir %{python_sitearch}/translate %{python_sitearch}/translate/* %{python_sitearch}/translate_toolkit-*-py*.egg-info -%{python_sitearch}/docs/* -%{python_sitearch}/share/* +#%{python_sitearch}/docs/* +#%{python_sitearch}/share/* %doc COPYING #README %changelog +* Thu Oct 09 2014 Automatic Build System 1.11.0-1mamba +- automatic version update by autodist + * Tue Oct 29 2013 Automatic Build System 1.10.0-1mamba - automatic version update by autodist