rpms/python-zc-lockfile/devel import.log, NONE, 1.1 python-zc-lockfile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: konradm

Update of /cvs/pkgs/rpms/python-zc-lockfile/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8216/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-zc-lockfile.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-zc-lockfile-1_0_0-2_fc10:HEAD:python-zc-lockfile-1.0.0-2.fc10.src.rpm:1249795610


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

Name:           python-zc-lockfile
Version:        1.0.0
Release:        2%{?dist}
Summary:        Basic Inter-Process Locks
Group:          Development/Languages
License:        ZPLv2.1
URL:            http://pypi.python.org/pypi/zc.lockfile/
Source0:        http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-zope-testing


%description
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically
to lock files, but to simply provide locks with an implementation based
on file-locking primitives. Of course, these locks could be used to
mediate access to other files. For example, the ZODB file storage
implementation uses file locks to mediate access to file-storage
database files. The database files and lock file files are separate files.


%prep
%setup -q -n zc.lockfile-%{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}/*


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

* Mon Dec 15 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.0-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zc-lockfile/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jul 2009 03:39:58 -0000	1.1
+++ .cvsignore	9 Aug 2009 05:28:16 -0000	1.2
@@ -0,0 +1 @@
+zc.lockfile-1.0.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zc-lockfile/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jul 2009 03:39:58 -0000	1.1
+++ sources	9 Aug 2009 05:28:16 -0000	1.2
@@ -0,0 +1 @@
+6cf83766ef9935c33e240b0904c7a45e  zc.lockfile-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list