Roozbeh Pournader 07739b2
Name:           translate-toolkit
0e9f947
Version:        2.4.0
0e9f947
Release:        1%{?dist}
ef991e4
Summary:        Tools to assist with translation and software localization
db2b1cc
License:        GPLv2+
b24ccaf
URL:            http://toolkit.translatehouse.org/
4cde95b
Source0:        https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.gz
d4e540d
Source1:        pocommentclean.1
d4e540d
Source2:        pocompendium.1
d4e540d
Source3:        pocount.1
d4e540d
Source4:        pomigrate2.1
d4e540d
Source5:        popuretext.1
d4e540d
Source6:        poreencode.1
d4e540d
Source7:        posplit.1
d4e540d
Source8:        tmserver.1
5c35981
%if 0%{?fedora} >= 26
5282dd4
Patch0:         translate-toolkit-get_moz_enUS-py3.patch
5c35981
%endif
ef991e4
5c35981
%if 0%{?fedora} >= 26
5c35981
%global pythonx python3
5c35981
%global pythonx_sitelib %{python3_sitelib}
5c35981
%global pyx_build %py3_build
5c35981
%global pyx_install %py3_install
5c35981
%else
5c35981
%global pythonx python2
5c35981
%global pythonx_sitelib %{python2_sitelib}
5c35981
%global pyx_build %py2_build
5c35981
%global pyx_install %py2_install
5c35981
%endif
5c35981
Roozbeh Pournader 07739b2
BuildArch:      noarch
5c35981
BuildRequires:  %{pythonx}-devel
5c35981
0e9f947
BuildRequires:  %{pythonx}-beautifulsoup4
0e9f947
BuildRequires:  %{pythonx}-chardet
5c35981
BuildRequires:  %{pythonx}-enchant
5c35981
BuildRequires:  %{pythonx}-iniparse
0e9f947
BuildRequires:  %{pythonx}-Levenshtein
5c35981
BuildRequires:  %{pythonx}-lxml
0e9f947
BuildRequires:  python3-pycountry
0e9f947
BuildRequires:  python3-ruamel-yaml
5c35981
BuildRequires:  %{pythonx}-simplejson
5c35981
BuildRequires:  %{pythonx}-six
5c35981
BuildRequires:  %{pythonx}-vobject
5c35981
5196f19
Requires:       gettext
0e9f947
Requires:       %{pythonx}-beautifulsoup4
0e9f947
Requires:       %{pythonx}-chardet
0e9f947
%if 0%{?fedora} >= 31
0e9f947
Requires:       python3-cheroot
0e9f947
%endif
5c35981
Requires:       %{pythonx}-enchant
5c35981
Requires:       %{pythonx}-iniparse
0e9f947
Requires:       %{pythonx}-Levenshtein
5c35981
Requires:       %{pythonx}-lxml
0e9f947
Requires:       python3-pycountry
0e9f947
Requires:       python3-ruamel-yaml
5c35981
Requires:       %{pythonx}-simplejson
5c35981
Requires:       %{pythonx}-six
5c35981
Requires:       %{pythonx}-vobject
79a2b89
%if 0%{?fedora} >= 26
c185051
Requires:       aeidon
79a2b89
%endif
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
%description
b24ccaf
A set of tools for managing translation and software localization via Gettext 
b24ccaf
PO or XLIFF format files.
db2b1cc
db2b1cc
Including:
db2b1cc
  * Convertors: convert from various formats to PO or XLIFF
db2b1cc
  * Formats:
db2b1cc
    * Core localization formats - XLIFF and Gettext PO
ef991e4
    * Other localization formats - TMX, TBX, Qt Linguist (.ts), 
f5167f0
           Java .properties, Wordfast TM, OmegaT glossary
ef991e4
    * Compiled formats: Gettext MO, Qt .qm
3131acb
    * Other formats - OpenDocument Format (ODF), text, HTML, CSV, INI, 
