automatic version update by autodist [release 1.10.0-1mamba;Tue Oct 29 2013]
This commit is contained in:
parent
6d524af27d
commit
de4d2d10c3
@ -1,2 +1,4 @@
|
|||||||
# translate-toolkit
|
# translate-toolkit
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
55
translate-toolkit.spec
Normal file
55
translate-toolkit.spec
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
Name: translate-toolkit
|
||||||
|
Version: 1.10.0
|
||||||
|
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
|
||||||
|
## note: run 'autospec -u -a6 translate-toolkit' to get the list of build requirements.
|
||||||
|
## 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}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/*
|
||||||
|
%dir %{python_sitearch}/translate
|
||||||
|
%{python_sitearch}/translate/*
|
||||||
|
%{python_sitearch}/translate_toolkit-*-py*.egg-info
|
||||||
|
%{python_sitearch}/docs/*
|
||||||
|
%{python_sitearch}/share/*
|
||||||
|
%doc COPYING
|
||||||
|
#README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in New Issue
Block a user