]> git.pld-linux.org Git - packages/python-egenix-mx-base.git/blobdiff - python-egenix-mx-base.spec
- adapterized.
[packages/python-egenix-mx-base.git] / python-egenix-mx-base.spec
index a8dccdd7995bab4bd298ac558f417320c5c0eef7..dfba6592768474cb53a45d5ce13688aae634161a 100644 (file)
@@ -1,20 +1,24 @@
+%include       /usr/lib/rpm/macros.python
 
-%include /usr/lib/rpm/macros.python
 %define module egenix-mx-base
 %define mxdir %{py_sitedir}/mx
 
 Summary:       eGenix mx-Extensions for Python
 Summary(pl):   eGenix mx-Extensions dla jêzyka Python
 Name:          python-%{module}
-Version:       2.0.1
-Release:       3
+Version:       2.0.3
+Release:       1
 License:       distributable
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/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.1
+BuildRequires: python-devel >= 2.2
+BuildRequires: python-modules >= 2.2
 BuildRequires: rpm-pythonprov
 %requires_eq   python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,7 +43,10 @@ Summary:     Date and time Python extension
 Summary(pl):   Obiekty daty i czasu dla jêzyka Python
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -86,7 +93,10 @@ Summary:     Efficient text manipulation extensions for Python
 Summary(pl):   Wydajne manipulowanie tekstem w jêzyku Python
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -120,7 +130,10 @@ Summary:   Stack implementation for Python
 Summary(pl):   Implementacja stosu dla jêzyka Python
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -140,7 +153,10 @@ Summary:   Queue implementation for Python
 Summary(pl):   Implementacja kolejki dla jêzyka Python
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -160,7 +176,10 @@ Summary:   Some handy functions and objects which provides new builtins for Python
 Summary(pl):   Kilka u¿ytecznych klas i funkcji w postaci wew. mechanizmów Pythona
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -194,7 +213,10 @@ Summary:   Support for Bastion like implementations for Python
 Summary(pl):   Wsparcie dla implementacji typu Bastion dla jêzyka Python
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -232,7 +254,10 @@ Summary:   High performance construction kit for disk based indexed databases (B+T
 Summary(pl):   Wysokiej jako¶ci pakiet do tworzenia indeksowanych baz danych (B+Tree)
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
+Group(es):     Desarrollo/Lenguages/Python
+Group(fr):     Development/Langues/Python
 Group(pl):     Programowanie/Jêzyki/Python
+Group(pt):     Desenvolvimento/Línguas/Python
 %requires_eq   python
 Requires:      python-%{module} = %{version}
 
@@ -273,14 +298,14 @@ env CFLAGS="%{rpmcflags}" python setup.py build
 rm -rf $RPM_BUILD_ROOT
 python setup.py install --root=$RPM_BUILD_ROOT
 
-gzip -9nf README mx/LICENSE mx/COPYRIGHT mx/Doc/*.txt
+gzip -9nf README mx/LICENSE mx/COPYRIGHT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz mx/*.gz mx/Doc/*.gz mx/Doc/mx{Extensions,License}.html
+%doc *.gz mx/*.gz mx/Doc/mxLicense.html
 %dir %{mxdir}
 %{mxdir}/*.py[co]
 
This page took 0.076475 seconds and 4 git commands to generate.