rpms/virtaal/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 virtaal.spec, 1.3, 1.4

Dwayne Bailey dwayne at fedoraproject.org
Sat Feb 14 07:03:35 UTC 2009


Author: dwayne

Update of /cvs/pkgs/rpms/virtaal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7468

Modified Files:
	.cvsignore sources virtaal.spec 
Log Message:
* Sat Feb 14 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.3.0-2
- Update to F-10:
  - Correct dependency python-psycopg2
  - Update to 0.3 final
  - Add pycurl, libtranslate, psycopg2 for various TM plugins



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Feb 2009 06:47:19 -0000	1.4
+++ .cvsignore	14 Feb 2009 07:03:05 -0000	1.5
@@ -1 +1 @@
-virtaal-0.3-rc1.tar.bz2
+virtaal-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	3 Feb 2009 06:47:19 -0000	1.4
+++ sources	14 Feb 2009 07:03:05 -0000	1.5
@@ -1 +1 @@
-210be56096fe24f4d5d2709f1aab6635  virtaal-0.3-rc1.tar.bz2
+84d0ca6d28b929cf3c6a355797be9ea5  virtaal-0.3.0.tar.bz2


Index: virtaal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/devel/virtaal.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virtaal.spec	3 Feb 2009 06:47:20 -0000	1.3
+++ virtaal.spec	14 Feb 2009 07:03:05 -0000	1.4
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           virtaal
-Version:        0.3
-Release:        0.2.rc1%{?dist}
+Version:        0.3.0
+Release:        2%{?dist}
 Summary:        Localization and translation editor
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://translate.sourceforge.net/wiki/virtaal/index
-#Source0:        http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2
-Source0:        http://translate.sourceforge.net/snapshots/virtaal-0.3-rc1/virtaal-0.3-rc1.tar.bz2
+Source0:        http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:         virtaal-0.3beta1-setup_drop_MO_generation.patch
@@ -21,29 +20,39 @@
 BuildRequires:  gettext
 BuildRequires:  intltool
 Requires:       translate-toolkit >= 1.3
+Requires:       libtranslate
 Requires:       pygtk2
 Requires:       pygtk2-libglade
+Requires:       pygobject2
 Requires:       python-lxml
+# python-pycurl needed for open-tran.eu
+Requires:       python-pycurl
+# python-psycopg2 needed for tinytm
+Requires:       python-psycopg2
 Requires:       gnome-python2-gtkspell
 Requires:       xdg-utils
 
 
 %description
-A program for Computer Aided Translation (CAT) built on the Translate Toolkit.
+A program for Computer Aided Translation (CAT) and localization.
 
 Virtaal includes features that allow a localizer to work effectively including:
-syntax highlighting, autocomplete and autocorrect.  Showing only 
+syntax highlighting, autocomplete and autocorrect.  By showing only 
 the data that is needed through its simple and effective user interface it
-ensures that you can focus on the translation task straight away.
+ensures that you can focus on their current translation task.
+
+A rich set of Translation Memory (TM) plugins provide valuable suggestions to
+the translator from sources such as open-tran.eu, libtranslate, the current 
+file, and the translators own TM server.
+
+Virtaal is able to edit any of the following formats: XLIFF, Gettext PO and 
+.mo, Qt .ts, .qph and .qm, Wordfast TM, TMX and TBX. The Translate Toolkit 
+converters allow translators to edit: OpenOffice.org SDF, Java (and Mozilla) 
+.properties and Mozilla DTD files.
 
-By building on the Translate Toolkit, Virtaal is able to edit any of the
-following formats: XLIFF, Gettext PO and .mo, Qt .ts, .qph and .qm, Wordfast 
-TM, TMX, TBX.  By using the Translate Toolkit converters a translator can edit:
-OpenOffice.org SDF, Java (and Mozilla) .properties and Mozilla DTD.
- 
 
 %prep
-%setup -q -n %{name}-%{version}-rc1
+%setup -q
 %patch0 -p1 -b .setup_drop_MO_generation
 
 %build
@@ -104,6 +113,12 @@
 
 
 %changelog
+* Sat Feb 14 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.3.0-2
+- Update to F-10:
+  - Correct dependency python-psycopg2
+  - Update to 0.3 final
+  - Add pycurl, libtranslate, psycopg2 for various TM plugins
+
 * Tue Feb 3 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.3-0.2.rc1
 - Update for 0.3-rc1
 - Remove version patch




More information about the fedora-extras-commits mailing list