rpms/translate-toolkit/F-10 .cvsignore, 1.13, 1.14 sources, 1.14, 1.15 translate-toolkit.spec, 1.25, 1.26

dwayne dwayne at fedoraproject.org
Wed Aug 5 08:10:16 UTC 2009


Author: dwayne

Update of /cvs/pkgs/rpms/translate-toolkit/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4386

Modified Files:
	.cvsignore sources translate-toolkit.spec 
Log Message:
* Wed Aug 5 2009 Dwayne Bailey <dwayne at translate.org.za> - 1.4.0-1
- Update to 1.4.0 final
   - Placeable API
   - Improved format support:
     * Java .properties files
     * Windows .rc files
     * XLIFF whitespace handling
     * Subtitle fortmats (added)
   - Small fixes to Mozilla support.
   - Improvements to podebug, pofilter checks and pot2po
   - Improved output formats for pocount
   - Extra startup options for tmserver
   - API documentation has been augmented with diagrams
- Remove old excludes for /usr/bin/*.py{o,c}



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/translate-toolkit/F-10/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	4 Feb 2009 19:12:38 -0000	1.13
+++ .cvsignore	5 Aug 2009 08:10:16 -0000	1.14
@@ -1 +1 @@
-translate-toolkit-1.3.0.tar.bz2
+translate-toolkit-1.4.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/translate-toolkit/F-10/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	4 Feb 2009 19:12:38 -0000	1.14
+++ sources	5 Aug 2009 08:10:16 -0000	1.15
@@ -1 +1 @@
-b21e7b1e382c03ecfeece6eab295840c  translate-toolkit-1.3.0.tar.bz2
+e588e04d6a71975f62dc96828824a510  translate-toolkit-1.4.0.tar.bz2


Index: translate-toolkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/translate-toolkit/F-10/translate-toolkit.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- translate-toolkit.spec	4 Feb 2009 19:12:38 -0000	1.25
+++ translate-toolkit.spec	5 Aug 2009 08:10:16 -0000	1.26
@@ -1,20 +1,26 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           translate-toolkit
-Version:        1.3.0
+Version:        1.4.0
 Release:        1%{?dist}
 Summary:        Tools to assist with translation and software localization
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://translate.sourceforge.net/wiki/toolkit/index
-Source0:        http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2
+Source0:        http://downloads.sourceforge.net/project/translate/Translate%20Toolkit/1.4.0/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:         translate-toolkit-1.2.1-stoplist.patch
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+# The following are needed for man page generation
+BuildRequires:  python-lxml
+BuildRequires:  python-iniparse
+BuildRequires:  python-simplejson
+BuildRequires:  python-vobject
+BuildRequires:  gaupol
 Requires:       gettext-libs
 Requires:       python-enchant
 Requires:       python-iniparse
@@ -23,6 +29,7 @@ Requires:       python-lxml
 %ifarch %{ix86}
 Requires:       python-psyco
 %endif
+Requires:       python-simplejson
 Requires:       python-vobject
 
 
@@ -41,9 +48,9 @@ Including:
             wiki (MediaWiki, DokuWiki), iCal
     * Specialised - OpenOffice.org GSI/SDF, PHP,
             Mozilla (.dtd, .properties, etc), Symbian,
-            Innosetup, tikiwiki
+            Innosetup, tikiwiki, subtitles
   * Tools: count, search, debug, segment and pretranslate localization 
-            files. Extract terminology from localization files.
+            files. Extract terminology. Pseudo-localize
   * Checkers: validate translations with over 45 checks
 
 %package devel
@@ -75,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
 for program in $RPM_BUILD_ROOT/%{_bindir}/*; do
     case $(basename $program) in
-      pocompendium|poen|pomigrate2|popuretext|poreencode|posplit|pocount|poglossary|lookupclient.py)
+      pocompendium|poen|pomigrate2|popuretext|poreencode|posplit|pocount|poglossary|lookupclient.py|tmserver|build_tmdb)
        ;;
       *)
         LC_ALL=C PYTHONPATH=. $program --manpage \
@@ -108,8 +115,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 %{_datadir}/translate-toolkit
 %{python_sitelib}/translate*
-%exclude %{_bindir}/*.pyc
-%exclude %{_bindir}/*.pyo
 
 %files devel
 %defattr(-,root,root,-)
@@ -117,6 +122,21 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 5 2009 Dwayne Bailey <dwayne at translate.org.za> - 1.4.0-1
+- Update to 1.4.0 final
+   - Placeable API
+   - Improved format support:
+     * Java .properties files
+     * Windows .rc files
+     * XLIFF whitespace handling
+     * Subtitle fortmats (added)
+   - Small fixes to Mozilla support.
+   - Improvements to podebug, pofilter checks and pot2po
+   - Improved output formats for pocount
+   - Extra startup options for tmserver
+   - API documentation has been augmented with diagrams
+- Remove old excludes for /usr/bin/*.py{o,c}
+
 * Wed Feb 4 2009 Dwayne Bailey <dwayne at translate.org.za> - 1.3.0-1
 - Update to 1.3.0 final release
 




More information about the scm-commits mailing list