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

Ricky Zhou (周家杰) (ricky) fedora-extras-commits at redhat.com
Sun Jun 1 08:01:17 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-dictclient/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6409/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-dictclient.spec 
Log Message:
Initial import.



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

Name:           python-dictclient
Version:        1.0.1
Release:        1%{?dist}
Summary:        Python client for DICT protocol

Group:          Development/Languages
License:        GPLv2+
URL:            http://gopher.quux.org:70/devel/dictclient
Source0:        http://gopher.quux.org:70/devel/dictclient/dictclient_1.0.1.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  python-devel
%if 0%{?fedora} >= 8
BuildRequires: python-setuptools-devel
%else
BuildRequires: python-setuptools
%endif

%description
A client library for the DICT protocol.

%prep
%setup -q -n dictclient


%build
CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build


%install
%{__rm} -rf %{buildroot}
%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}

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


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING dictclient.html dictclient.txt README
%{python_sitelib}/dictclient.py*
%{python_sitelib}/*.egg-info


%changelog
* Sat Apr 05 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0.1-1
- Initial RPM Package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-dictclient/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 19:28:20 -0000	1.1
+++ .cvsignore	1 Jun 2008 08:00:37 -0000	1.2
@@ -0,0 +1 @@
+dictclient_1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-dictclient/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 19:28:20 -0000	1.1
+++ sources	1 Jun 2008 08:00:37 -0000	1.2
@@ -0,0 +1 @@
+0a677022c2ae311d8cbff8f67ce1ba21  dictclient_1.0.1.tar.gz




More information about the fedora-extras-commits mailing list