Browse Source

new upstream release or rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8158 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
59681d1ad9
48 changed files with 368 additions and 71 deletions
  1. 6 1
      p/python-configobj/python-configobj-vl.spec
  2. 78 0
      p/python-coverage/python-coverage-vl.spec
  3. 7 1
      p/python-cssutils/python-cssutils-vl.spec
  4. 7 1
      p/python-dateutil/python-dateutil-vl.spec
  5. 7 1
      p/python-decorator/python-decorator-vl.spec
  6. 7 1
      p/python-django-tagging/python-django-tagging-vl.spec
  7. 7 3
      p/python-django/python-django-vl.spec
  8. 7 1
      p/python-dns/python-dns-vl.spec
  9. 4 1
      p/python-docutils/python-docutils-vl.spec
  10. 6 4
      p/python-dulwich/python-dulwich-vl.spec
  11. 7 8
      p/python-egenix-mx-base/python-egenix-mx-base-vl.spec
  12. 8 2
      p/python-elementtree/python-elementtree-vl.spec
  13. 7 1
      p/python-ethtool/python-ethtool-vl.spec
  14. 4 1
      p/python-funcparserlib/python-funcparserlib-vl.spec
  15. 7 1
      p/python-gdata/python-gdata-vl.spec
  16. 4 1
      p/python-genshi/python-genshi-vl.spec
  17. 5 2
      p/python-hachoir-regex/python-hachoir-regex-vl.spec
  18. 11 1
      p/python-imaging/python-imaging-vl.spec
  19. 7 1
      p/python-iwlib/python-iwlib-vl.spec
  20. 4 1
      p/python-jinja2/python-jinja2-vl.spec
  21. 4 1
      p/python-kconv/python-kconv-vl.spec
  22. 5 2
      p/python-ldap/python-ldap-vl.spec
  23. 7 1
      p/python-logilab-astng/python-logilab-astng-vl.spec
  24. 6 1
      p/python-logilab-common/python-logilab-common-vl.spec
  25. 4 1
      p/python-lxml/python-lxml-vl.spec
  26. 4 1
      p/python-markupsafe/python-markupsafe-vl.spec
  27. 6 1
      p/python-mechanize/python-mechanize-vl.spec
  28. 8 2
      p/python-mutagen/python-mutagen-vl.spec
  29. 7 1
      p/python-numarray/python-numarray-vl.spec
  30. 4 1
      p/python-numeric/python-numeric-vl.spec
  31. 9 3
      p/python-pip/python-pip-vl.spec
  32. 4 1
      p/python-psycopg/python-psycopg-vl.spec
  33. 4 1
      p/python-psycopg2/python-psycopg2-vl.spec
  34. 7 1
      p/python-pyclamav/python-pyclamav-vl.spec
  35. 7 1
      p/python-pycurl/python-pycurl-vl.spec
  36. 9 4
      p/python-pygments/python-pygments-vl.spec
  37. 4 1
      p/python-pykf/python-pykf-vl.spec
  38. 9 4
      p/python-pyrex/python-pyrex-vl.spec
  39. 7 1
      p/python-pyxml/python-pyxml-vl.spec
  40. 7 1
      p/python-rdflib/python-rdflib-vl.spec
  41. 4 1
      p/python-rope/python-rope-vl.spec
  42. 7 1
      p/python-setuptools/python-setuptools-vl.spec
  43. 5 1
      p/python-sexy/python-sexy-vl.spec
  44. 6 1
      p/python-simplejson/python-simplejson-vl.spec
  45. 7 1
      p/python-slip/python-slip-vl.spec
  46. 4 1
      p/python-tornado/python-tornado-vl.spec
  47. 7 1
      p/python-twill/python-twill-vl.spec
  48. 6 1
      p/python-twisted/python-twisted-vl.spec

+ 6 - 1
p/python-configobj/python-configobj-vl.spec

@@ -2,7 +2,7 @@
 
 
 Name:		python-configobj
 Name:		python-configobj
 Version:	4.5.3
 Version:	4.5.3
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 Summary:	Config file reading, writing, and validation
 Summary:	Config file reading, writing, and validation
 Summary(ja):	設定ファイルの読み込み、書き込み、及び評価用のPython ツール
 Summary(ja):	設定ファイルの読み込み、書き込み、及び評価用のPython ツール
 Group:		System Environment/Libraries
 Group:		System Environment/Libraries
@@ -14,6 +14,8 @@ BuildRequires:	python-devel, python-setuptools
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
 BuildArch:	noarch
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 ConfigObj is a simple but powerful config file reader and writer: an ini file
 ConfigObj is a simple but powerful config file reader and writer: an ini file
@@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/configobj-*.egg-info
 %{python_sitelib}/configobj-*.egg-info
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-4
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-3
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 78 - 0
p/python-coverage/python-coverage-vl.spec

@@ -0,0 +1,78 @@
+%define	pkgname	coverage
+
+# Basic Information
+Name:		python-%{pkgname}
+Version:	3.7.1
+Release:	1%{?_dist_release}
+License:	BSD
+Group:		Development/Tools
+URL:		http://nedbatchelder.com/code/coverage
+Source0:	http://pypi.python.org/packages/source/c/%{pkgname}/%{pkgname}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	yasumichi
+
+Summary:	Code coverage measurement for Python
+Summary(ja):	Python 向けのコードカバレッジ測定
+
+# Dependency
+# 以下に依存関係を記述してください 。
+Requires:	python
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools
+
+%description
+the code analysis tools and tracing hooks provided in the Python standard
+library to determine which lines are executable, and which have been executed.
+
+Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.8.
+
+Documentation is at `nedbatchelder.com <http://nedbatchelder.com/code/coverage>`_.  Code repository and issue
+tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
+
+New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report.
+
+New in 3.4: Better control over source to measure, and unexecuted files
+can be reported.
+
+New in 3.3: .coveragerc files.
+
+New in 3.2: Branch coverage!
+
+
+
+#%%description -l ja
+#ここに日本語で詳細を記述してください。
+
+%prep
+%setup -q -n coverage-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__python} setup.py install --root=${RPM_BUILD_ROOT}
+
+
+%clean
+%{__rm} -rf ${RPM_BUILD_ROOT}
+
+
+%files
+%defattr(-,root,root)
+%{_bindir}/coverage
+%{_bindir}/coverage-2.7
+%{_bindir}/coverage2
+%{python_sitearch}/%{pkgname}-%{version}-py%{pyver}.egg-info
+%{python_sitearch}/%{pkgname}
+
+
+%changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.7.1-1
+- new upstream release
+
+* Tue Aug 14 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.5.2-1
+- initial build for Vine Linux

