rpms/pycryptopp/devel import.log, NONE, 1.1 pycryptopp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof ruben at fedoraproject.org
Mon Nov 16 10:41:06 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/pycryptopp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4339/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pycryptopp.spec 
Log Message:
Initial import into devel



--- NEW FILE import.log ---
pycryptopp-0_5_17-3_fc11:HEAD:pycryptopp-0.5.17-3.fc11.src.rpm:1258368050


--- NEW FILE pycryptopp.spec ---
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           pycryptopp
Version:        0.5.17
Release:        3%{?dist}
Summary:        Python wrappers for the Crypto++ library

Group:          Development/Languages
License:        GPLv2+
URL:            http://allmydata.org/trac/pycryptopp
Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel, cryptopp-devel, python-setuptools

%description
PyCryptopp is a set of Python wrappers for a few
of the best crypto algorithms from the Crypto++ library
(including SHA-256, AES, RSA signatures and Elliptic Curve DSA signatures).

%prep
%setup -q


%build
CFLAGS="%{optflags}" %{__python} setup.py build --disable-embedded-cryptopp


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_docdir}/%{name}/


 
%clean
rm -rf %{buildroot}

%check
CFLAGS="%{optflags}" %{__python} setup.py test

# tests are done, remove them
rm -rf %{buildroot}%{python_sitearch}/%{name}/test/
rm -rf %{buildroot}%{python_sitearch}/%{name}/testvectors/


%files
%defattr(-,root,root,-)
%doc COPYING.GPL COPYING.TGPPL.html README.txt
%{python_sitearch}/*


%changelog
* Thu Sep 24 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.17-3
- Upstream released new version

* Mon Sep 14 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.15-3
- Review cleanup (#521719)

* Wed Sep 09 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.15-2
- Fix segfaults (upstream change #669)

* Tue Sep 08 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.15-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pycryptopp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Nov 2009 19:38:42 -0000	1.1
+++ .cvsignore	16 Nov 2009 10:41:06 -0000	1.2
@@ -0,0 +1 @@
+pycryptopp-0.5.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pycryptopp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Nov 2009 19:38:42 -0000	1.1
+++ sources	16 Nov 2009 10:41:06 -0000	1.2
@@ -0,0 +1 @@
+b3d19e7203531f8bd241ae58062f99e4  pycryptopp-0.5.17.tar.gz




More information about the fedora-extras-commits mailing list