packages: python-dictclient/python-dictclient.spec (NEW) - new, based on fc...

glen glen at pld-linux.org
Wed Dec 15 12:29:39 CET 2010


Author: glen                         Date: Wed Dec 15 11:29:39 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, based on fc spec

---- Files affected:
packages/python-dictclient:
   python-dictclient.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-dictclient/python-dictclient.spec
diff -u /dev/null packages/python-dictclient/python-dictclient.spec:1.1
--- /dev/null	Wed Dec 15 12:29:39 2010
+++ packages/python-dictclient/python-dictclient.spec	Wed Dec 15 12:29:34 2010
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Python client for DICT protocol
+Name:		python-dictclient
+Version:	1.0.1
+Release:	1
+License:	GPL v2+
+Group:		Development/Languages
+URL:		http://gopher.quux.org:70/devel/dictclient
+Source0:	http://gopher.quux.org:70/devel/dictclient/dictclient_%{version}.tar.gz
+# Source0-md5:	0a677022c2ae311d8cbff8f67ce1ba21
+BuildRequires:	python-distribute
+BuildRequires:	rpmbuild(macros) >= 1.219
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A client library for the DICT protocol.
+
+%prep
+%setup -q -n dictclient
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+	--skip-build \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog dictclient.html dictclient.txt README
+%{py_sitescriptdir}/dictclient.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/dictclient-*.egg-info
+%endif
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/12/15 11:29:34  glen
+- new, based on fc spec
================================================================


More information about the pld-cvs-commit mailing list