3131acb
            wiki (MediaWiki, DokuWiki), iCal
ef991e4
    * Specialised - OpenOffice.org GSI/SDF, PHP,
094a739
            Mozilla (.dtd, .properties, etc), Symbian,
0fc8f7a
            Innosetup, tikiwiki, subtitles
b1c6e99
  * Tools: count, search, debug, segment and pretranslate localization 
0fc8f7a
            files. Extract terminology. Pseudo-localize
ef991e4
  * Checkers: validate translations with over 45 checks
ef991e4
50f2e9f
%package        docs
50f2e9f
Summary:        Documentation for %{name}
ef991e4
Requires:       %{name} = %{version}-%{release}
50f2e9f
# added during F26 cycle
50f2e9f
Obsoletes:      %{name}-devel < %{version}-%{release}
ef991e4
50f2e9f
%description    docs
50f2e9f
This package contains Translate Toolkit documentation, including API docs
50f2e9f
for developers  wishing to build new tools for the toolkit or to use
50f2e9f
the libraries in other localization tools.
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
%prep
0e9f947
%setup -q
0e9f947
%patch0 -p1 -b .orig
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
%build
5700d27
LANG=C.utf8
5c35981
%pyx_build
b66039c
#make html -C docs/ 
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
%install
5700d27
LANG=C.utf8
5c35981
%pyx_install
Roozbeh Pournader 07739b2
db2b1cc
# create manpages
b24ccaf
mkdir -p %{buildroot}%{_mandir}/man1
c450438
for prog in %{buildroot}%{_bindir}/*; do
d4e540d
    progname=$(basename $prog)
d4e540d
    case ${progname} in
d4e540d
      build_tmdb|buildxpi.py|get_moz_enUS.py|l20n2po|po2l20n|pydiff)
d4e540d
        ;;
d4e540d
      pocommentclean|pocompendium|pocount|pomigrate2|popuretext|poreencode|posplit|tmserver)
d4e540d
        cp -p %{_sourcedir}/${progname}.1 %{buildroot}%{_mandir}/man1/
c450438
        ;;
db2b1cc
      *)
d4e540d
        PYTHONPATH=. $prog --manpage >  %{buildroot}%{_mandir}/man1/${progname}.1 || :
d4e540d
        grep -q .SH %{buildroot}%{_mandir}/man1/${progname}.1 || rm -f %{buildroot}%{_mandir}/man1/${progname}.1
c450438
        ;;
db2b1cc
    esac
db2b1cc
done
db2b1cc
db2b1cc
# remove documentation files from site-packages
5c35981
rm -r %{buildroot}%{pythonx_sitelib}/translate/docs
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
%files
50f2e9f
%doc docs/license.rst
Roozbeh Pournader 07739b2
%{_bindir}/*
db2b1cc
%{_mandir}/man1/*
5c35981
%{pythonx_sitelib}/translate*
Roozbeh Pournader 07739b2
50f2e9f
%files docs
50f2e9f
%doc docs/_build/html
ef991e4
Roozbeh Pournader 07739b2
%changelog
0e9f947
* Fri Jul  5 2019 Jens Petersen <petersen@redhat.com> - 2.4.0-1
0e9f947
- http://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/2.4.0.html
0e9f947
90add59
* Fri Jul  5 2019 Jens Petersen <petersen@redhat.com> - 2.3.1-2
90add59
- add dep on pycountry
90add59
0e84569
* Fri Jul  5 2019 Jens Petersen <petersen@redhat.com> - 2.3.1-1
0e84569
- http://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/2.3.1.html
0e84569
097591a
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
097591a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
097591a
84745ea
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
84745ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
84745ea
ae478e5
* Sat Jul  7 2018 Jens Petersen <petersen@redhat.com> - 2.3.0-1
ae478e5
- update to 2.3.0
ae478e5
- http://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/2.3.0.html
ae478e5
fb3b235
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2.5-3
fb3b235
- Rebuilt for Python 3.7
fb3b235
8ac493e
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.5-2
8ac493e
- Escape macros in %%changelog
8ac493e
4cde95b
* Wed Sep 27 2017 Jens Petersen <petersen@redhat.com> - 2.2.5-1
4cde95b
- update to 2.2.5 release
4cde95b
5023413
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
5023413
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5023413
d4e540d
* Wed May 10 2017 Jens Petersen <petersen@redhat.com> - 2.1.0-3
72b27f2
- drop the unnecessary dependency on gaupol (Piotr Drag)
d4e540d
- add some manpages from Debian
72b27f2
f0b722a
* Fri Apr 14 2017 Jens Petersen <petersen@redhat.com> - 2.1.0-2
f0b722a
- remove shebangs from non-executable .py files (rpmlint)
f0b722a
- don't move data files
f0b722a
- build with C.utf8 (build warnings)
f0b722a
- remove improper manpages (rpmgrill)
f0b722a
f0b722a
* Thu Apr 13 2017 Jens Petersen <petersen@redhat.com> - 2.1.0-1
50f2e9f
- update to 2.1.0
50f2e9f
- http://docs.translatehouse.org/projects/translate-toolkit/en/stable-2.1.0/releases/2.1.0.html
50f2e9f
- require gaupol
50f2e9f
- rename devel subpackage to docs and include all html
50f2e9f
- no longer remove ical2po, po2ical, sub2po, po2sub
5196f19
- require gettext not gettext-libs
5196f19
- use github for source url
50f2e9f
5c35981
* Mon Feb 13 2017 Jens Petersen <petersen@redhat.com> - 2.0.0-4
5c35981
- build with python3 for F26+ and python2 otherwise (for Levenshtein)
5c35981
5282dd4
* Sat Feb 11 2017 Jens Petersen <petersen@fedoraproject.org> - 2.0.0-3
5282dd4
- in python3 ConfigParser is called configparser
5282dd4
1123abc
* Sat Feb 11 2017 Jens Petersen <petersen@fedoraproject.org> - 2.0.0-2
5282dd4
- add new python-diff-match-patch dep
1123abc
- clean up deps
1123abc
eb0a66a
* Sat Feb 11 2017 Jens Petersen <petersen@fedoraproject.org> - 2.0.0-1
eb0a66a
- update to 2.0.0 stable release (#1130071)
eb0a66a
- build with python3
eb0a66a
040e513
* Wed Nov  2 2016 Jens Petersen <petersen@redhat.com> - 1.13.0-1
040e513
- update to 1.13.0
040e513
- make it build by using autosetup, py2_build, and py2_install macros
040e513
6cdd7b0
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-5
6cdd7b0
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
6cdd7b0
eb45902
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-4
eb45902
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
eb45902
bba2f9b
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-3
bba2f9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bba2f9b
b7a2b8e
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-2
b7a2b8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b7a2b8e
b24ccaf
* Thu Feb 06 2014 Christopher Meng <rpm@cicku.me> - 1.11.0-1
b24ccaf
- Update to 1.11.0
b24ccaf
- Add dependency: python-BeautifulSoup
b24ccaf
33f8a38
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0-5
33f8a38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
33f8a38
197cb1a
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0-4
197cb1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
197cb1a
0821b0b
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0-3
0821b0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0821b0b
d1ff87b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0-2
d1ff87b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d1ff87b
6c135b7
* Wed Apr 13 2011 Dwayne Bailey <dwayne@translate.org.za> - 1.9.0-1
6c135b7
- Update to 1.9.0
6c135b7
   - Various improvements: see release notes
6c135b7
   - Bugfixes relevant to Pootle
6c135b7
      - Support for Xapian 1.2
6c135b7
      - Work around some changes introduced in Django 1.2.5/1.3
6c135b7
      - Improved support for .ts comment as context
6c135b7
      - Support for Java properties in UTF-8 encoding
6c135b7
- Drop patches: encoding_logging
6c135b7
a83b6bd
* Thu Feb 10 2011 Dwayne Bailey <dwayne@translate.org.za> - 1.8.1-3
a83b6bd
- Fix rhbz#676603
a83b6bd
d86a7e9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
d86a7e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d86a7e9
0dc09a3
* Fri Nov 19 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.8.1-1
0dc09a3
- Update to 1.8.1
0dc09a3
   - File formats:
0dc09a3
     - A rewrite and major improvement of the html format
0dc09a3
     - New JSON format introduced
0dc09a3
     - Support for Universal Terminology Exchange (UTX) format
0dc09a3
     - Support for Java properties files encoded in UTF-8
0dc09a3
     - Improvements to CSV format, and improved compatibility with Excel
0dc09a3
       exports
0dc09a3
     - Bug fixes to Qt ts
0dc09a3
     - Support for XLIFF's state attributes (pocount now lists detailed state
0dc09a3
       statistics)
0dc09a3
     - Minor bug fixes for PHP format
0dc09a3
   - Major performance improvements to quality checks
0dc09a3
   - Other improvements:
0dc09a3
     - Improvements to stability of Lucene text indexing (affecting Pootle)
0dc09a3
     - Parameter for po2prop to ignore untranslated strings
0dc09a3
     - Many improvements to pot2po including Qt ts support, improved
0dc09a3
       handling of extra XML namespaces in XLIFF, and performance
0dc09a3
       improvements.
0dc09a3
- Refresh stoplist location patch
0dc09a3
Dwayne Bailey 5f0112d
* Wed Aug 18 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.8.0-1
Dwayne Bailey 5f0112d
- Update to 1.8.0
Dwayne Bailey 5f0112d
   - Required for Pootle 2.1 and recommended for Pootle 2.0
Dwayne Bailey 5f0112d
   - File formats: Adobe Flex, Mac OS X strings, Haiku catkeys
Dwayne Bailey 5f0112d
   - Terminology: Improvements to poterminology and terminology suggestions
Dwayne Bailey 5f0112d
   - Other improvements: Improvements to indexing performance and reliability
Dwayne Bailey 5f0112d
     in Pootle
Dwayne Bailey 5f0112d
- Drop patches: zh lambda, moz2po output directory
Dwayne Bailey 5f0112d
378d620
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.7.0-4
378d620
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
378d620
c185051
* Thu Jul 22 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.7.0-3
c185051
- Depend on aeidon for subtitle support
c185051
- Backport r14946 to fix rhbz#603597 - moz2po output to directory
c185051
a8b99e0
* Mon Jun 7 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.7.0-2
a8b99e0
- Backport upstream r14600 to fix rhbz#600561
a8b99e0
3f7a535
* Thu May 13 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.7.0-2
3f7a535
- Align spec with EL-5, fixing missing dependencies
3f7a535
0d096bf
* Thu May 13 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.7.0-1
0d096bf
- Update to 1.7.0
0d096bf
   - Support for Array constructs in the PHP converter
0d096bf
   - Detect the target language from the PO team header
0d096bf
   - Improvements in detecting languages for many other formats
0d096bf
   - Correctly migrate the header comments from the old PO file in pot2po
0d096bf
   - Handle certain malformed PO files better
0d096bf
   - Reliability improvements for Qt TS and XLIFF
0d096bf
   - Support for longer terminology entries
0d096bf
   - New plural information: Sinhala (si), Aragonese (an), 
0d096bf
     Catalan (Valencia) (ca@valencia), Romansh (rm), Tatar (tt)
0d096bf
   - Some language specific customisations for Sinhala and Thai.
0d096bf
   - New: junitmsgfmt, runs msgfmt and provides junit-type output for use 
0d096bf
     in continuous integration systems such as Hudson.
0d096bf
   - Reliability improvements for Lucene when Pootle is under Apache
0d096bf
   - Correctly use the header encoding when opening .mo files
0d096bf
   - Avoid adding an extra type comment line (#,) (bug 1400)
0d096bf
   - Support any delimiter (=, : or space) in po2prop as we do in prop2po
0d096bf
   - Better handling of non-default encodings for .rc files
0d096bf
ffc135f
* Fri Mar 19 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.6.0-1
ffc135f
- Update to 1.6.0
ffc135f
   - Improvements to quality tests for speed and accuracy
ffc135f
   - Improvements to language specific quality checks
ffc135f
   - Small improvements to the handling of incorrect PO files
ffc135f
   - Better support for the newer comment types in TS
ffc135f
   - Several small improvements and corrections to XLIFF and TS
ffc135f
   - Many API improvements and cleanups for the upcoming Pootle and Virtaal
ffc135f
   - Fix a bug when Virtaal opened files in paths with non-ASCII characters
ffc135f
   - The Toolkit now always creates headers for PO files
ffc135f
   - A better XML placeable with support for XML namespaces
ffc135f
   - A small bug with a single space unit as seen in abrt (bug 1370). This
ffc135f
     also fixes the resulting error in Virtaal.
fd31883
- Drop patch for bug 1372
fd31883
2b72b2f
* Mon Feb 22 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.5.3-2
2b72b2f
- Bug #1372: Decode fulesystem paths correctly
ffc135f
683ec1c
* Fri Feb 19 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.5.3-2
683ec1c
- Use python2-devel in BuildRequires
683ec1c
ca9c190
* Tue Feb 2 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.5.3-1
ca9c190
- Update to 1.5.3
ca9c190
   - Plural information for more languages
ca9c190
   - Cleaner language names (for the benefit of Pootle and Virtaal)
ca9c190
   - Skype support for prop2po and po2prop [by Filip Miletić]
ca9c190
   - Small improvement to Qt .ts support
ca9c190
   - Other small bugfixes
ca9c190
- Redo stoplist patch
ca9c190
- Drop gaupol and iniparse from BuildRequires
ca9c190
3443687
* Mon Jan 11 2010 Dwayne Bailey <dwayne@translate.org.za> - 1.5.2-1
3443687
- Update to 1.5.2
3443687
   - Initial support for '#' type comments in the PHP converters (#1298)
3443687
   - Reliability improvements for Pootle concerning Xapian and Python 2.4
3443687
   - A small fix affecting searching in Virtaal
3443687
   - Classify XML tags as editable placeables for Virtaal (#1287)
3443687
   - Correctly handle language codes with '@' in them (like ca@valencia)
3443687
   - Don't unnecessarily add empty 'note' nodes in XLIFF (#1319)
3443687
   - Allow for the translation of 'title' attributes in XML (#1294)
1c2e40f
- Drop LRU patch
1c2e40f
227c9c8
* Thu Nov 26 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.5.1-2
227c9c8
- Make lru.py exception handling work in Python 2.4
3443687
f5167f0
* Thu Nov 26 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.5.1-1
f5167f0
- Update to 1.5.1
f5167f0
   - Support for OmegaT glossary files
f5167f0
   - Fixes for the fast (but still experimental) C PO parser
f5167f0
   - Fixes for the LRU cache
f5167f0
   - Fixes for correct and faster language identification
f5167f0
- Remove backports introduced in 1.5.0-1
f5167f0
d8b3c6b
* Tue Nov 24 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.5.0-1
d8b3c6b
- Update to 1.5.0
d8b3c6b
  - The tmserver will now be multithreaded if cherrypy is installed
d8b3c6b
  - New faster PO parser for testing
d8b3c6b
  - Optionally preserve HTML comments in html2po. Bug #1183
d8b3c6b
  - Many reliability and API improvements for the upcoming versions of Pootle and Virtaal 
d8b3c6b
- Move langmodels into /usr/share/translate-toolkit
d8b3c6b
- Remove backports introduced in 1.4.1-2
d8b3c6b
- Backports:
d8b3c6b
   - r13226, r13234 - fix and optimise language identification
d8b3c6b
   - r13225 - check for units based on source and target text
d8b3c6b
736b38d
* Tue Nov 3 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.1-2
736b38d
- Backport various fixes needed for Pootle 1.3
736b38d
   - r12685 index speedup
736b38d
   - r12686 id index
736b38d
   - r12724 hassuggestion speedup
736b38d
   - r12727 msgidcomment
736b38d
5009b0a
* Thu Oct 15 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.1-2
5009b0a
- Retag
5009b0a
c075310
* Thu Oct 15 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.1-1
c075310
- Update to 1.4.1
c075310
   - Better support for printf (including numbered) variables (bug 1118)
c075310
   - Fixes for the upcoming Pootle, including combined searches (bug 1036)
8ac493e
   - subtle bug in tmserver handling of the percent sign (%%) (bug 1101)
c075310
   - obsolete messages seen as translatable (bug 1114)
c075310
- Drop patch bug#1114 - obsolete messages should not be translatable
c075310
c075310
* Mon Aug 24 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.0-2
18fe7e2
- Upstream bug #1114 - obsolete messages should not be translatable
18fe7e2
0fc8f7a
* Wed Aug 5 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.0-1
0fc8f7a
- Update to 1.4.0 final
0fc8f7a
b7a4f8a
* Fri Jul 31 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.0-0.5.rc2
b7a4f8a
- Fix tarball reference
b7a4f8a
2710264
* Fri Jul 31 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.0-0.4.rc2
2710264
- Update to 1.4.0 rc2
2710264
   - Some small fixes for XLIFF support
2710264
   - API documentation has been augmented with diagrams
2710264
a0765a6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.3.rc1
a0765a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a0765a6
c73a46f
* Fri Jul 24 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.0-0.2.rc1
c73a46f
- Update to 1.4.0 rc1
c73a46f
1bf53b2
* Sat Jun 27 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.4.0-0.1.beta1
1bf53b2
- Update to 1.4.0 beta1
1bf53b2
8755d48
* Fri Jun 12 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.3.0-3
8755d48
- Remove old excludes for /usr/bin/*.py{o,c}
8755d48
bbc4e1b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
bbc4e1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bbc4e1b
094a739
* Wed Feb 18 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.3.0-1
094a739
- Update to 1.3.0 final release
094a739
7657592
* Tue Feb 3 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.3.0-0.2.rc1
7657592
- Update to 1.3.0 rc1
7657592
9147ae7
* Thu Jan 22 2009 Dwayne Bailey <dwayne@translate.org.za> - 1.3.0-0.1.beta1
9147ae7
- Update to 1.3.0 beta1
9147ae7
b1c6e99
* Sat Dec 6 2008 Dwayne Bailey <dwayne@translate.org.za> - 1.2.1-1
b1c6e99
- Update to 1.2.1
b1c6e99
- Refresh poterminology patch
b1c6e99
0a70f71
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.2.0-4
0a70f71
- Rebuild for Python 2.6
0a70f71
6f84a49
* Mon Nov 17 2008 Dwayne Bailey <dwayne@translate.org.za> - 1.2.0-3
6f84a49
- Rebuild using %%{ix86} instead of i386
6f84a49
6f84a49
* Mon Nov 17 2008 Dwayne Bailey <dwayne@translate.org.za> - 1.2.0-2
6f84a49
- python-psyco is only available on i386
2f137a9
- Remove RHEL dependency on python-enchant
6f84a49
ef991e4
* Wed Nov 12 2008 Dwayne Bailey <dwayne@translate.org.za> - 1.2.0-1
ef991e4
- Update to 1.2.0
ef991e4
- Patch poterminology to read stoplist-en from /usr/share/
ef991e4
- Add devel package to include generated Translate Toolkit API documentation
ef991e4
- Add dependencies: python-iniparse, python-Levenshtein, python-lxml,
ef991e4
  python-psyco, python-vobject, gettext-libs
2f137a9
- Drop iCal support for RHEL
ef991e4
Roozbeh Pournader 811cadb
* Fri Jun 06 2008 Roozbeh Pournader <roozbeh@gmail.com> - 1.1.1-1
Roozbeh Pournader 811cadb
- update to 1.1.1
Roozbeh Pournader 811cadb
db2b1cc
* Mon Jan 21 2008 Jens Petersen <petersen@redhat.com> - 1.0.1-1
db2b1cc
- update license field to GPLv2+
db2b1cc
- update to 1.0.1 with changes from Dwayne Bailey (#315021):
db2b1cc
db2b1cc
* Thu Dec 20 2007 Dwayne Bailey <dwayne@translate.org.za>
db2b1cc
- Update spec to upstream 1.0.1
db2b1cc
- Update patch for Python 2.5 ElementTree
db2b1cc
- Cleanup the doc installation
db2b1cc
- Create man pages
db2b1cc
- Update description
db2b1cc
Roozbeh Pournader 1dbec06
* Sat May 05 2007 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.11-1
Roozbeh Pournader 1dbec06
- Update to upstream 0.11, adding HTML documentation
Roozbeh Pournader 1dbec06
Roozbeh Pournader f7625ec
* Tue Jan 09 2007 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.10.1-4
Roozbeh Pournader f7625ec
- Patch to use Python 2.5's built-in ElementTree
Roozbeh Pournader f7625ec
Roozbeh Pournader 343e963
* Sat Dec 30 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.10.1-3
Roozbeh Pournader 343e963
- Rebuild to fix dependency problem
Roozbeh Pournader 343e963
Roozbeh Pournader 6fa2dca
* Sat Dec 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.10.1-2
Roozbeh Pournader 6fa2dca
- Rebuild for Python 2.5
Roozbeh Pournader 6fa2dca
Roozbeh Pournader bc39d8d
* Thu Nov 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.10.1-1
Roozbeh Pournader bc39d8d
- Update to upstream 0.10.1
Roozbeh Pournader bc39d8d
- Cleanup based on latest Python packaging guidelines
Roozbeh Pournader bc39d8d
Roozbeh Pournader d89cb0e
* Wed Nov 08 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-2
Roozbeh Pournader d89cb0e
- Rebuild to get into Rawhide
Roozbeh Pournader d89cb0e
Roozbeh Pournader 07739b2
* Mon Feb 20 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-1
Roozbeh Pournader 07739b2
- Update to final 0.8
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Sun Feb 19 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.10.rc6
Roozbeh Pournader 07739b2
- Fix a typo in po2dtd that made po2moz fail
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Tue Feb 14 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.9.rc6
Roozbeh Pournader 07739b2
- Rebuild for Fedora Extras 5
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Tue Feb 07 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.8.rc6
Roozbeh Pournader 07739b2
- Require python-enchant for spellchecking support in pofilter
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Sat Feb 04 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.7.rc6
Roozbeh Pournader 07739b2
- Rebuild
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Sat Feb 04 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.6.rc6
Roozbeh Pournader 07739b2
- Update to 0.8rc6
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Sat Jan 21 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.5.rc5
Roozbeh Pournader 07739b2
- Use sed instead of dos2unix
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Mon Jan 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.4.rc5
Roozbeh Pournader 07739b2
- Own forgotten subdirectories
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Mon Jan 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.3.rc5
Roozbeh Pournader 07739b2
- Fix the jToolkit requirement
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Sun Jan 08 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.2.rc5
Roozbeh Pournader 07739b2
- Add %%{?dist} tag
Roozbeh Pournader 07739b2
Roozbeh Pournader 07739b2
* Sat Jan 07 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.8-0.1.rc5
Roozbeh Pournader 07739b2
- Initial packaging