+ 7 - 1
p/python-cssutils/python-cssutils-vl.spec

@@ -6,7 +6,7 @@ Summary: CSS Cascading Style Sheets library for Python
 Summary(ja): Python 用 CSS カスケーディング・スタイル・シート ライブラリ
 Summary(ja): Python 用 CSS カスケーディング・スタイル・シート ライブラリ
 Name: python-cssutils
 Name: python-cssutils
 Version: 0.9.7
 Version: 0.9.7
-Release: 2%{?betaversion:.%betaversion}%{?_dist_release}
+Release: 3%{?betaversion:.%betaversion}%{?_dist_release}
 License: LGPLv3+
 License: LGPLv3+
 Group: Development/Libraries
 Group: Development/Libraries
 URL: http://cthedot.de/cssutils/
 URL: http://cthedot.de/cssutils/
@@ -18,6 +18,9 @@ BuildRequires: python-devel
 BuildRequires: python-setuptools
 BuildRequires: python-setuptools
 BuildArch: noarch
 BuildArch: noarch
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 A Python package to parse and build CSS Cascading Style Sheets. DOM only, not
 A Python package to parse and build CSS Cascading Style Sheets. DOM only, not
 any rendering facilities.
 any rendering facilities.
@@ -89,6 +92,9 @@ done
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-3.b3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-2.b3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-2.b3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-dateutil/python-dateutil-vl.spec

@@ -2,7 +2,7 @@
 
 
 Name:           python-dateutil
 Name:           python-dateutil
 Version:        1.4.1
 Version:        1.4.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Powerful extensions to the standard datetime module
 Summary:        Powerful extensions to the standard datetime module
 
 
 Group:          Development/Languages
 Group:          Development/Languages
@@ -14,6 +14,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildArch:      noarch
 BuildRequires:  python-devel,python-setuptools
 BuildRequires:  python-devel,python-setuptools
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 The dateutil module provides powerful extensions to the standard datetime
 The dateutil module provides powerful extensions to the standard datetime
 module available in Python 2.3+.
 module available in Python 2.3+.
