automatic version update by autodist [release 1.11.0-1mamba;Thu Oct 09 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:41:07 +01:00
parent de4d2d10c3
commit fb6b8a8b2b

View File

@ -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 <autodist@mambasoft.it> 1.11.0-1mamba
- automatic version update by autodist
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist