Browse Source

python-babel-2.6.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11947 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
7886573347
1 changed files with 8 additions and 4 deletions
  1. 8 4
      p/python-babel/python-babel-vl.spec

+ 8 - 4
p/python-babel/python-babel-vl.spec

@@ -1,6 +1,6 @@
 %global srcname Babel
 %define ver 2.6.0
-%define rel 1
+%define rel 2
 
 Summary: A collection of tools for internationalizing Python applications
 Name: python-babel
@@ -20,9 +20,9 @@ BuildArch: noarch
 Source0: https://files.pythonhosted.org/packages/source/B/%{srcname}/%{srcname}-%{version}.tar.gz
 Patch0: babel-2.3.4-remove-pytz-version.patch
 
-BuildRequires: python-setuptools, python-rpm-macros
-BuildRequires: python3-setuptools, python3-rpm-macros
-BuildRequires: python-pytz, python3-pytz
+BuildRequires: python-setuptools, python-rpm-macros, python-pytz
+Requires: python-setuptools
+Requires: python-pytz
 
 %{?python_provide:%python_provide python2-babel}
 
@@ -36,6 +36,7 @@ Babel is composed of two major parts:
 
 %package -n python3-babel
 Summary: A collection of tools for internationalizing Python applications
+BuildRequires: python3-setuptools, python3-rpm-macros, python3-pytz
 Requires: python3-setuptools
 Requires: python3-pytz
 
@@ -82,6 +83,9 @@ Babel is composed of two major parts:
 %{python3_sitelib}/babel
 
 %changelog
+* Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.0-2
+- fixed R:.
+
 * Tue Nov 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.0-1
 - new upstream release.
 - added python3 support.