Browse Source

new upstream release or rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8154 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
e1d61cd63e

+ 126 - 0
g/goocanvas015/goocanvas015-vl.spec

@@ -0,0 +1,126 @@
+Summary:        A new canvas widget for GTK+ that uses cairo for drawing
+Summary(ja):    Cairo を用いた GTK+ 用の新しいキャンバスウィジェット
+
+Name:           goocanvas015
+Version:        0.15
+Release:        2%{?_dist_release}
+
+Group:          System Environment/Libraries
+License:        LGPLv2+
+URL:            http://live.gnome.org/GooCanvas
+
+Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/0.14/goocanvas/goocanvas-%{version}.tar.bz2
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  pkgconfig, gettext, gtk2-devel
+BuildRequires:  cairo-devel >= 1.4.0
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description
+GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library for
+drawing. It has a model/view split, and uses interfaces for canvas items and
+views, so you can easily turn any application object into canvas items.
+
+%prep
+%setup -q -n goocanvas-%{version}
+
+# demo application does not compile properly
+sed -i -e 's/ demo / /g' Makefile.am
+sed -i -e 's/ demo / /g' Makefile.in
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+# remove static libraries and libtool droppings
+rm -f $RPM_BUILD_ROOT/%{_libdir}/libgoocanvas.{a,la}
+
+%find_lang goocanvas
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f goocanvas.lang
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%{_libdir}/libgoocanvas.so.*
+
+%package devel
+Group:          Development/Libraries
+Summary:        A new canvas widget for GTK+ that uses cairo for drawing
+Summary(ja):    Cairo を用いた GTK+ 用の新しいキャンバスウィジェット
+Requires:       %{name} = %{version}-%{release} pkgconfig
+
+%description devel
+GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library for
+drawing. It has a model/view split, and uses interfaces for canvas items and
+views, so you can easily turn any application object into canvas items.
+
+These are the files used for development.
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/goocanvas-1.0
+%{_libdir}/libgoocanvas.so
+%{_libdir}/pkgconfig/goocanvas.pc
+%{_datadir}/gtk-doc/html/goocanvas
+
+
+%changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-2
+- rename package (goocanvas015)
+
+* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-1
+- updated to 0.15
+- built with rpm-4.8.1 for pkg-config
+
+* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.14-1
+- initial build for Vine Linux
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Apr 23 2009 Denis <denis@poolshark.org> - 0.14-1
+- Update to upstream 0.14
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Jan 17 2009 Denis Leroy <denis@poolshark.org> - 0.13-1
+- Update to upstream 0.13
+- Updated URLs to gnome.org
+
+* Tue Sep 30 2008 Bernard Johnson <bjohnson@symetrix.com> - 0.10-2
+- demo application does not build; remove it
+
+* Sun Jun 29 2008 Bernard Johnson <bjohnson@symetrix.com> - 0.10-1
+- v 0.10
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9-4
+- Autorebuild for GCC 4.3
+
+* Mon Aug 27 2007 Bernard Johnson <bjohnson@symetrix.com> - 0.9-3
+- don't explicitely require gtk2; no special versioning needed since FC6+
+
+* Sun Aug 26 2007 Bernard Johnson <bjohnson@symetrix.com> - 0.9-2
+- require gtk2 not gtk2-devel (bz #254239)
+
+* Sun Aug 19 2007 Bernard Johnson <bjohnson@symetrix.com> - 0.9-1
+- 0.9
+- update license tag to LGPLv2+
+
+* Sat May 05 2007 Bernard Johnson <bjohnson@symetrix.com> - 0.6-2
+- bump for incorrect tag in buildsys
+
+* Mon Mar 19 2007 Bernard Johnson <bjohnson@symetrix.com> - 0.6-1
+- initial release

+ 11 - 5
k/kdevelop/kdevelop-vl.spec

@@ -1,14 +1,14 @@
 Name: kdevelop
 Summary: Integrated Development Environment for C++/C
 Summary(ja): C++/C 向け統合開発環境
-Version: 4.4.1
+Version: 4.6.0
 Release: 1%{?_dist_release}
 
 License: GPLv2
 URL: http://www.kdevelop.org/
 Group: Applications/Development
 
-Source0: ftp://ftp.kde.org/pub/kde/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
+Source0: ftp://ftp.kde.org/pub/kde/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
 
 # fixing https://bugs.kde.org/show_bug.cgi?id=236315
 Patch100: kdevelop-4.0.0-qmake_qt4.patch
@@ -21,12 +21,14 @@ BuildRequires: kdevplatform-devel >= 1.4.0
 BuildRequires: kdelibs-devel 
 BuildRequires: kdesdk-devel 
 BuildRequires: soprano-devel 
+BuildRequires: qjson-devel 
 BuildRequires: valgrind
 
 Requires: %{name}-libs = %{version}-%{release}
 Requires: kdevplatform >= 1.4.0
 
-#Conflicts: kdevelop
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 The KDevelop Integrated Development Environment provides many features
@@ -153,6 +155,10 @@ update-mime-database %{_datadir}/mime &> /dev/null
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.0-1
+- new upstream release
+- add BuildRequires: qjson-devel
+
 * Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-1
 - new upstream release
 
@@ -356,7 +362,7 @@ update-mime-database %{_datadir}/mime &> /dev/null
 - fixed Strange characters appear in the output window (bug #59217)
 - fixed return-line feed sign in Kdevelop setup tool (bug #55032)
 
-* Wed Mar  8 2002 Than Ngo <than@redhat.com> 2.1beta2-1
+* Fri Mar  8 2002 Than Ngo <than@redhat.com> 2.1beta2-1
 - update to 2.1beta2
 
 * Wed Jan 16 2002 Than Ngo <than@redhat.com> 2.1beta1-2
@@ -492,7 +498,7 @@ update-mime-database %{_datadir}/mime &> /dev/null
 - Update to current stable branch - this should fix up the debugger problem
 - clean up spec file
  
-* Fri Jan  6 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
+* Thu Jan  6 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
 - Update to current stable branch
 - Adapt to 6.2 Qt libraries
 - Use BuildPrereq

+ 15 - 4
k/kdevplatform/kdevplatform-vl.spec

@@ -3,14 +3,14 @@
 Name:           kdevplatform
 Summary:        Libraries for use by %{kde} development tools
 Summary(ja):    %{kde} 開発ツールが使用するライブラリ
-Version:        1.4.1
-Release:        2%{?_dist_release}
+Version:        1.6.0
+Release:        1%{?_dist_release}
 
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://www.kdevelop.org/
 
-Source0:        ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.4.0/src/kdevplatform-%{version}.tar.bz2
+Source0:        ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.6.0/src/kdevplatform-%{version}.tar.xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  libboost-devel
@@ -22,11 +22,15 @@ BuildRequires:  subversion-devel
 BuildRequires:  apr-util-devel
 BuildRequires:  soprano-devel
 BuildRequires:  qjson-devel
+BuildRequires:  grantlee-devel
 
 Requires: %{name}-libs = %{version}-%{release}
 Requires(postun): gtk2
 Requires(posttrans): gtk2
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %{kde} Development platform, the foundations upon which
 KDevelop and Quanta are built.
@@ -108,8 +112,11 @@ fi
 %defattr(-,root,root,-)
 %doc COPYING.PLUGINS COPYING.SRC
 %{_bindir}/kdev_dbus_socket_transformer
-%{_bindir}/kdev_format_source.sh
+%{_bindir}/kdev_format_source
 %{_bindir}/kdevplatform_shell_environment.sh
+%{_libdir}/kde4/plugins/grantlee/0.3/kdev_filters.so
+%{_datadir}/config/kdevappwizard.knsrc
+%{_datadir}/config/kdevfiletemplates.knsrc
 %{_datadir}/kde4/apps/kdev*/
 %{_datadir}/kde4/services/*.desktop
 %{_datadir}/kde4/servicetypes/*.desktop
@@ -128,6 +135,10 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.0-1
+- new upstream release
+- add BuildRequires: grentlee-devel
+
 * Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
 - rebuild with libboost-1.54.0
 

+ 9 - 17
n/ncftp/ncftp-vl.spec

@@ -2,27 +2,20 @@ Summary: An improved FTP client.
 Name: ncftp
 Version: 3.2.5
 Epoch: 2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Distributable
 Group: Applications/Internet
 Source0: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2
-Patch1: ncftp-3.0.1-pref.patch
-Patch2: ncftp-3.1.7-shell.patch
-Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-315-v6-20030112.diff.gz
+
 Patch4: ncftp-3.0.3-resume.patch
 Patch5: ncftp-3.1.1-EPLF.diff.bz2
-# yves 3.1.1-1mdk
-# requested by Yura Gusev <elendal@w4technology.com>
-# adapted to 3.1.1 from http://www.fefe.de/ncftp/ncftp-3.0-EPLF.diff
-# It will allow ncftp to work with publicfile. http://publicfile.org/
-Patch6: ncftp-3.1.5-pmeter.patch
-Patch7: ncftp-3.1.5-8bit.patch
-Patch8: ncftp-3.1.5-ncursesw.patch
-Patch9: ncftp-3.1.6-rh1.patch
 
 BuildRequires: ncurses-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Ncftp is an improved FTP client.  Ncftp's improvements include support
 for command line editing, command histories, recursive gets, automatic
@@ -33,12 +26,8 @@ some of ncftp's additional features.
 
 %prep
 %setup -q
-#%patch1 -p0 -b .pref
-#patch2 -p1
 %patch4 -p1 -b .res
 %patch5 -p1 -b .eplf
-## %patch6 -p1 -b .pmeter
-## %patch8 -p1 -b .ncursesw
 
 %build
 aclocal -I autoconf_local
@@ -83,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-2
+- rebuild with VineSeed environment
+
 * Wed Jan 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
 - new upstream release
 - drop Patch1
@@ -226,7 +218,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Nov 05 1997 Donnie Barnes <djb@redhat.com>
 - added wmconfig entry
 
-* Wed Oct 21 1997 Cristian Gafton <gafton@redhat.com>
+* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
 - fixed the spec file
 
 * Fri Oct 10 1997 Erik Troan <ewt@redhat.com>

+ 13 - 13
p/pyOpenSSL/pyOpenSSL-vl.spec

@@ -1,24 +1,22 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define pkg_release	4%{?_dist_release}
+%define pkg_release	1%{?_dist_release}
 
 Summary: Python wrapper module around the OpenSSL library
 Summary(ja): OpenSSL ライブラリの Python ラッパーモジュール
 Name: pyOpenSSL
-Version: 0.7
+Version: 0.13.1
 Release: %{pkg_release}
 Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz
-Patch0: pyOpenSSL-0.7-openssl.patch
 Patch2: pyOpenSSL-elinks.patch
 Patch3: pyOpenSSL-nopdfout.patch
-Patch4: pyOpenSSL-threadsafe.patch
 License: LGPLv2+
 Group: Development/Libraries
 URL: http://pyopenssl.sourceforge.net/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: openssl-devel, python-devel
-BuildRequires: latex2html
+#BuildRequires: latex2html
 
 %description
 High-level wrapper around a subset of the OpenSSL library, includes
@@ -31,33 +29,35 @@ High-level wrapper around a subset of the OpenSSL library, includes
 
 %prep
 %setup -q
-%patch0 -p1 -b .openssl097
 %patch2 -p1 -b .elinks
 %patch3 -p1 -b .nopdfout
-%patch4 -p1 -b .threadsafe
-# Fix permissions for debuginfo package
-%{__chmod} -x src/ssl/connection.c
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build
-%{__make} -C doc ps
-%{__make} -C doc text html
 
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+#pushd doc
+#make text
+#make dvi
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README doc/pyOpenSSL.ps 
-%doc doc/pyOpenSSL.txt doc/html
+%doc README ChangeLog LICENSE
+#%doc pyOpenSSL.ps pyOpenSSL.txt html
 %{python_sitearch}/OpenSSL/
 %{python_sitearch}/%{name}*.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.1-1
+- new upstream release
+- remove Patch0 (pyOpenSSL-0.7-openssl.patch)
+- remove Patch4 (pyOpenSSL-threadsafe.patch)
+
 * Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-4
 - rebuild with python-2.7.2
 

+ 7 - 3
p/pyPdf/pyPdf-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pyPdf
 Version:        1.13
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        PDF toolkit
 Summary(ja):    PDF ツールキット
 
@@ -10,13 +10,15 @@ Group:          Development/Languages
 License:        BSD
 URL:            http://pybrary.net/pyPdf/
 Source0:        http://pybrary.net/pyPdf/%{name}-%{version}.tar.gz
-#Patch0:         01_backspace_parsed.dpatch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildArch:      noarch
 BuildRequires:  python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 A Pure-Python library built as a PDF toolkit. It is capable of:
  * extracting document information (title, author, ...),
@@ -28,7 +30,6 @@ A Pure-Python library built as a PDF toolkit. It is capable of:
 
 %prep
 %setup -q
-#%patch0 -p1
 
 
 %build
@@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.13-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.13-2
 - rebuild with python-2.7.2
 

+ 4 - 1
p/pyatspi/pyatspi-vl.spec

@@ -4,7 +4,7 @@
 
 Name:           pyatspi
 Version:        2.10.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Python bindings for at-spi
 
 Group:          Development/Languages
@@ -58,6 +58,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-2
+- rebuild with VineSeed environment
+
 * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
 - new upstream release
 

+ 5 - 2
p/pybluez/pybluez-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pybluez
 Version:        0.18
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Python API for the BlueZ bluetooth stack 
 Summary(ja):    BlueZ bluetooth スタックの Python API
 
@@ -60,10 +60,13 @@ rm -rf $RPM_BUILD_ROOT
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-2
 - rebuild with python-2.7.2
 
-* Sun Jul 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-1
+* Sat Jul 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-1
 - new upstream release
 
 * Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.15-4

+ 4 - 1
p/pycairo/pycairo-vl.spec

@@ -4,7 +4,7 @@ Name: pycairo
 Summary: Python bindings for the cairo library
 Summary(ja): cairo ライブラリの Python バインディング
 Version: 1.8.10
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group: Development/Languages
 License: LGPLv2
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/pycairo.pc
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.10-3
+- rebuild with VineSeed environment
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.10-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/pygame/pygame-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pygame
 Version:        1.9.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Python modules for writing games
 Summary(ja):     ゲームを書くための Python モジュール
 
@@ -29,6 +29,9 @@ BuildRequires:  libpng-devel libjpeg-turbo-devel libX11-devel smpeg-devel
 #BuildRequires:  portmidi-devel
 Requires:       numpy
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Pygame is a set of Python modules designed for writing games. It is
 written on top of the excellent SDL library. This allows you to create
@@ -110,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.1-2
+- rebuild with VineSeed environment
+
 * Fri Jul 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.9.1-1
 - initial build for VineSeed
 

+ 4 - 1
p/pygobject/pygobject-vl.spec

@@ -4,7 +4,7 @@ Name: pygobject
 Summary: Python bindings for GObject
 Summary(ja): GObject の Python バインディング
 Version: 2.28.6
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 
 Group: Development/Languages
 License: LGPL
@@ -129,6 +129,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/pygobject
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-5
+- rebuild with VineSeed environment
+
 * Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.6-4
 - added Patch0-10 from Debian sid
 

+ 12 - 4
p/pygoocanvas/pygoocanvas-vl.spec

@@ -2,7 +2,7 @@
 
 Name:		pygoocanvas
 Version:	0.14.1
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	GooCanvas python bindings
 Summary(ja):	GooCanvas 用の python バインディング
 Group:		Development/Languages
@@ -14,9 +14,11 @@ Patch0:		pygoocanvas-0.14.1-fix-segfault.patch
 
 BuildRequires:  python-devel, pkgconfig, pygobject-devel
 BuildRequires:  pycairo-devel >= 1.8.4, pygtk2-devel >= 2.10.0
-BuildRequires:  goocanvas-devel >= %{major_version}, gtk2-devel
+BuildRequires:  goocanvas015-devel, gtk2-devel
 BuildRequires:  libxslt, docbook-style-xsl, pygobject-doc
-Requires:	goocanvas >= %{major_version}
+BuildRequires:  autoconf
+BuildRequires:  gtk-doc
+Requires:	goocanvas015
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -55,7 +57,9 @@ GooCanvas python bindings.
 %package devel
 Group:          Development/Languages
 Summary:        GooCanvas python bindings development files
-Requires:       goocanvas >= %{major_version}, %{name} = %{version}-%{release}, pkgconfig
+Requires:		%{name} = %{version}-%{release}
+Requires:       goocanvas015
+Requires:		pkgconfig
 
 %description devel
 GooCanvas python bindings development files.
@@ -67,6 +71,10 @@ GooCanvas python bindings development files.
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-3
+- rebuild with VineSeed environment
+- change BuildRequires: goocanvas015-devel instead of goocanvas
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-2
 - rebuild with python-2.7.2
 

+ 8 - 2
p/pygtk2/pygtk2-vl.spec

@@ -7,7 +7,7 @@ Summary: Python bindings for the GTK+ widget set.
 Summary(ja): GTK+ ウィジットセットの Python 実装
 Name: pygtk2
 Version: 2.24.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group: Development/Languages
 License: LGPLv2
@@ -31,6 +31,9 @@ Requires: python-numeric
 
 Obsoletes: pygtk
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 PyGTK is an extension module for python that gives you access to the GTK+
 widget set.  Just about anything you can write in C with GTK+ you can write
@@ -135,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pygtk-codegen-2.0
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-3
+- rebuild with VineSeed environment
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-2
 - rebuild with python-2.7.2
 
@@ -221,7 +227,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Sep 17 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.0.0-1vl2
 - added Provides and Obsoletes pygtk
 
-* Sun Sep 16 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0-1vl1
+* Tue Sep 16 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0-1vl1
 - new upstream release (based on Redhat Rawhide 2.0.0-1)
   * Thu Aug  7 2003 Elliot Lee <sopwith@redhat.com> 1.99.16-10
   - Fix libtool

+ 7 - 1
p/pygtkglext/pygtkglext-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           pygtkglext
 Version:        1.1.0
-Release:        5%{_dist_release}
+Release:        6%{_dist_release}
 Summary:        Python bindings for GtkGLExt
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -13,6 +13,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtkglext-devel pygtk2-devel python-devel
 Requires:       pygtk2 PyOpenGL
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Python bindings for GtkGTLExt
 
@@ -75,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-6
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-5
 - rebuild with python-2.7.2
 

+ 7 - 1
p/pygtksourceview/pygtksourceview-vl.spec

@@ -6,7 +6,7 @@
 
 Name:           pygtksourceview
 Version:        2.10.1
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Python bindings for gtksourceview
 
 Group:          Development/Libraries
@@ -22,6 +22,9 @@ BuildRequires:  pygtk2-devel >= %{pygtk_version}
 BuildRequires:  python-devel
 BuildRequires:	gtk-doc >= 1.14
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The %{name} package contains Python bindings for the gtksourceview
 library. 
@@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/pygtksourceview2
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-4
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-3
 - rebuild with python-2.7.2
 

+ 7 - 9
p/pylint/pylint-vl.spec

@@ -1,5 +1,5 @@
 Name:           pylint
-Version:        0.25.1
+Version:        1.0.0
 Release:        1%{?_dist_release}
 Summary:        Analyzes Python code looking for bugs and signs of poor quality
 
@@ -14,6 +14,8 @@ BuildRequires:  python-devel python-setuptools python-unittest2
 BuildRequires:  python-logilab-astng >= 0.22.0
 Requires:       python-logilab-astng >= 0.22.0
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Pylint is a python tool that checks if a module satisfy a coding standard. 
@@ -49,13 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/pylint/test
 mkdir -pm 755 $RPM_BUILD_ROOT%{_mandir}/man1
 install -pm 644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
-for FILE in README doc/*.txt; do
-    iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.utf8
-    mv -f $FILE.utf8 $FILE
-done
-
-%check
-%{__python} setup.py test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc doc/*.txt README ChangeLog examples elisp COPYING
+%doc README ChangeLog examples elisp COPYING
 %{python_sitelib}/pylint*
 %{_bindir}/*
 %{_mandir}/man?/*
@@ -78,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
+- new upstream release
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.1-1
 - initial build for Vine Linux
 

+ 4 - 1
p/pyorbit/pyorbit-vl.spec

@@ -1,7 +1,7 @@
 Summary: Python bindings for ORBit2.
 Name: pyorbit
 Version: 2.24.0
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: LGPL
 Group: Development/Languages
 Source: %{name}-%{version}.tar.bz2
@@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-5
+- rebuild with VineSeed environment
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-4
 - rebuild with python-2.7.2
 

+ 7 - 1
p/pyparsing/pyparsing-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pyparsing
 Version:        1.5.0
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        An object-oriented approach to text processing
 Summary(ja):	オブジェクト指向のテキストパース用 Python モジュール
 
@@ -16,6 +16,9 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 pyparsing is a module that can be used to easily and directly configure syntax
 definitions for any number of text parsing applications.
@@ -43,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-3
 - rebuilt with python-2.7.2
 

+ 4 - 1
p/pyparted/pyparted-vl.spec

@@ -3,7 +3,7 @@ Summary: Python module for GNU parted
 Summary(ja): parted の python モジュール
 Name:    pyparted
 Version: 3.8
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPLv2+
 Group:   System Environment/Libraries
 
@@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*.so
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-4
+- rebuild with VineSeed environment
+
 * Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-3
 - rebuild with parted-3.1
 

+ 6 - 1
p/pypoppler/pypoppler-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pypoppler
 Version:        0.12.1
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 Summary:        Python bindings for the Poppler PDF rendering library
 Summary(ja):    Poppler PDF レンダリングライブラリの Python バインディング
 
@@ -40,6 +40,8 @@ BuildRequires:  poppler-devel
 BuildRequires:  pycairo-devel
 #BuildRequires:  poppler-glib-devel >= 0.10.5
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Python bindings for the Poppler PDF rendering library. It is needed to
@@ -77,6 +79,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-7
+- rebuild with VineSeed environment
+
 * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-6
 - rebuild with poppler-0.24.2
 

+ 4 - 1
p/pyrenamer/pyrenamer-vl.spec

@@ -1,6 +1,6 @@
 # -*- encoding: utf-8 -*-
 %define ver 0.6.0
-%define rel 2
+%define rel 3
 
 Summary: an application for mass renaming files
 Summary: 大量のファイルの名前を変更するためのアプリケーション
@@ -82,6 +82,9 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
 - rebuild with python-2.7.2
 

+ 4 - 1
p/pysqlite/pysqlite-vl.spec

@@ -2,7 +2,7 @@
 %define name pysqlite
 %define major 2.6
 %define version 2.6.3
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 
 Summary: Python DB-API 2.0 interface for SQLite
 Summary(ja): SQLite の Python バインディング
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/pysqlite2-doc/
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.3-2
+- rebuild with VineSeed environment
+
 * Wed Feb 22 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-1
 - new upstream release
 - update URL to new location

+ 6 - 5
p/pysvn/pysvn-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pysvn
 Version:        1.7.6
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Pythonic style bindings for Subversion
 Summary(ja):	Subversion 用の python バインディング
 Group:          Development/Languages
@@ -18,6 +18,8 @@ BuildRequires:  neon-devel
 BuildRequires:  apr-devel
 BuildRequires:  openssl-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
 Packager:	kazutaka
 
 %description
@@ -43,10 +45,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{__install} -p -m 644 Source/pysvn/__init__.py %{buildroot}%{python_sitearch}/%{name}
 %{__install} -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{python_sitearch}/%{name}
 
-%check
-#pushd Tests
-#%{__make} %{?_smp_mflags}
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -59,6 +57,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{python_sitearch}/%{name}
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.7.6-3
+- rebuild with VineSeed environment
+
 * Sun Sep 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.6-2
 - rebuilt with subversion-1.7.6
 

+ 5 - 4
p/python-BeautifulSoup/python-BeautifulSoup-vl.spec

@@ -4,8 +4,8 @@
 %define oname   BeautifulSoup
 
 Name:           python-BeautifulSoup
-Version:        3.0.8.1
-Release:        2%{?_dist_release}
+Version:        3.2.1
+Release:        1%{?_dist_release}
 Summary:        HTML/XML parser for quick-turnaround applications like screen-scraping
 
 Group:          Development/Languages
@@ -68,11 +68,12 @@ touch -r %{oname}.py COPYING
 %doc COPYING
 %{python_sitelib}/%{oname}.py*
 %exclude %{python_sitelib}/%{oname}Tests.py*
-%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
 %{python_sitelib}/%{oname}-%{version}-py%{pyver}.egg-info
-%endif
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
+- update to 3.2.1
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.8.1-2
 - rebuild with python-2.7.2
 

+ 10 - 3
p/python-GnuPGInterface/python-GnuPGInterface-vl.spec

@@ -5,7 +5,7 @@ Summary:	A Python module to interface with GnuPG
 Summary(ja):	GnuPG へのインターフェイスとなる Python モジュール
 Name:		python-GnuPGInterface
 Version:	0.3.2
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 License:	LGPLv2+
 Group:		Development/Languages
 URL:		http://py-gnupg.sourceforge.net/
@@ -16,6 +16,9 @@ BuildRequires:	python-devel
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 GnuPGInterface is a Python module to interface with GnuPG. It
 concentrates on interacting with GnuPG via filehandles, providing
@@ -45,10 +48,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/%{pkgname}*
 
 %changelog
-* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3.4-3
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3.2-4
+- rebuild with VineSeed environment
+- fix typo
+
+* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3.2-3
 - rebuild with python-2.7.2
 
-* Sun Oct 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-2
+* Sun Oct 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-2
 - rebuilt with rpm-4.8.1 for pkg-config
 
 * Fri May 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-1

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

@@ -6,18 +6,21 @@ Summary: A Python interface for PostgreSQL database.
 Summary(ja): PostgreSQL DB にアクセスするための Python モジュール
 Name: python-%{pygresql}
 Version: 4.0
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: BSD
 Group: Applications/Databases
 URL: http://www.druid.net/pygresql/
 Source: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-%{version}.tgz
 Buildroot: %{_tmppath}/%{pygresql}-%{version}-root
-BuildPrereq: python python-devel postgresql-devel
+BuildRequires: python python-devel postgresql-devel
 Requires: postgresql
 Obsoletes: postgresql-python
 Requires: python >= %{pyver}
 Requires: mxDateTime
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 PyGreSQL package includes a module for developers to use when writing
 Python code for accessing a PostgreSQL database.
@@ -46,7 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/python?.?/site-packages/%{pygresql}/*.py
 
 %changelog
-* Tue Apr 12 2010 Shu KONNO <owa@bg.wakwak.com> 4.0-4
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0-5
+- rebuild with VineSeed environment
+
+* Mon Apr 12 2010 Shu KONNO <owa@bg.wakwak.com> 4.0-4
 - rebuilt with postgresql-9.0.3
 
 * Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 4.0-3

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

@@ -1,7 +1,7 @@
 %{!?python_sitelib:     %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define ver 0.9.6
-%define rel 2
+%define rel 3
 
 Summary: A collection of tools for internationalizing Python applications
 Name: python-babel
@@ -53,6 +53,9 @@ Babel is composed of two major parts:
 %{python_sitelib}/babel
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-2
 - rebuild with python-2.7.2
 - add BuildRequires: python-setuptools

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

@@ -2,7 +2,7 @@
 
 Name: python-beaker
 Version: 1.6.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Summary: WSGI middleware layer to provide sessions
 Summary(ja): セッションを提供するための WSGI ミドルウェアレイヤ
 
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.4-2
+- rebuild with VineSeed environment
+
 * Fri Sep 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.4-1
 - new upstream release
 

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

@@ -2,7 +2,7 @@
 Summary:	Python bindings for Berkeley DB
 Summary(ja): 	Berkeley DB 用 python バインディング
 Name:		python-bsddb3
-Version:	5.3.0
+Version:	6.0.1
 Release: 	1%{?_dist_release}
 Source0:	http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
 License:	MIT
@@ -16,6 +16,8 @@ BuildRequires:	db4-devel
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 python-bsddb3 are the Python "bindings" for the excellent Oracle Berkeley DB. 
@@ -62,6 +64,9 @@ Requires: %{name} = %{version}-%{release}
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.1-1
+- new upstream release
+
 * Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.3.0-1
 - initial build
 

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

@@ -1,7 +1,7 @@
 Summary:	A python interface to constant database files (cdb)
 Name:		python-cdb
 Version:	0.32
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Source0:	http://pilcrow.madison.wi.us/python-cdb/%{name}-%{version}.tar.gz
 License:	GPL
 Group:		Development/Languages
@@ -46,6 +46,9 @@ python setup.py install \
 %doc ChangeLog README COPYING Example
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32-3
+- rebuild with VineSeed environment
+
 * Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.32-2
 - rebuilt with python-2.6
 

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

@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-chardet
-Version:        2.1.1
+Version:        2.2.1
 Release:        1%{?_dist_release}
 Summary:        Character encoding auto-detection in Python
 Summary(ja):    Python で文字エンコーディングを自動検出
@@ -17,6 +17,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Character encoding auto-detection in Python. As 
 smart as your browser. Open source.
@@ -34,7 +37,6 @@ smart as your browser. Open source.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-chmod -x COPYING
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,13 +44,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
+%doc LICENSE
 # For noarch packages: sitelib
-%{_bindir}/chardetect.py
+%{_bindir}/chardetect
 %{python_sitelib}/*
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
+- new upstream release
+
 * Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.1-1
 - new upstream release
 - changed Source0 and URL

+ 11 - 11
p/python-cherrypy/python-cherrypy-vl.spec

@@ -1,15 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-cherrypy
-Version:        3.1.2
-Release:        2%{?_dist_release}
+Version:        3.2.4
+Release:        1%{?_dist_release}
 Summary:        Pythonic, object-oriented web development framework
 Group:          Development/Libraries
 License:        BSD
 URL:            http://www.cherrypy.org/
 Source0:        http://download.cherrypy.org/cherrypy/%{version}/CherryPy-%{version}.tar.gz
-Patch0:         python-cherrypy-tutorial-doc.patch
-Patch1: python-cherrypy-changederrormessage.patch
+Patch0:			python-cherrypy-3.2.4-tutorial-doc.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -19,6 +18,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  tidy
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 CherryPy allows developers to build web applications in much the same way 
 they would build any other object-oriented Python program. This usually 
@@ -27,7 +29,6 @@ results in smaller source code developed in less time.
 %prep
 %setup -q -n CherryPy-%{version}
 %patch0 -p1
-%patch1 -p1 -b .errmsg
 
 %{__sed} -i 's/\r//' README.txt cherrypy/tutorial/README.txt cherrypy/tutorial/tutorial.conf
 
@@ -38,12 +39,6 @@ results in smaller source code developed in less time.
 %__rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
-%check
-cd cherrypy/test
-# The tidy tool test needs tidy in the test dir
-ln -s %{_bindir}/tidy tidy
-PYTHONPATH='../../' %{__python} test.py --dumb
-
 %clean
 %__rm -rf $RPM_BUILD_ROOT
 
@@ -55,6 +50,11 @@ PYTHONPATH='../../' %{__python} test.py --dumb
 %{python_sitelib}/*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.4-1
+- update to 3.2.4
+- update Patch0 (python-cherrypy-3.2.4-tutorial-doc.patch)
+- remove Patch1 (python-cherrypy-changederrormessage.patch)
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-2
 - rebuild with python-2.7.2
 

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

@@ -3,7 +3,7 @@
 
 Name:           python-clientform
 Version:        0.2.7
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Python module for client-side HTML forms
 Summary(ja):	クライアントサイドの HTML フォーム用 Python モジュール
 
@@ -17,6 +17,8 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 ClientForm is a Python module for handling HTML forms on the client side,
@@ -51,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-3
 - rebuild with python-2.7.2
 

+ 6 - 2
x/xscreensaver/xscreensaver-vl.spec

@@ -12,7 +12,7 @@ Buildroot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Summary:         X screen saver and locker
 Summary(ja):     X ウィンドウシステム・スクリーンセーバ
 Name:            xscreensaver
-Version:         5.20
+Version:         5.26
 Release:         1%{?_dist_release}
 Epoch:		 1
 License:         BSD
@@ -253,6 +253,7 @@ sed -i.icon -e 's|xscreensaver\.xpm|xscreensaver|' \
 %build
 autoconf
 
+chmod 755 ./config.guess
 archdir=`./config.guess`
 mkdir $archdir
 cd $archdir
@@ -529,6 +530,9 @@ exit 0
 %defattr(-,root,root,-)
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.26-1
+- new upstream release
+
 * Sat Oct 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 5.20-1
 - new upstream release
 
@@ -848,7 +852,7 @@ exit 0
 - updated from 2.10 to 2.16
 - added buildroot
 
-* Wed Oct 25 1997 Marc Ewing <marc@redhat.com>
+* Sat Oct 25 1997 Marc Ewing <marc@redhat.com>
 - wmconfig
 
 * Thu Oct 23 1997 Marc Ewing <marc@redhat.com>