@@ -44,6 +47,9 @@ iconv -f ISO-8859-1 -t utf8 NEWS
 %{python_sitelib}/*.egg-info
 %{python_sitelib}/*.egg-info
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-decorator/python-decorator-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-decorator
 Name:           python-decorator
 Version:        3.3.0
 Version:        3.3.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Module to simplify usage of decorators
 Summary:        Module to simplify usage of decorators
 
 
 Group:          Development/Languages
 Group:          Development/Languages
@@ -14,6 +14,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-nose
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 The aim of the decorator module is to simplify the usage of decorators for
 The aim of the decorator module is to simplify the usage of decorators for
 the average programmer, and to popularize decorators usage giving examples
 the average programmer, and to popularize decorators usage giving examples
@@ -42,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 %{python_sitelib}/*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-3
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-2
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-django-tagging/python-django-tagging-vl.spec

@@ -5,7 +5,7 @@
 
 
 Name:           python-%{srcname}
 Name:           python-%{srcname}
 Version:        0.3
 Version:        0.3
-Release:        3.20080217svn%{alphatag}%{?_dist_release}
+Release:        4.20080217svn%{alphatag}%{?_dist_release}
 Summary:        A generic tagging application for Django projects
 Summary:        A generic tagging application for Django projects
 
 
 Group:          Development/Languages
 Group:          Development/Languages
@@ -20,6 +20,9 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-devel
 Requires:       python-django
 Requires:       python-django
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 A generic tagging application for Django projects, which allows association
 A generic tagging application for Django projects, which allows association
 of a number of tags with any Model instance and makes retrieval of tags
 of a number of tags with any Model instance and makes retrieval of tags
@@ -45,6 +48,9 @@ simple.
 %{python_sitelib}/*
 %{python_sitelib}/*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-4.20080217svnr154
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-3.20080217svnr154
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-3.20080217svnr154
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 3
p/python-django/python-django-vl.spec

@@ -2,18 +2,20 @@ Summary: A high-level Python Web framework
 Summary(ja): Python の高度なウェブフレームワーク
 Summary(ja): Python の高度なウェブフレームワーク
 Name: python-django
 Name: python-django
 Version: 1.3
 Version: 1.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: Development/Languages
 Group: Development/Languages
 BuildArch: noarch
 BuildArch: noarch
 License: BSD
 License: BSD
 URL: http://www.djangoproject.com/
 URL: http://www.djangoproject.com/
+
 Source0: Django-%{version}.tar.gz
 Source0: Django-%{version}.tar.gz
 Source1: simplejson-init.py
 Source1: simplejson-init.py
-Patch0: Django-hash-compat-13310.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python-devel
 BuildRequires: python-devel
 BuildRequires: python-sphinx
 BuildRequires: python-sphinx
 Requires: python-simplejson
 Requires: python-simplejson
+
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
 Packager: owa, munepi
 Packager: owa, munepi
@@ -42,7 +44,6 @@ Python Web framework.
 
 
 %prep
 %prep
 %setup -q -n Django-%{version}
 %setup -q -n Django-%{version}
-#%patch0 -p3
 
 
 # remove bundled simplejson
 # remove bundled simplejson
 cd django/utils/simplejson/
 cd django/utils/simplejson/
@@ -132,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-dns/python-dns-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-dns
 Name:           python-dns
 Version:        1.10.0
 Version:        1.10.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        DNS toolkit for Python
 Summary:        DNS toolkit for Python
 Summary(ja):    Python 用 DNS ツールキット
 Summary(ja):    Python 用 DNS ツールキット
 
 
@@ -15,6 +15,9 @@ BuildArch:      noarch
 BuildRequires: python-setuptools
 BuildRequires: python-setuptools
 BuildRequires: python-devel
 BuildRequires: python-devel
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 dnspython is a DNS toolkit for Python. It supports almost all record
 dnspython is a DNS toolkit for Python. It supports almost all record
 types. It can be used for queries, zone transfers, and dynamic
 types. It can be used for queries, zone transfers, and dynamic
@@ -61,6 +64,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/dns
 %{python_sitelib}/dns
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-3
+- rebuild with VineSeed environment
+
 * Mon Apr 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-2
 * Mon Apr 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-2
 - add BR: python-devel, python
 - add BR: python-devel, python
 
 

+ 4 - 1
p/python-docutils/python-docutils-vl.spec

@@ -6,7 +6,7 @@ Summary: an open-source text processing system written in Python
 Summary(ja): Pythonで書かれたテキスト処理システム
 Summary(ja): Pythonで書かれたテキスト処理システム
 Name: python-%{srcname}
 Name: python-%{srcname}
 Version: 0.11
 Version: 0.11
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: Development/Languages
 Group: Development/Languages
 License: Public Domain and MIT and Python and GPLv2
 License: Public Domain and MIT and Python and GPLv2
 URL: http://docutils.sourceforge.net/
 URL: http://docutils.sourceforge.net/
@@ -154,6 +154,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-2
+- rebuild with VineSeed environment
+
 * Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
 * Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
 - new upstream release
 - new upstream release
 
 

+ 6 - 4
p/python-dulwich/python-dulwich-vl.spec

@@ -3,7 +3,7 @@
 %global srcname dulwich
 %global srcname dulwich
 
 
 Name:           python-%{srcname}
 Name:           python-%{srcname}
-Version:        0.9.0
+Version:        0.9.4
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
 Summary:        A python implementation of the Git file formats and protocols
 Summary:        A python implementation of the Git file formats and protocols
 Summary(ja):    Git ファイルフォーマットとプロトコルの python 実装
 Summary(ja):    Git ファイルフォーマットとプロトコルの python 実装
@@ -12,15 +12,15 @@ Group:          Development/Libraries
 License:        GPLv2+
 License:        GPLv2+
 URL:            http://samba.org/~jelmer/dulwich/
 URL:            http://samba.org/~jelmer/dulwich/
 Source0:        http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
 Source0:        http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
-#Patch0:         01_less_strict_index_tests
 
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 
 BuildRequires:  python-devel
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-nose
-#BuildRequires:  python-unittest2
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 Dulwich is a pure-Python implementation of the Git file formats and
 Dulwich is a pure-Python implementation of the Git file formats and
@@ -30,7 +30,6 @@ Mrs. Git live in the Monty Python sketch.
 
 
 %prep
 %prep
 %setup -q -n %{srcname}-%{version}
 %setup -q -n %{srcname}-%{version}
-#%patch0 -p1
 
 
 
 
 %build
 %build
@@ -76,6 +75,9 @@ nosetests test_web.py
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.4-1
+- new upstream release
+
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
 - new upstream release
 - new upstream release
 
 

+ 7 - 8
p/python-egenix-mx-base/python-egenix-mx-base-vl.spec

@@ -5,7 +5,7 @@ Summary: eGenix mx-Extensions for Python - BASE package
 Summary(ja): eGenix 配布 Python DateTime ライブラリ
 Summary(ja): eGenix 配布 Python DateTime ライブラリ
 Name: python-%{mxlibname}
 Name: python-%{mxlibname}
 Version: 3.1.0
 Version: 3.1.0
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: eGenix.com Public License (similar to the Python 2.0)
 License: eGenix.com Public License (similar to the Python 2.0)
 Group: Development/Libraries
 Group: Development/Libraries
 URL: http://www.egenix.com/files/python/eGenix-mx-Extensions.html
 URL: http://www.egenix.com/files/python/eGenix-mx-Extensions.html
@@ -15,6 +15,9 @@ Buildrequires: python-devel
 Requires: python >= 2.4
 Requires: python >= 2.4
 Provides: mxDateTime
 Provides: mxDateTime
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 The eGenix mx Extension Series are a collection of
 The eGenix mx Extension Series are a collection of
 Python extensions written in ANSI C and Python
 Python extensions written in ANSI C and Python
@@ -32,13 +35,6 @@ distributed under the eGenix.com Public License.
 %prep
 %prep
 %setup -q -n %{mxlibname}-%{version}
 %setup -q -n %{mxlibname}-%{version}
 
 
-#%ifarch x86_64
-#%patch0
-#cd mx/stdlib/distutils
-#%patch0
-#%endif
-
-
 %build
 %build
 CFLAGS="$RPM_OPT_FLAGS" python setup.py build
 CFLAGS="$RPM_OPT_FLAGS" python setup.py build
 
 
@@ -63,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_platlib}
 %{python_platlib}
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-5
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-4
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-4
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 8 - 2
p/python-elementtree/python-elementtree-vl.spec

@@ -8,7 +8,7 @@ Name: python-elementtree
 %define real_version 1.2.6-20050316
 %define real_version 1.2.6-20050316
 %define real_version_celementtree 1.0.2-20050302
 %define real_version_celementtree 1.0.2-20050302
 Version: 1.2.6
 Version: 1.2.6
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: PSF
 License: PSF
 Group: Development/Libraries
 Group: Development/Libraries
 URL: http://effbot.org/zone/element-index.htm
 URL: http://effbot.org/zone/element-index.htm
@@ -21,6 +21,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: expat-devel, python-devel
 BuildRequires: expat-devel, python-devel
 Provides: cElementTree.so
 Provides: cElementTree.so
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 The Element type is a simple but flexible container object, designed
 The Element type is a simple but flexible container object, designed
 to store hierarchical data structures, such as simplified XML
 to store hierarchical data structures, such as simplified XML
@@ -61,6 +64,9 @@ popd
 %{python_sitearch}/*.so
 %{python_sitearch}/*.so
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-5
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-4
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-4
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 
@@ -89,7 +95,7 @@ popd
 - rebuild for core
 - rebuild for core
 - use %%setup -q -a 1 instead of unzipping source1
 - use %%setup -q -a 1 instead of unzipping source1
 
 
-* Tue Mar 30 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-3
+* Wed Mar 30 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-3
 - Use python_sitearch for the C library.
 - Use python_sitearch for the C library.
 
 
 * Tue Mar 29 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-2
 * Tue Mar 29 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-2

+ 7 - 1
p/python-ethtool/python-ethtool-vl.spec

@@ -5,7 +5,7 @@ Summary: Ethernet settings python bindings
 Summary(ja): ethtool の python バインディング
 Summary(ja): ethtool の python バインディング
 Name: python-ethtool
 Name: python-ethtool
 Version: 0.3
 Version: 0.3
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
 URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
 Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2
 Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2
 License: GPLv2
 License: GPLv2
@@ -13,6 +13,9 @@ Group: System Environment/Libraries
 BuildRequires: python-devel
 BuildRequires: python-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 Python bindings for the ethtool kernel interface, that allows querying and
 Python bindings for the ethtool kernel interface, that allows querying and
 changing of ethernet card settings, such as speed, port, autonegotiation, and
 changing of ethernet card settings, such as speed, port, autonegotiation, and
@@ -45,6 +48,9 @@ rm -rf %{buildroot}
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-funcparserlib/python-funcparserlib-vl.spec

@@ -1,5 +1,5 @@
 %define ver 0.3.5
 %define ver 0.3.5
-%define rel 2
+%define rel 3
 
 
 Summary: Recursive descent parsing library for Python based on functional combinators
 Summary: Recursive descent parsing library for Python based on functional combinators
 Name: python-funcparserlib
 Name: python-funcparserlib
@@ -54,6 +54,9 @@ external DSLs (domain specific languages).
 %{python_sitelib}/funcparserlib
 %{python_sitelib}/funcparserlib
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-gdata/python-gdata-vl.spec

@@ -4,7 +4,7 @@ Summary:        A Python module for accessing online Google services
 Summary(ja):    オンライン Google サービスにアクセスするための Python モジュール
 Summary(ja):    オンライン Google サービスにアクセスするための Python モジュール
 Name:           python-gdata
 Name:           python-gdata
 Version:        1.1.1
 Version:        1.1.1
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 
 Group:          Development/Languages
 Group:          Development/Languages
 License:        ASL 2.0
 License:        ASL 2.0
@@ -17,6 +17,9 @@ BuildRequires:  python-devel
 Requires:       python
 Requires:       python
 Requires:	python-elementtree
 Requires:	python-elementtree
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 This is a Python module for accessing online Google services, such as:
 This is a Python module for accessing online Google services, such as:
 - Blogger
 - Blogger
@@ -48,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/gdata
 %{python_sitelib}/gdata
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-genshi/python-genshi-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitearch:    %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?python_sitearch:    %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 
 %define ver 0.6
 %define ver 0.6
-%define rel 3
+%define rel 4
 
 
 Summary: Python toolkit for generation of output for the web
 Summary: Python toolkit for generation of output for the web
 Name: python-genshi
 Name: python-genshi
@@ -50,6 +50,9 @@ python setup.py install --root=${RPM_BUILD_ROOT}
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 5 - 2
p/python-hachoir-regex/python-hachoir-regex-vl.spec

@@ -4,7 +4,7 @@
 
 
 Name:       python-hachoir-regex
 Name:       python-hachoir-regex
 Version:    1.0.5
 Version:    1.0.5
-Release:    2%{?_dist_release}
+Release:    3%{?_dist_release}
 Summary:    A python library for regular expression (regex or regexp) manupulation.
 Summary:    A python library for regular expression (regex or regexp) manupulation.
 
 
 Group:      System Environment/Libraries
 Group:      System Environment/Libraries
@@ -47,8 +47,11 @@ rm -rf %buildroot
 %{python_sitelib}/hachoir_regex-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/hachoir_regex-%{version}-py%{python_version}.egg-info
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 
-* Sat Aug 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-1
+* Fri Aug 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-1
 - initial build for Vine Linux
 - initial build for Vine Linux

+ 11 - 1
p/python-imaging/python-imaging-vl.spec

@@ -2,12 +2,16 @@ Summary: The Python Imaging Library
 Summary(ja): Python イメージ処理ライブラリ
 Summary(ja): Python イメージ処理ライブラリ
 Name: python-imaging
 Name: python-imaging
 Version: 1.1.7
 Version: 1.1.7
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: Distributable
 License: Distributable
 Group: Development/Languages
 Group: Development/Languages
 URL: http://www.pythonware.com/products/pil
 URL: http://www.pythonware.com/products/pil
+
 Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz
 Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz
+
 Patch0: Imaging-1.1.7-setup.lib64.patch
 Patch0: Imaging-1.1.7-setup.lib64.patch
+Patch1: Imaging-1.1.7-freetype-2.5.x.patch
+
 BuildRequires: python-devel >= 2.6
 BuildRequires: python-devel >= 2.6
 BuildRequires: libjpeg-devel libpng-devel zlib-devel freetype2-devel
 BuildRequires: libjpeg-devel libpng-devel zlib-devel freetype2-devel
 BuildRequires: xorg-x11-devel
 BuildRequires: xorg-x11-devel
@@ -22,6 +26,7 @@ Obsoletes: Imaging < %{version}
 Obsoletes: python-PIL < %{version}
 Obsoletes: python-PIL < %{version}
 Obsoletes: python-Imaging <= %{version}
 Obsoletes: python-Imaging <= %{version}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
 Distribution: Vine Linux
 Distribution: Vine Linux
 Vendor: Project Vine
 Vendor: Project Vine
 Packager: owa
 Packager: owa
@@ -42,6 +47,7 @@ Python Imaging Library (PIL) は Python 環境にイメージ処理能力を加
 %ifarch x86_64
 %ifarch x86_64
 %patch0 -p1 -b .lib64~
 %patch0 -p1 -b .lib64~
 %endif
 %endif
+%patch1 -p1 -b .ft
 
 
 
 
 %build
 %build
@@ -81,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-4
+- rebuild with VineSeed environment
+- add Patch0 (Imaging-1.1.7-freetype-2.5.x.patch)
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-iwlib/python-iwlib-vl.spec

@@ -5,7 +5,7 @@ Summary: Wireless settings python bindings
 Summary(ja): wireless-tools の python バインディング
 Summary(ja): wireless-tools の python バインディング
 Name: python-iwlib
 Name: python-iwlib
 Version: 0.1
 Version: 0.1
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 URL: http://git.fedorahosted.org/git/python-iwlib.git
 URL: http://git.fedorahosted.org/git/python-iwlib.git
 Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
 Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
 License: GPLv2
 License: GPLv2
@@ -16,6 +16,9 @@ BuildRequires: wireless-tools-devel
 Requires: wireless-tools
 Requires: wireless-tools
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 Python bindings for the iwlib kernel interface,
 Python bindings for the iwlib kernel interface,
 that provides functions to examine the wireless network devices
 that provides functions to examine the wireless network devices
@@ -45,6 +48,9 @@ rm -rf %{buildroot}
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-jinja2/python-jinja2-vl.spec

@@ -7,7 +7,7 @@
 
 
 Name:		python-jinja2
 Name:		python-jinja2
 Version:	2.5.5
 Version:	2.5.5
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	General purpose template engine
 Summary:	General purpose template engine
 Group:		Development/Languages
 Group:		Development/Languages
 License:	BSD
 License:	BSD
@@ -156,6 +156,9 @@ popd
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.5-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.5-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.5-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-kconv/python-kconv-vl.spec

@@ -4,7 +4,7 @@ Summary(ja): Python 漢字コードコンバータ
 Group: Development/Libraries
 Group: Development/Libraries
 Name: python-kconv
 Name: python-kconv
 Version: 1.1.8p3
 Version: 1.1.8p3
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
 License: GPL
 License: GPL
 URL: http://apache.noexistent.com/~mak/kconv/kconv/index.html
 URL: http://apache.noexistent.com/~mak/kconv/kconv/index.html
 Source0: kconv-1.1.8p-3.tar.gz
 Source0: kconv-1.1.8p-3.tar.gz
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc GPL README.EUC LICENCE.EUC README.en_with_EUC_JP
 %doc GPL README.EUC LICENCE.EUC README.en_with_EUC_JP
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.8p3-6
+- rebuild with VineSeed environment
+
 * Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 1.1.8p3-5
 * Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 1.1.8p3-5
 - rebuilt
 - rebuilt
 
 

+ 5 - 2
p/python-ldap/python-ldap-vl.spec

@@ -6,7 +6,7 @@
 
 
 Name: python-ldap
 Name: python-ldap
 Version: 2.3.11
 Version: 2.3.11
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Epoch: 0
 Epoch: 0
 License: Python
 License: Python
 Group: System Environment/Libraries
 Group: System Environment/Libraries
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.11-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.11-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.11-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 
@@ -131,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-2
 * Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-2
 - Put back the epoch line... happy beehive?
 - Put back the epoch line... happy beehive?
 
 
-* Tue May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-1
+* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-1
 - Update to 2.2.0
 - Update to 2.2.0
 - Update python-ldap-2.0.6-rpath.patch and rename it to
 - Update python-ldap-2.0.6-rpath.patch and rename it to
   python-ldap-2.2.0-dirs.patch.
   python-ldap-2.2.0-dirs.patch.

+ 7 - 1
p/python-logilab-astng/python-logilab-astng-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-logilab-astng
 Name:           python-logilab-astng
 Version:        0.23.1
 Version:        0.23.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Python Abstract Syntax Tree New Generation
 Summary:        Python Abstract Syntax Tree New Generation
 
 
 Group:          Development/Languages
 Group:          Development/Languages
@@ -17,6 +17,9 @@ BuildRequires:  python-devel python-setuptools python-unittest2
 BuildRequires:  python-logilab-common >= 0.56.0
 BuildRequires:  python-logilab-common >= 0.56.0
 Requires:       python-logilab-common >= 0.56.0
 Requires:       python-logilab-common >= 0.56.0
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 The aim of this module is to provide a common base representation of
 The aim of this module is to provide a common base representation of
 python source code for projects such as pychecker, pyreverse,
 python source code for projects such as pychecker, pyreverse,
@@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.1-2
+- rebuild with VineSeed environment
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.1-1
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.1-1
 - initial build for Vine Linux
 - initial build for Vine Linux
 
 

+ 6 - 1
p/python-logilab-common/python-logilab-common-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-logilab-common
 Name:           python-logilab-common
 Version:        0.57.1
 Version:        0.57.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Common libraries for Logilab projects
 Summary:        Common libraries for Logilab projects
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
@@ -13,6 +13,8 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  python-devel python-setuptools python-unittest2
 BuildRequires:  python-devel python-setuptools python-unittest2
 Requires:       python-egenix-mx-base
 Requires:       python-egenix-mx-base
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 This package contains several modules providing low level functionality 
 This package contains several modules providing low level functionality 
@@ -47,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-2
+- rebuild with VineSeed environment
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-1
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-1
 - initial build for Vine Linux
 - initial build for Vine Linux
 
 

+ 4 - 1
p/python-lxml/python-lxml-vl.spec

@@ -4,7 +4,7 @@ Summary(ja): lxml は libxml2 と libxslt の Python バインディングです
 Name: python-%{_lxml}
 Name: python-%{_lxml}
 Group: Development/Libraries
 Group: Development/Libraries
 Version: 2.2.6
 Version: 2.2.6
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: BSD
 License: BSD
 URL: http://codespeak.net/lxml
 URL: http://codespeak.net/lxml
 #URL: http://pypi.python.org/pypi/lxml
 #URL: http://pypi.python.org/pypi/lxml
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{_lxml}-*-info
 %{python_sitearch}/%{_lxml}-*-info
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-markupsafe/python-markupsafe-vl.spec

@@ -3,7 +3,7 @@
 
 
 Name: python-markupsafe
 Name: python-markupsafe
 Version: 0.12
 Version: 0.12
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
 
 
 Group: Development/Languages
 Group: Development/Languages
@@ -95,6 +95,9 @@ popd
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 6 - 1
p/python-mechanize/python-mechanize-vl.spec

@@ -2,7 +2,7 @@
 
 
 Name:           python-mechanize
 Name:           python-mechanize
 Version:        0.2.2
 Version:        0.2.2
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Stateful programmatic web browsing
 Summary:        Stateful programmatic web browsing
 Summary(ja):	ウェブ・ブラウジング・プログラム用 Python モジュール
 Summary(ja):	ウェブ・ブラウジング・プログラム用 Python モジュール
 
 
@@ -17,6 +17,8 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-setuptools
 Requires:       python-clientform
 Requires:       python-clientform
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 Stateful programmatic web browsing, after Andy Lester's Perl module
 Stateful programmatic web browsing, after Andy Lester's Perl module
@@ -61,6 +63,9 @@ Andy Lester (WWW::Mechanize).  urllib2 was written by Jeremy Hylton.
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.2-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.2-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.2-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 8 - 2
p/python-mutagen/python-mutagen-vl.spec

@@ -1,5 +1,5 @@
 Name:           python-mutagen
 Name:           python-mutagen
-Version:        1.20
+Version:        1.22
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
 Summary:        Mutagen is a Python module to handle audio metadata
 Summary:        Mutagen is a Python module to handle audio metadata
 Summary(ja):    Mutagen は音楽のメタデータを扱うためのpythonモジュールです
 Summary(ja):    Mutagen は音楽のメタデータを扱うためのpythonモジュールです
@@ -13,6 +13,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-devel
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 Mutagen is a Python module to handle audio metadata. It supports
 Mutagen is a Python module to handle audio metadata. It supports
 reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
 reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
@@ -26,7 +29,7 @@ includes a module to handle generic Ogg bitstreams.
 # Fix non-executable-script error
 # Fix non-executable-script error
 sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
 sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
 # Fix wrong-file-end-of-line-encoding warning
 # Fix wrong-file-end-of-line-encoding warning
-sed -i 's/\r//' TUTORIAL
+#sed -i 's/\r//' TUTORIAL
 
 
 %build
 %build
 %{__python} setup.py build
 %{__python} setup.py build
@@ -47,6 +50,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/mutagen-%{version}-*.egg-info
 %{python_sitelib}/mutagen-%{version}-*.egg-info
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22-1
+- new upstream release
+
 * Wed Jul 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.20-1
 * Wed Jul 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.20-1
 - new upstream release
 - new upstream release
 
 

+ 7 - 1
p/python-numarray/python-numarray-vl.spec

@@ -3,7 +3,7 @@
 
 
 Name:           python-numarray
 Name:           python-numarray
 Version:        1.5.2
 Version:        1.5.2
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Python array manipulation and computational library
 Summary:        Python array manipulation and computational library
 
 
 Group:          Development/Languages
 Group:          Development/Languages
@@ -15,6 +15,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 BuildRequires:  python-devel
 Provides:   %{name}-devel = %{version}-%{release}
 Provides:   %{name}-devel = %{version}-%{release}
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 Numarray provides array manipulation and computational capabilities
 Numarray provides array manipulation and computational capabilities
 similar to those found in IDL, Matlab, or Octave. Using numarray, it is
 similar to those found in IDL, Matlab, or Octave. Using numarray, it is
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-numeric/python-numeric-vl.spec

@@ -1,7 +1,7 @@
 Summary: Numerical Extension to Python
 Summary: Numerical Extension to Python
 Name: python-numeric
 Name: python-numeric
 Version: 24.2
 Version: 24.2
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: Python
 License: Python
 URL: http://numpy.sourceforge.net
 URL: http://numpy.sourceforge.net
 Group: Development/Languages
 Group: Development/Languages
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %{_includedir}/python*/Numeric
 %{_includedir}/python*/Numeric
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2-5
+- rebuild with VineSeed environment
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2-4
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2-4
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 9 - 3
p/python-pip/python-pip-vl.spec

