Author: sparky Date: Sun Jan 23 15:26:00 2011 GMT Module: packages Tag: HEAD ---- Log message: - BR: libstdc++-devel - dropped unused BR: autoconf
---- Files affected: packages/python-PyKCS11: python-PyKCS11.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/python-PyKCS11/python-PyKCS11.spec diff -u packages/python-PyKCS11/python-PyKCS11.spec:1.3 packages/python-PyKCS11/python-PyKCS11.spec:1.4 --- packages/python-PyKCS11/python-PyKCS11.spec:1.3 Thu Jul 8 10:31:43 2010 +++ packages/python-PyKCS11/python-PyKCS11.spec Sun Jan 23 16:25:55 2011 @@ -7,10 +7,10 @@ Release: 2 License: GPL Group: Libraries/Python -Source0: http://dl.sourceforge.net/pkcs11wrap/%{rname}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/pkcs11wrap/%{rname}-%{version}.tar.gz # Source0-md5: f1be0bcef765a36e4362342c5df49eef URL: http://www.bit4id.org/trac/pykcs11 -BuildRequires: autoconf >= 2.59c +BuildRequires: libstdc++-devel BuildRequires: python-devel >= 1:2.5 BuildRequires: rpm-pythonprov %pyrequires_eq python-modules @@ -40,10 +40,10 @@ %files %defattr(644,root,root,755) -%dir %{python_sitearch}/PyKCS11 -%{python_sitearch}/PyKCS11/*.py[co] -%attr(755,root,root) %{python_sitearch}/PyKCS11/*.so -%{python_sitearch}/*.egg-info +%dir %{py_sitedir}/PyKCS11 +%{py_sitedir}/PyKCS11/*.py[co] +%attr(755,root,root) %{py_sitedir}/PyKCS11/*.so +%{py_sitedir}/*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -51,6 +51,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2011/01/23 15:25:55 sparky +- BR: libstdc++-devel +- dropped unused BR: autoconf + Revision 1.3 2010/07/08 08:31:43 arekm - release 2 @@ -59,4 +63,3 @@ Revision 1.1 2009/03/04 11:57:43 arekm - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PyKCS11/python-PyKCS11.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
