]> git.pld-linux.org Git - packages/python-PyKCS11.git/commitdiff
- BR: libstdc++-devel
authorsparky <sparky@pld-linux.org>
Sun, 23 Jan 2011 15:25:55 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped unused BR: autoconf

Changed files:
    python-PyKCS11.spec -> 1.4

python-PyKCS11.spec

index e82acd74b828479e37690c260f5594d4d8deeb2a..ec47100c91b3e7a67d5517f524b57c0a4edacbf0 100644 (file)
@@ -6,10 +6,10 @@ Version:      1.2.1
 Release:       2
 License:       GPL
 Group:         Libraries/Python
 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
 # 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
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
@@ -39,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %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
This page took 0.226484 seconds and 4 git commands to generate.