SPECS: python-mx-base.spec (NEW) - initital based on DAG

undefine undefine at pld-linux.org
Wed Nov 30 02:24:04 CET 2005


Author: undefine                     Date: Wed Nov 30 01:24:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initital based on DAG

---- Files affected:
SPECS:
   python-mx-base.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-mx-base.spec
diff -u /dev/null SPECS/python-mx-base.spec:1.1
--- /dev/null	Wed Nov 30 02:24:04 2005
+++ SPECS/python-mx-base.spec	Wed Nov 30 02:23:58 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+%define		real_name	egenix-mx-base
+Summary:	mx-base libraries for Python
+Summary(pl):	Biblioteki mx-base dla Pythona
+Name:		python-mx-base
+Version:	2.0.6
+Release:	0.1
+License:	Egenix.com Public License
+Group:		Development/Libraries
+URL:		http://www.lemburg.com/files/python/eGenix-mx-Extensions.html
+Source0:	http://www.egenix.com/files/python/%{real_name}-%{version}.tar.gz
+# Source0-md5:	66841151728a06f92d0b8dd2ed317a29
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The mx Extension Series are a collection of Python extensions written
+in ANSI C and Python which provide a large spectrum of useful
+additions to everyday Python programming.
+
+The BASE package includes the Open Source subpackages of the series
+and is needed by all other add-on packages of the series.
+
+%description
+Seria rozszerzeń mx jest zbiorem rozszerzeń pythona napisanych w
+czystym C i pythonie, która udostępnia szeroki zakres użytecznych
+dodaktów do codziennego programowania w Pythonie.
+
+Pakiet BASE zawiera dostępne na licencji OpenSource podpakiety, oraz
+wszystko wymagane przez inne dodatki i serie.
+
+%prep
+%setup -q -n %{real_name}-%{version}
+
+%build
+CFLAGS="%{rpmcflags}"
+export CFLAGS
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+	--root=$RPM_BUILD_ROOT --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc mx/*/Doc/ mx/DateTime/COPYRIGHT mx/DateTime/LICENSE mx/Doc/ README
+%{py_sitescriptdir}/mx
+%{py_sitedir}/mx
+
+%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  2005/11/30 01:23:58  undefine
+- initital based on DAG
+
================================================================



More information about the pld-cvs-commit mailing list