rpms/python-zope-event/devel import.log, NONE, 1.1 python-zope-event.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

konradm konradm at fedoraproject.org
Sun Aug 9 05:24:05 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/python-zope-event/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6687/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-zope-event.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-zope-event-3_4_1-1_fc11:HEAD:python-zope-event-3.4.1-1.fc11.src.rpm:1249795346


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

Name:           python-zope-event
Version:        3.4.1
Release:        1%{?dist}
Summary:        Zope Event Publication
Group:          Development/Languages
License:        ZPLv2.1
URL:            http://pypi.python.org/pypi/zope.event/
Source0:        http://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-zope-testing
Requires:       python-zope-filesystem


%description
The zope.event package provides a simple event system. It provides
an event publishing system and a very simple event-dispatching system
on which more sophisticated event dispatching systems can be built.
(For example, a type-based event dispatching system that builds on
zope.event can be found in zope.component.)


%prep
%setup -q -n zope.event-%{version}


%build
%{__python} setup.py build


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


%check
%{__python} setup.py test

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/zope/*
%{python_sitelib}/zope.event*


%changelog
* Sun Jul 5 2009 Conrad Meyer <konrad at tylerc.org> - 3.4.1-1
- Add missing BR on python-setuptools.
- Enable testing stuff as zope-testing is in devel.

* Sun Dec 14 2008 Conrad Meyer <konrad at tylerc.org> - 3.4.0-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-event/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jul 2009 03:40:41 -0000	1.1
+++ .cvsignore	9 Aug 2009 05:24:04 -0000	1.2
@@ -0,0 +1 @@
+zope.event-3.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-event/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jul 2009 03:40:41 -0000	1.1
+++ sources	9 Aug 2009 05:24:04 -0000	1.2
@@ -0,0 +1 @@
+dedf8ec89b7852745accbee4aa5110e2  zope.event-3.4.1.tar.gz




More information about the scm-commits mailing list