Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1633 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
14e991cfbf
2 changed files with 11 additions and 4 deletions
  1. 5 2
      p/python-crypto/python-crypto-vl.spec
  2. 6 2
      p/pywebkitgtk/pywebkitgtk-vl.spec

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

@@ -4,7 +4,7 @@
 Summary:	Cryptography library for Python
 Summary(ja):	Python 用 Cryptography ライブラリ
 Name:		python-crypto
-Version:	2.1.0
+Version:	2.2
 Release:	1%{?_dist_release}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
@@ -54,10 +54,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc README TODO ACKS ChangeLog LEGAL/ COPYRIGHT Doc/
-%{python_sitearch}/pycrypto-2.1.0-py2.6.egg-info
+%{python_sitelib}/pycrypto-2.2-py2.6.egg-info
 %{python_sitearch}/Crypto/
 
 %changelog
+* Sun Aug 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.2-1
+- new upstream release
+
 * Wed Jul 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.0-1
 - new upstream release
 - changed URL and SOURCE to new upstream

+ 6 - 2
p/pywebkitgtk/pywebkitgtk-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)")}
 
 Name:           pywebkitgtk
-Version:        1.1.7
+Version:        1.1.8
 Release:        1%{?_dist_release}
 Summary:        Python Bindings for WebKit-gtk
 Summary(ja):    WebKit-gtk の Python バインディング
@@ -12,7 +12,7 @@ URL:            http://code.google.com/p/pywebkitgtk/
 Source0:        http://pywebkitgtk.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
-#BuildArch:      
+#BuildArch:
 BuildRequires:  libxslt-devel
 BuildRequires:  libtool
 BuildRequires:  pygtk2-devel
@@ -50,9 +50,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README demos
 %{_datadir}/pywebkitgtk/defs/webkit-*.defs
+%{_libdir}/pkgconfig/*
 %{python_sitearch}/
 
 %changelog
+* Sun Aug 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.8-1
+- new upstream release
+
 * Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
 - initial build for VineSeed