Browse Source

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

kudoh 13 years ago
parent
commit
ab237d0fac
1 changed files with 8 additions and 4 deletions
  1. 8 4
      p/python-crypto/python-crypto-vl.spec

+ 8 - 4
p/python-crypto/python-crypto-vl.spec

@@ -4,8 +4,8 @@
 Summary:	Cryptography library for Python
 Summary(ja):	Python 用 Cryptography ライブラリ
 Name:		python-crypto
-Version:	2.2
-Release:	2%{?_dist_release}
+Version:	2.3
+Release:	1%{?_dist_release}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
 URL:		http://www.dlitz.net/software/pycrypto/
@@ -54,10 +54,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc README TODO ACKS ChangeLog LEGAL/ COPYRIGHT Doc/
-%{python_sitearch}/pycrypto-2.2-py2.6.egg-info
-%{python_sitearch}/Crypto/
+#%{python_sitearch}/pycrypto-2.2-py2.6.egg-info
+%{python_sitearch}/
 
 %changelog
+* Sat Aug 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3-1
+- new upstream release
+- changed %%files
+
 * Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2-2
 - fix %files (change directory from %{python_sitelib} to %{python_sitearch})