SPECS: python-distutils-extra.spec (NEW) - init

wolvverine wolvverine at pld-linux.org
Thu May 22 17:55:46 CEST 2008


Author: wolvverine                   Date: Thu May 22 15:55:46 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   python-distutils-extra.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-distutils-extra.spec
diff -u /dev/null SPECS/python-distutils-extra.spec:1.1
--- /dev/null	Thu May 22 17:55:46 2008
+++ SPECS/python-distutils-extra.spec	Thu May 22 17:55:41 2008
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define         module distutils-extra
+Summary:	python Distutils Extra module
+Summary(pl.UTF-8):	moduł języka Python - Distutils Extra
+Name:		python-distutils-extra
+Version:	1.91.2
+Release:	0.1
+License:	GPL
+Group:		Libraries/Python
+# from ubuntu
+Source0:	https://launchpad.net/ubuntu/hardy/+source/python-distutils-extra/1.91.2/+files/python-%{module}_%{version}.tar.gz
+# Source0-md5:	413ebd3e52c45437eaa36d1d9e6912fd
+URL:		http://www.glatzor.de/projects/python-distutils-extra/
+BuildRequires:	rpm-pythonprov
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python-distutils-extra allows to easily integrate themable icons,
+scrollkeeper based documentation and gettext based translations in
+your python install and build tools. It can be used with python's
+distutils or the enhanced setuptools.
+
+%prep
+%setup -q -n debian
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%py_postclean %{py_sitescriptdir}/%{module}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{py_sitescriptdir}/DistUtilsExtra
+%{py_sitescriptdir}/DistUtilsExtra/*.py[co]
+%dir %{py_sitescriptdir}/DistUtilsExtra/command
+%{py_sitescriptdir}/DistUtilsExtra/command/*.py[co]
+%{py_sitescriptdir}/python_distutils_extra-*-py*.egg-info
+
+%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  2008-05-22 15:55:41  wolvverine
+- init
+
================================================================


More information about the pld-cvs-commit mailing list