rpms/python-cerealizer/F-7 python-cerealizer.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Nov 17 16:50:52 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/python-cerealizer/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1530/F-7

Modified Files:
	sources 
Added Files:
	python-cerealizer.spec 
Log Message:

Branch it out.



--- NEW FILE python-cerealizer.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:			python-cerealizer
Summary: 		Secure pickle-like module
Version:		0.6
Release:		2%{?dist}
License:		Python
Group:			Development/Tools
Source0:		http://download.gna.org/soya/Cerealizer-%{version}.tar.bz2
URL:			http://home.gna.org/oomadness/en/cerealizer/index.html
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:		noarch
BuildRequires:		python-devel

%description
Cerealizer is a secure pickle-like module. It support basic types (int, string,
unicode, tuple, list, dict, set,...), old and new-style classes (you need to 
register the class for security), object cycles, and it can be extended to 
support C-defined type.

%prep
%setup -q -n Cerealizer-%{version}

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

%check
export PYTHONPATH=$RPM_BUILD_ROOT/%{python_sitelib}
%{__python} test/regtest.py

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README PKG-INFO
%{python_sitelib}/cerealizer/

%changelog
* Sat Nov 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.6-2
- add check

* Wed Nov 14 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.6-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-cerealizer/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Nov 2007 16:32:25 -0000	1.1
+++ sources	17 Nov 2007 16:50:13 -0000	1.2
@@ -0,0 +1 @@
+c8dc088abeb99693a8192fd7c054df55  Cerealizer-0.6.tar.bz2




More information about the fedora-extras-commits mailing list