]> git.pld-linux.org Git - packages/python-egenix-mx-base.git/commitdiff
- original spec, will be rewritten
authorwrobell <wrobell@pld-linux.org>
Tue, 29 May 2001 09:38:17 +0000 (09:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-egenix-mx-base.spec -> 1.1

python-egenix-mx-base.spec [new file with mode: 0644]

diff --git a/python-egenix-mx-base.spec b/python-egenix-mx-base.spec
new file mode 100644 (file)
index 0000000..f4eae0b
--- /dev/null
@@ -0,0 +1,46 @@
+%define name egenix-mx-base
+%define version 2.0.1
+%define release 1
+
+Summary: eGenix mx-Extensions for Python - BASE package
+Name: %{name}
+Version: %{version}
+Release: %{release}
+Source0: %{name}-%{version}.tar.gz
+Copyright: Copyright (c) 1997-2001, Marc-Andre Lemburg, All Rights Reserved; Copyright (c) 2000-2001, eGenix.com Software GmbH, All Rights Reserved
+Group: Development/Libraries
+BuildRoot: %{_tmppath}/%{name}-buildroot
+Prefix: %{_prefix}
+Vendor: eGenix.com Software GmbH, Langenfeld, Germany <info@egenix.com>
+Packager: Marc-Andre Lemburg <mal@egenix.com>
+Url: http://www.lemburg.com/python/mxExtensions.html
+
+%description
+The eGenix 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.
+
+This software is brought to you by eGenix.com and
+distributed under the eGenix.com Public License.
+
+
+%prep
+%setup
+
+%build
+env CFLAGS="$RPM_OPT_FLAGS" /usr/local/bin/python1.5 setup.py build
+
+%install
+/usr/local/bin/python1.5 setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f INSTALLED_FILES
+%defattr(-,root,root)
+%doc README mx/Doc mx/DateTime/Doc mx/Proxy/Doc mx/BeeBase/Doc mx/Queue/Doc mx/Stack/Doc mx/TextTools/Doc mx/Tools/Doc mx/DateTime/LICENSE mx/DateTime/COPYRIGHT
This page took 0.725839 seconds and 4 git commands to generate.