@@ -4,7 +4,7 @@ Summary:        Pip installs Python packages.  An easy_install replacement
 Summary(ja):    Pip は easy_install を置き換える Python パッケージインストーラです。
 Summary(ja):    Pip は easy_install を置き換える Python パッケージインストーラです。
 Name:           python-%{srcname}
 Name:           python-%{srcname}
 Version:        0.8.1
 Version:        0.8.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
 License:        MIT
 License:        MIT
@@ -17,6 +17,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
 Requires:       python-setuptools
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 
 
 Pip is a replacement for `easy_install
 Pip is a replacement for `easy_install
@@ -49,6 +52,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
 %{python_sitelib}/pip*
 %{python_sitelib}/pip*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 
@@ -69,9 +75,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
 - update to 0.7.1 of pip
 - update to 0.7.1 of pip
 * Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1.4
 * Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1.4
 - fix dependency issue
 - fix dependency issue
-* Tue Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
+* Fri Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
 - fix spec file 
 - fix spec file 
-* Mon Dec 17 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-1
+* Thu Dec 17 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-1
 - upgrade to 0.6.1 of pip
 - upgrade to 0.6.1 of pip
 * Mon Aug 31 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.4-1
 * Mon Aug 31 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.4-1
 - Initial package
 - Initial package

+ 4 - 1
p/python-psycopg/python-psycopg-vl.spec

