rpms/python-cerealizer/devel python-cerealizer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: spot

Update of /cvs/extras/rpms/python-cerealizer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv434/devel

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

initial import



--- 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-cerealizer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Nov 2007 16:32:25 -0000	1.1
+++ .cvsignore	17 Nov 2007 16:35:47 -0000	1.2
@@ -0,0 +1 @@
+Cerealizer-0.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-cerealizer/devel/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:35:47 -0000	1.2
@@ -0,0 +1 @@
+c8dc088abeb99693a8192fd7c054df55  Cerealizer-0.6.tar.bz2




More information about the fedora-extras-commits mailing list