|
@@ -1,7 +1,7 @@
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: translate-toolkit
|
|
Name: translate-toolkit
|
|
-Version: 1.9.0
|
|
+Version: 1.11.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Source0: translate-toolkit-%{version}.tar.bz2
|
|
Source0: translate-toolkit-%{version}.tar.bz2
|
|
@@ -15,8 +15,10 @@ Summary: Translate Toolkit
|
|
Summary(ja): 翻訳用ツールキット
|
|
Summary(ja): 翻訳用ツールキット
|
|
|
|
|
|
# Dependency
|
|
# Dependency
|
|
|
|
+Requires: python-lxml
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
+Obsoletes: translate-toolkit-doc
|
|
|
|
|
|
%description
|
|
%description
|
|
The Translate Toolkit is a set of software and documentation designed to help
|
|
The Translate Toolkit is a set of software and documentation designed to help
|
|
@@ -30,18 +32,6 @@ Translate Toolkit は、翻訳者の活動をより生産的で支障がない
|
|
このツールキットは、http://translate.sourceforge.net/ にホスティングされてい
|
|
このツールキットは、http://translate.sourceforge.net/ にホスティングされてい
|
|
る translate.sourceforge.net プロジェクトの一部です。
|
|
る translate.sourceforge.net プロジェクトの一部です。
|
|
|
|
|
|
-
|
|
|
|
-%package doc
|
|
|
|
-Summary: Documentation of Translate Toolkit
|
|
|
|
-Summary(ja): 翻訳用ツールキットのドキュメント
|
|
|
|
-
|
|
|
|
-%description doc
|
|
|
|
-Documentation of Translate Toolkit
|
|
|
|
-
|
|
|
|
-%description -l ja doc
|
|
|
|
-翻訳用ツールキットのドキュメント
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -56,18 +46,16 @@ Documentation of Translate Toolkit
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc COPYING README
|
|
+%doc COPYING README.rst
|
|
/usr/bin/*
|
|
/usr/bin/*
|
|
%{python_sitelib}/translate_toolkit-%{version}-py*.egg-info
|
|
%{python_sitelib}/translate_toolkit-%{version}-py*.egg-info
|
|
%{python_sitelib}/translate
|
|
%{python_sitelib}/translate
|
|
|
|
|
|
-%exclude %{python_sitelib}/translate/doc
|
|
|
|
-
|
|
|
|
-%files doc
|
|
|
|
-%defattr(-,root,root)
|
|
|
|
-%{python_sitelib}/translate/doc
|
|
|
|
-
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 29 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.11.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- remove doc sub package
|
|
|
|
+
|
|
* Tue Feb 21 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.9.0-2
|
|
* Tue Feb 21 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.9.0-2
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|