2024-01-05 18:41:07 +01:00
|
|
|
Name: translate-toolkit
|
2024-01-05 18:41:07 +01:00
|
|
|
Version: 1.12.0
|
2024-01-05 18:41:07 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Tools for localization
|
|
|
|
Group: Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
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
|
2024-01-05 18:41:07 +01:00
|
|
|
BuildRequires: libpython-devel
|
2024-01-05 18:41:07 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tools for localization: Pootle: web based translation management system. Virtaal: Computer Aided Translation (CAT) tool, Translate Toolkit: QA, format conversion and support (PO, Java .properties, OpenOffice, Mozilla, XLIFF, TMX, TBX, CSV, Qt .ts).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch}
|
|
|
|
|
2024-01-05 18:41:07 +01:00
|
|
|
# FIXME: strange files installed with ugly workaround
|
|
|
|
rm -rf %{buildroot}$HOME
|
|
|
|
|
2024-01-05 18:41:07 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/*
|
|
|
|
%dir %{python_sitearch}/translate
|
|
|
|
%{python_sitearch}/translate/*
|
|
|
|
%{python_sitearch}/translate_toolkit-*-py*.egg-info
|
2024-01-05 18:41:07 +01:00
|
|
|
%ifarch x86_64
|
|
|
|
%dir %{python_sitelib}/translate
|
|
|
|
%{python_sitelib}/translate/*
|
|
|
|
%endif
|
2024-01-05 18:41:07 +01:00
|
|
|
#%{python_sitearch}/docs/*
|
|
|
|
#%{python_sitearch}/share/*
|
2024-01-05 18:41:07 +01:00
|
|
|
%doc COPYING
|
|
|
|
#README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:41:07 +01:00
|
|
|
* Mon Dec 22 2014 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:41:07 +01:00
|
|
|
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:41:07 +01:00
|
|
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-1mamba
|
|
|
|
- update to 1.9.0
|
|
|
|
|
|
|
|
* Wed Oct 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- package created by autospec
|