Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8880 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 9 years ago
parent
commit
2b7ba3be30

+ 4 - 1
p/python-virtualenv-clone/python-virtualenv-clone-vl.spec

@@ -2,7 +2,7 @@
 
 # Basic Information
 Name:		python-%{oname}
-Version:	0.2.4
+Version:	0.2.5
 Release:	1%{?_dist_release}
 License:	MIT
 Group:		Development/Tools
@@ -63,5 +63,8 @@ be undesirable.
 
 
 %changelog
+* Sat Aug 02 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2.5-1
+- new upstream release
+
 * Fri Aug 03 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2.4-1
 - initial build for Vine Linux

+ 14 - 6
p/python-virtualenv/python-virtualenv-vl.spec

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