]> git.pld-linux.org Git - packages/python-egenix-mx-base.git/commitdiff
- Version 2.1 beta 5. NFY
authorMateusz Korniak <matkor@pld-linux.org>
Sun, 27 Apr 2003 13:16:02 +0000 (13:16 +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.30

python-egenix-mx-base.spec

index 90f000daf85f7a121a3d46461bef164a82ea2fa8..001a2383f26fd73a0a5645dc4565e69a76d5b4a9 100644 (file)
@@ -2,18 +2,23 @@
 
 %define                module egenix-mx-base
 %define                mxdir %{py_sitedir}/mx
+%define                beta_num 5 
+#2.1.0b5
+%define                fn_sufix 0b%{beta_num} 
 
 Summary:       eGenix mx-Extensions for Python
 Summary(pl):   eGenix mx-Extensions dla jêzyka Python
 Name:          python-%{module}
-Version:       2.0.4
-Release:       2
+Version:       2.1
+Release:       %{fn_sufix}
 License:       distributable
 Group:         Libraries/Python
-Source0:       http://www.lemburg.com/python/%{module}-%{version}.tar.gz
-URL:           http://www.lemburg.com/python/eGenix-mx-Extensions.html
-BuildRequires: python-devel >= 2.2.1
-BuildRequires: python-modules >= 2.2.1
+# Source0:     http://www.lemburg.com/python/%{module}-%{version}.tar.gz
+Source0:       http://www.egenix.com/files/python/%{module}-%{version}.%{fn_sufix}.tar.gz
+# URL:         http://www.lemburg.com/python/eGenix-mx-Extensions.html
+URL:           http://www.egenix.com/mailman-archives/egenix-users/2002-August/000078.html
+BuildRequires: python-devel >= 2.2.2
+BuildRequires: python-modules >= 2.2.2
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -272,7 +277,7 @@ wydajne B-drzewa zaimplementowane na podstawie Cookbook B+Tree Thomasa
 Newmanna.
 
 %prep
-%setup -q -n %{module}-%{version}
+%setup -q -n %{module}-%{version}.%{fn_sufix}
 
 %build
 env CFLAGS="%{rpmcflags}" python setup.py build
This page took 0.075585 seconds and 4 git commands to generate.