@@ -6,7 +6,7 @@ Summary(ja): psycopg は Python の PostgreSQL 用データベースアダプタ
 Name: python-psycopg
 Name: python-psycopg
 Group: Applications/Databases
 Group: Applications/Databases
 Version: 1.1.21
 Version: 1.1.21
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 License: GNU GPL2
 License: GNU GPL2
 URL: http://initd.org/software/initd/psycopg
 URL: http://initd.org/software/initd/psycopg
 Source0: http://initd.org/pub/software/psycopg/psycopg-%{version}.tar.gz
 Source0: http://initd.org/pub/software/psycopg/psycopg-%{version}.tar.gz
@@ -102,6 +102,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.21-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.21-6
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.21-6
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-psycopg2/python-psycopg2-vl.spec

@@ -6,7 +6,7 @@ Summary(ja): psycopg2 は Python の PostgreSQL 用データベースアダプ
 Name: python-psycopg2
 Name: python-psycopg2
 Group: Applications/Databases
 Group: Applications/Databases
 Version: 2.4
 Version: 2.4
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: LGPL or ZPL
 License: LGPL or ZPL
 Source: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
 Source: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
 Patch0: psycopg2-2.2.2-DA.patch
 Patch0: psycopg2-2.2.2-DA.patch
@@ -96,6 +96,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-pyclamav/python-pyclamav-vl.spec

