rpms/pycryptopp/devel .cvsignore, 1.2, 1.3 pycryptopp.spec, 1.3, 1.4 sources, 1.2, 1.3 pycryptopp-do_not_regenerate_darcs_stuff.patch, 1.1, NONE

Ruben Kerkhof ruben at fedoraproject.org
Thu Jun 24 16:09:36 UTC 2010


Author: ruben

Update of /cvs/pkgs/rpms/pycryptopp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22055

Modified Files:
	.cvsignore pycryptopp.spec sources 
Removed Files:
	pycryptopp-do_not_regenerate_darcs_stuff.patch 
Log Message:
* Thu Jun 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.19-1
- Upstream released new version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pycryptopp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	16 Nov 2009 10:41:06 -0000	1.2
+++ .cvsignore	24 Jun 2010 16:09:36 -0000	1.3
@@ -1 +1 @@
-pycryptopp-0.5.17.tar.gz
+pycryptopp-0.5.19.tar.gz


Index: pycryptopp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pycryptopp/devel/pycryptopp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- pycryptopp.spec	21 Dec 2009 12:21:02 -0000	1.3
+++ pycryptopp.spec	24 Jun 2010 16:09:36 -0000	1.4
@@ -1,8 +1,8 @@
 %{!?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:        5%{?dist}
+Version:        0.5.19
+Release:        1%{?dist}
 Summary:        Python wrappers for the Crypto++ library
 
 Group:          Development/Languages
@@ -18,12 +18,9 @@ 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
 
-Patch0:         pycryptopp-do_not_regenerate_darcs_stuff.patch
-
 %description
 PyCryptopp is a set of Python wrappers for a few
 of the best crypto algorithms from the Crypto++ library
@@ -31,7 +28,6 @@ of the best crypto algorithms from the C
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -39,15 +35,10 @@ CFLAGS="%{optflags}" %{__python} setup.p
 
 
 %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
 
@@ -59,10 +50,14 @@ rm -rf %{buildroot}%{python_sitearch}/%{
 %files
 %defattr(-,root,root,-)
 %doc COPYING.GPL COPYING.TGPPL.html README.txt ChangeLog copyright
-%{python_sitearch}/*
+%{python_sitearch}/%{name}
+%{python_sitearch}/%{name}-%{version}-*.egg-info
 
 
 %changelog
+* Thu Jun 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.19-1
+- Upstream released new version
+
 * Mon Dec 21 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.17-5
 - Rebuild for new cryptopp
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pycryptopp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 Nov 2009 10:41:06 -0000	1.2
+++ sources	24 Jun 2010 16:09:36 -0000	1.3
@@ -1 +1 @@
-b3d19e7203531f8bd241ae58062f99e4  pycryptopp-0.5.17.tar.gz
+3bc9fc3b4d6d815394881621cdeaab53  pycryptopp-0.5.19.tar.gz


--- pycryptopp-do_not_regenerate_darcs_stuff.patch DELETED ---



More information about the scm-commits mailing list