automatic version update by autodist [release 1.11.0-1mamba;Thu Oct 09 2014]
This commit is contained in:
parent
de4d2d10c3
commit
fb6b8a8b2b
@ -1,5 +1,5 @@
|
|||||||
Name: translate-toolkit
|
Name: translate-toolkit
|
||||||
Version: 1.10.0
|
Version: 1.11.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools for localization
|
Summary: Tools for localization
|
||||||
Group: Applications/Development
|
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
|
Source: http://downloads.sourceforge.net/project/translate/Translate%20Toolkit/%{version}/translate-toolkit-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 translate-toolkit' to get the list of build requirements.
|
BuildRequires: libpython-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -30,6 +30,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{_includedir}/python \
|
||||||
--install-lib=%{python_sitearch}
|
--install-lib=%{python_sitearch}
|
||||||
|
|
||||||
|
# FIXME: strange files installed with ugly workaround
|
||||||
|
rm -rf %{buildroot}$HOME
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -39,12 +42,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%dir %{python_sitearch}/translate
|
%dir %{python_sitearch}/translate
|
||||||
%{python_sitearch}/translate/*
|
%{python_sitearch}/translate/*
|
||||||
%{python_sitearch}/translate_toolkit-*-py*.egg-info
|
%{python_sitearch}/translate_toolkit-*-py*.egg-info
|
||||||
%{python_sitearch}/docs/*
|
#%{python_sitearch}/docs/*
|
||||||
%{python_sitearch}/share/*
|
#%{python_sitearch}/share/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user