@@ -1,7 +1,7 @@
 Summary: a quick hack to use libclamav with python
 Summary: a quick hack to use libclamav with python
 Name: python-pyclamav
 Name: python-pyclamav
 Version: 0.4.1
 Version: 0.4.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2
 License: GPLv2
 Group: Development/Libraries
 Group: Development/Libraries
 URL: http://xael.org/norman/python/pyclamav/
 URL: http://xael.org/norman/python/pyclamav/
@@ -14,6 +14,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: python-devel
 BuildRequires: python-devel
 BuildRequires: clamav-devel >= 0.95
 BuildRequires: clamav-devel >= 0.95
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 pyClamAV is a python binding to libclamav written in C. By using pyClamAV, 
 pyClamAV is a python binding to libclamav written in C. By using pyClamAV, 
 you can add virus detection capabilities to your python software in an 
 you can add virus detection capabilities to your python software in an 
@@ -39,6 +42,9 @@ efficient and easy way.
 %{python_sitearch}/pyclamav*
 %{python_sitearch}/pyclamav*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-pycurl/python-pycurl-vl.spec

@@ -2,7 +2,7 @@
 
 
 Name:           python-pycurl
 Name:           python-pycurl
 Version:        7.19.0
 Version:        7.19.0
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 Summary:        A Python interface to libcurl
 Summary:        A Python interface to libcurl
 Summary(ja):    libcurl の Python インタフェース
 Summary(ja):    libcurl の Python インタフェース
 
 
@@ -31,6 +31,9 @@ Requires:	curl >= %{libcurl_ver}
 
 
 Provides:       pycurl = %{version}-%{release}
 Provides:       pycurl = %{version}-%{release}
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 PycURL is a Python interface to libcurl. PycURL can be used to fetch
 PycURL is a Python interface to libcurl. PycURL can be used to fetch
 objects identified by a URL from a Python program, similar to the
 objects identified by a URL from a Python program, similar to the
