rpms/pytyrant/devel import.log, NONE, 1.1 pytyrant.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Tue Mar 31 06:52:25 UTC 2009


Author: silas

Update of /cvs/pkgs/rpms/pytyrant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23616/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pytyrant.spec 
Log Message:
Initial Fedora commit



--- NEW FILE import.log ---
pytyrant-1_1_17-1_fc10:HEAD:pytyrant-1.1.17-1.fc10.src.rpm:1238457129


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

Name:           pytyrant
Version:        1.1.17
Release:        1%{?dist}
Summary:        A pure python client impelementation of Tokyo Tyrant

Group:          Development/Languages
License:        MIT
URL:            http://code.google.com/p/pytyrant/
Source0:        http://pypi.python.org/packages/source/p/pytyrant/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
pytyrant is a pure python client implementation of the binary Tokyo Tyrant
protocol.

%prep
%setup -q

%build
%{__python} setup.py build

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE.txt PKG-INFO README
%{python_sitelib}/*

%changelog
* Thu Mar 26 2009 Silas Sewell <silas at sewell ch> - 1.1.17-1
- Update to 1.1.17
- Update package name to conform to Fedora naming standards
- Removed unneeded requires
- Change define to global

* Wed Mar 11 2009 Silas Sewell <silas at sewell ch> - 1.1.11-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pytyrant/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2009 21:50:57 -0000	1.1
+++ .cvsignore	31 Mar 2009 06:51:55 -0000	1.2
@@ -0,0 +1 @@
+pytyrant-1.1.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pytyrant/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2009 21:50:57 -0000	1.1
+++ sources	31 Mar 2009 06:51:55 -0000	1.2
@@ -0,0 +1 @@
+d899ba45db95f8c8e84bebf0f1ace59a  pytyrant-1.1.17.tar.gz




More information about the fedora-extras-commits mailing list