|
@@ -3,18 +3,22 @@
|
|
Summary: Tool to create isolated Python environments
|
|
Summary: Tool to create isolated Python environments
|
|
Summary(ja): 隔離されたPython環境を構築するためのツール
|
|
Summary(ja): 隔離されたPython環境を構築するためのツール
|
|
Name: python-%{oname}
|
|
Name: python-%{oname}
|
|
-Version: 1.5.1
|
|
+Version: 1.11.6
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
License: MIT
|
|
License: MIT
|
|
URL: http://pypi.python.org/pypi/%{oname}
|
|
URL: http://pypi.python.org/pypi/%{oname}
|
|
Source0: http://pypi.python.org/packages/source/v/%{oname}/%{oname}-%{version}.tar.gz
|
|
Source0: http://pypi.python.org/packages/source/v/%{oname}/%{oname}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: yasumichi
|
|
|
|
+
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
-Requires: python-setuptools, python-devel
|
|
+Requires: python-devel
|
|
|
|
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: python-setuptools
|
|
Requires: python-setuptools
|
|
Requires: python-setuptools
|
|
@@ -47,13 +51,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc docs/index.txt docs/license.txt docs/news.txt PKG-INFO
|
|
+%doc docs/*.rst PKG-INFO
|
|
# For noarch packages: sitelib
|
|
# For noarch packages: sitelib
|
|
%{python_sitelib}/*
|
|
%{python_sitelib}/*
|
|
-%attr(755,root,root) %{_bindir}/virtualenv
|
|
+%attr(755,root,root) %{_bindir}/virtualenv*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 02 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.11.6-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Vendor, Distribution and Packager
|
|
|
|
+
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-2
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|