@@ -63,6 +66,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 %{python_sitearch}/*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.19.0-5
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.19.0-4
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.19.0-4
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 9 - 4
p/python-pygments/python-pygments-vl.spec

@@ -5,7 +5,7 @@
 
 
 Name:           python-pygments
 Name:           python-pygments
 Version:        1.3.1
 Version:        1.3.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A syntax highlighting engine written in Python
 Summary:        A syntax highlighting engine written in Python
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
@@ -21,6 +21,8 @@ BuildRequires:  python3-devel, python3-setuptools
 %endif # if with_python3
 %endif # if with_python3
 Requires:       python-setuptools, python-imaging
 Requires:       python-setuptools, python-imaging
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 Pygments is a generic syntax highlighter for general use in all kinds
 Pygments is a generic syntax highlighter for general use in all kinds
@@ -133,6 +135,9 @@ popd
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 
@@ -155,7 +160,7 @@ popd
 * Fri Apr 23 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.1-3
 * Fri Apr 23 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.1-3
 - add python3 subpackage (BZ#537244), ignoring soft-dep on imaging for now
 - add python3 subpackage (BZ#537244), ignoring soft-dep on imaging for now
 
 
-* Sat Apr 13 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-2
+* Tue Apr 13 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-2
 - added python-imaging as a dependency per BZ#581663.
 - added python-imaging as a dependency per BZ#581663.
 
 
 * Sat Mar  6 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-1
 * Sat Mar  6 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-1
@@ -176,7 +181,7 @@ popd
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0-2
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0-2
 - Rebuild for Python 2.6
 - Rebuild for Python 2.6
 
 
-* Fri Nov 27 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.0-1
+* Thu Nov 27 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.0-1
 - Updated for upstream 1.0.
 - Updated for upstream 1.0.
 
 
 * Sun Sep 14 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.11.1-1
 * Sun Sep 14 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.11.1-1
@@ -191,7 +196,7 @@ popd
 * Mon Nov 12 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.9-1
 * Mon Nov 12 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.9-1
 - Updated for upstream 0.9.
 - Updated for upstream 0.9.
 
 
-* Thu Aug 17 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-2
+* Fri Aug 17 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-2
 - Removed the dos2unix build dependency.
 - Removed the dos2unix build dependency.
 
 
 * Thu Jun 28 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-1
 * Thu Jun 28 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-1

+ 4 - 1
p/python-pykf/python-pykf-vl.spec

@@ -1,7 +1,7 @@
 %define python_platlib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)') 
 %define python_platlib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)') 
 Name: python-pykf
 Name: python-pykf
 Version: 0.3.4
 Version: 0.3.4
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 License: BSD like
 License: BSD like
 URL: http://www.gembook.jp/tsum/page.pys?wiki=PyKf
 URL: http://www.gembook.jp/tsum/page.pys?wiki=PyKf
 Source0: http://www.gembook.jp/html/download/pykf-%{version}.tgz
 Source0: http://www.gembook.jp/html/download/pykf-%{version}.tgz
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc readme.euc
 %doc readme.euc
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-6
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-6
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 9 - 4
p/python-pyrex/python-pyrex-vl.spec

@@ -2,7 +2,7 @@
 %define packagename Pyrex
 %define packagename Pyrex
 Name:           python-pyrex
 Name:           python-pyrex
 Version:        0.9.9
 Version:        0.9.9
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 BuildArch:	noarch
 BuildArch:	noarch
 Summary:        A compiler/language for writing Python extension modules.
 Summary:        A compiler/language for writing Python extension modules.
 Group:          Development/Languages
 Group:          Development/Languages
@@ -16,6 +16,8 @@ BuildRequires:  nkf
 BuildRequires:  findutils
 BuildRequires:  findutils
 Requires: python-devel
 Requires: python-devel
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 Pyrex is Python with C types.  It is specially designed to allow you to
 Pyrex is Python with C types.  It is specially designed to allow you to
@@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pyrexc
 %{_bindir}/pyrexc
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 
@@ -95,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
 - rebuilt
 - rebuilt
 
 
-* Fri Jun 03 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-5
+* Thu Jun 03 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-5
 - Built to rawhide
 - Built to rawhide
 
 
 * Wed May 19 2004 Florian La Roche <Florian.LaRoche@redhat.de>
 * Wed May 19 2004 Florian La Roche <Florian.LaRoche@redhat.de>
@@ -130,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 - python distutils --record=FILE option doesn't record directories so include
 - python distutils --record=FILE option doesn't record directories so include
   the site-packages/[directories] manually
   the site-packages/[directories] manually
 
 
-* Thu Jan 15 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.2
+* Wed Jan 15 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.2
 - Merge changes from Michel Alexandre Salim <salimma[AT]users.sf.net>
 - Merge changes from Michel Alexandre Salim <salimma[AT]users.sf.net>
   + Require build system's python version because directories are named
   + Require build system's python version because directories are named
     pythonX.Y
     pythonX.Y
@@ -142,5 +147,5 @@ rm -rf $RPM_BUILD_ROOT
 - Patch around an incompatible change between python 2.2 and python 2.3's
 - Patch around an incompatible change between python 2.2 and python 2.3's
   definition of LONG_LONG being renamed to PY_LONG_LONG
   definition of LONG_LONG being renamed to PY_LONG_LONG
   
   
-* Fri Jan 09 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.1
+* Thu Jan 09 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.1
 - Initial RPM release.
 - Initial RPM release.

+ 7 - 1
p/python-pyxml/python-pyxml-vl.spec

@@ -6,7 +6,7 @@ Summary:	XML libraries for python
 Summary(ja):	Python XML ライブラリ
 Summary(ja):	Python XML ライブラリ
 Name:		python-pyxml
 Name:		python-pyxml
 Version:	0.8.4
 Version:	0.8.4
-Release:	6%{?_dist_release}
+Release:	7%{?_dist_release}
 URL:		http://pyxml.sourceforge.net/
 URL:		http://pyxml.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz
 Source0:	http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz
 Patch0: 	PyXML-0.7.1-intern.patch
 Patch0: 	PyXML-0.7.1-intern.patch
@@ -24,6 +24,9 @@ Requires:	python, libexpat
 Obsoletes:	%{module}
 Obsoletes:	%{module}
 Provides:	%{module}
 Provides:	%{module}
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 An XML package for Python. The distribution contains a validating XML
 An XML package for Python. The distribution contains a validating XML
 parser, an implementation of the SAX and DOM programming interfaces
 parser, an implementation of the SAX and DOM programming interfaces
@@ -63,6 +66,9 @@ CFLAGS="%{optflags}" \
 %{python_sitearch}/*
 %{python_sitearch}/*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-6
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-6
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-rdflib/python-rdflib-vl.spec

@@ -6,7 +6,7 @@
 Name:           python-rdflib
 Name:           python-rdflib
 Summary:        Python library for working with RDF
 Summary:        Python library for working with RDF
 Version:        3.1.0
 Version:        3.1.0
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 
 Group:          Development/Languages
 Group:          Development/Languages
 License:        BSD
 License:        BSD
@@ -24,6 +24,9 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-nose >= 0.9.2
 BuildRequires:  python-nose >= 0.9.2
 %endif
 %endif
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 RDFLib is a Python library for working with RDF, a simple yet powerful
 RDFLib is a Python library for working with RDF, a simple yet powerful
 language for representing information.
 language for representing information.
@@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 %{python_sitelib}/*
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.0-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.0-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.0-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-rope/python-rope-vl.spec

@@ -2,7 +2,7 @@
 # Basic Information
 # Basic Information
 Name:		python-rope
 Name:		python-rope
 Version:	0.9.3
 Version:	0.9.3
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 License:	GPLv2
 License:	GPLv2
 Group:		Development/Libraries
 Group:		Development/Libraries
 URL:		http://rope.sf.net/
 URL:		http://rope.sf.net/
@@ -54,6 +54,9 @@ BuildRequires:	python-devel
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-setuptools/python-setuptools-vl.spec

@@ -2,7 +2,7 @@
 
 
 Name:           python-setuptools
 Name:           python-setuptools
 Version:        0.6c11
 Version:        0.6c11
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 Summary(ja):     Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
 Summary(ja):     Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
 Group:          Development/Tools
 Group:          Development/Tools
@@ -16,6 +16,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-devel
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 setuptools is a collection of enhancements to the Python distutils that allow
 setuptools is a collection of enhancements to the Python distutils that allow
 you to more easily build and distribute Python packages, especially ones that
 you to more easily build and distribute Python packages, especially ones that
@@ -58,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6c11-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6c11-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6c11-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 5 - 1
p/python-sexy/python-sexy-vl.spec

@@ -2,7 +2,7 @@
 %define real_name sexy-python
 %define real_name sexy-python
 Name:           python-sexy
 Name:           python-sexy
 Version:        0.1.9
 Version:        0.1.9
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 
 
 Summary:        Python bindings to libsexy
 Summary:        Python bindings to libsexy
 Summary(ja):    libsexy の Python バインディング
 Summary(ja):    libsexy の Python バインディング
@@ -18,6 +18,7 @@ BuildRequires:  python-devel >= 2
 BuildRequires:  pygtk2-devel >= 2.8.0
 BuildRequires:  pygtk2-devel >= 2.8.0
 BuildRequires:  libxml2-devel
 BuildRequires:  libxml2-devel
 Requires:  libsexy >= 0.1.10
 Requires:  libsexy >= 0.1.10
+
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
 
 
@@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-6
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-6
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 6 - 1
p/python-simplejson/python-simplejson-vl.spec

@@ -7,7 +7,7 @@
 Name:           python-simplejson
 Name:           python-simplejson
 
 
 Version:        2.1.2
 Version:        2.1.2
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 
 Group:          System Environment/Libraries
 Group:          System Environment/Libraries
@@ -22,6 +22,8 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-nose
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 simplejson is a simple, fast, complete, correct and extensible JSON
 simplejson is a simple, fast, complete, correct and extensible JSON
@@ -71,6 +73,9 @@ nosetests -q
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-slip/python-slip-vl.spec

@@ -1,6 +1,6 @@
 Name:       python-slip
 Name:       python-slip
 Version:    0.2.14
 Version:    0.2.14
-Release:    3%{?_dist_release}
+Release:    4%{?_dist_release}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
 
 Group:      System Environment/Libraries
 Group:      System Environment/Libraries
@@ -16,6 +16,9 @@ BuildArch:  noarch
 BuildRequires:  python
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-devel
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 The Simple Library for Python packages contain miscellaneous code for
 The Simple Library for Python packages contain miscellaneous code for
 convenience, extension and workaround purposes.
 convenience, extension and workaround purposes.
@@ -89,6 +92,9 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 4 - 1
p/python-tornado/python-tornado-vl.spec

@@ -4,7 +4,7 @@ Summary(ja): Tornado 高速 Web フレームワーク
 Name: python-%{tornado}
 Name: python-%{tornado}
 Group: Development/Web Applications
 Group: Development/Web Applications
 Version: 1.2.1
 Version: 1.2.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: Apache Licence, Version 2.0
 License: Apache Licence, Version 2.0
 URL: http://www.tornadoweb.org/
 URL: http://www.tornadoweb.org/
 Source0: %{url}/static/%{tornado}-%{version}.tar.gz
 Source0: %{url}/static/%{tornado}-%{version}.tar.gz
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{tornado}-%{version}/demos/helloworld
 %{_datadir}/%{tornado}-%{version}/demos/helloworld
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-2
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-2
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 7 - 1
p/python-twill/python-twill-vl.spec

@@ -4,7 +4,7 @@ Summary:	Simple scripting language for Web browsing
 Summary(ja): 	ウェブ・ブラウジング用のシンプルなスクリプト言語
 Summary(ja): 	ウェブ・ブラウジング用のシンプルなスクリプト言語
 Name:		python-twill
 Name:		python-twill
 Version:	0.9
 Version:	0.9
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 Source0:	http://darcs.idyll.org/~t/projects/twill-%{version}.tar.gz
 Source0:	http://darcs.idyll.org/~t/projects/twill-%{version}.tar.gz
 License:	MIT
 License:	MIT
 Group:		Applications/Internet
 Group:		Applications/Internet
@@ -16,6 +16,9 @@ BuildRequires:	python-devel python-setuptools
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
 BuildArch:	noarch
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
 
 
 %description
 %description
 twill is a simple language that allows users to browse the Web from
 twill is a simple language that allows users to browse the Web from
@@ -64,6 +67,9 @@ twill を使うことで、フォームやクッキー等の標準的なウェ
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-3
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-3
 - rebuild with python-2.7.2
 - rebuild with python-2.7.2
 
 

+ 6 - 1
p/python-twisted/python-twisted-vl.spec

@@ -3,7 +3,7 @@
 Summary:	Event-driven networking engine in Python 
 Summary:	Event-driven networking engine in Python 
 Summary(ja): 	Pythonで書かれたイベントドリブンなネットワークエンジン
 Summary(ja): 	Pythonで書かれたイベントドリブンなネットワークエンジン
 Name:		python-twisted	
 Name:		python-twisted	
-Version:	12.2.0
+Version:	13.2.0
 Release: 	1%{?_dist_release}
 Release: 	1%{?_dist_release}
 Source0:	http://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2 
 Source0:	http://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2 
 License:	MIT
 License:	MIT
@@ -17,6 +17,8 @@ BuildRequires:	python, python-devel
 BuildRequires:	python-zope-interface
 BuildRequires:	python-zope-interface
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
 %description
 %description
 Twisted is a networking engine written in Python, supporting
 Twisted is a networking engine written in Python, supporting
@@ -102,6 +104,9 @@ python -c "from twisted.plugin import IPlugin, getPlugins;list(getPlugins(IPlugi
 
 
 
 
 %changelog
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.2.0-1
+- new upstream release
+
 * Sat Oct 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.2.0-1
 * Sat Oct 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.2.0-1
 - new upstream release
 - new upstream release