rpms/python-uuid/EL-4 import.log, NONE, 1.1 python-uuid.spec, NONE, 1.1 uuid.README.txt, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ray Van Dolson rayvd at fedoraproject.org
Mon Feb 9 16:12:24 UTC 2009


Author: rayvd

Update of /cvs/pkgs/rpms/python-uuid/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31936/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-uuid.spec uuid.README.txt 
Log Message:
Initial import


--- NEW FILE import.log ---
python-uuid-1_30-3_el5:EL-4:python-uuid-1.30-3.el5.src.rpm:1234195886


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

Name:           python-%{pkgname}
Version:        1.30
Release:        3%{?dist}
Summary:        Python interface to RFC 4122 compliant UUID objects
Group:          Development/Languages
License:        Python
URL:            http://zesty.ca/python/
Source0:        http://pypi.python.org/packages/source/u/uuid/%{pkgname}-%{version}.tar.gz
Source1:        http://zesty.ca/python/%{pkgname}.README.txt
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-devel >= 2.3
BuildRequires:  python-devel < 2.5
BuildArch:      noarch

%description
This module provides immutable UUID objects (class UUID) and the functions
uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
UUIDs as specified in RFC 4122.

This should be the same module included with Python 2.5 and later.

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

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%{__mkdir} -p %{buildroot}/%{_docdir}/%{name}-%{version}
%{__cp} -p %{SOURCE1} %{buildroot}/%{_docdir}/%{name}-%{version}/README.txt

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}-%{version}
%{python_sitelib}/*

%changelog
* Wed Feb 07 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.30-3
- Removed explicit python requires

* Wed Jan 21 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.30-2
- Changed to noarch

* Wed Dec 03 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 1.30-1
- Initial package


--- NEW FILE uuid.README.txt ---
The uuid.py module here is part of the standard library for
Python 2.5, distributed under the Python software license.

You can also obtain it from http://python.org/pypi/uuid/.

-- Ka-Ping Yee


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-uuid/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2009 22:00:24 -0000	1.1
+++ .cvsignore	9 Feb 2009 16:11:53 -0000	1.2
@@ -0,0 +1 @@
+uuid-1.30.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-uuid/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2009 22:00:24 -0000	1.1
+++ sources	9 Feb 2009 16:11:53 -0000	1.2
@@ -0,0 +1 @@
+639b310f1fe6800e4bf8aa1dd9333117  uuid-1.30.tar.gz




More information about the fedora-extras-commits mailing list