]> git.pld-linux.org Git - packages/python-egenix-mx-base.git/commitdiff
- fixed install
authorgrzegol <grzegol@pld-linux.org>
Tue, 17 Feb 2004 23:57:58 +0000 (23:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- strict internal deps

Changed files:
    python-egenix-mx-base.spec -> 1.38

python-egenix-mx-base.spec

index 7b614e68df52c49ec4477e0566a8ae436aaf7d1e..082dd21b4385b08a0ade51e0c04c1a5a7bd1d4eb 100644 (file)
@@ -55,7 +55,7 @@ Summary:      Date and time Python extension
 Summary(pl):   Obiekty daty i czasu dla jêzyka Python
 Group:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-DateTime
 mxDateTime is an extension package that provides three new object
@@ -99,7 +99,7 @@ dacie i czasie.
 Summary:       Headers for date and time Python extension
 Summary(pl):   Nag³ówki modu³ów daty i czasu
 Group:         Development/Languages/Python
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description -n python-mx-DateTime-devel
 Headers for date and time Python extension.
@@ -112,7 +112,7 @@ Summary:    Efficient text manipulation extensions for Python
 Summary(pl):   Wydajne manipulowanie tekstem w jêzyku Python
 Group:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-TextTools
 mxTextTools is an extension package for Python that provides several
@@ -144,7 +144,7 @@ Summary:    Stack implementation for Python
 Summary(pl):   Implementacja stosu dla jêzyka Python
 Group:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-Stack
 mxStack is an extension package that provides a new object type called
@@ -162,7 +162,7 @@ Summary:    Queue implementation for Python
 Summary(pl):   Implementacja kolejki dla jêzyka Python
 Group:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-Queue
 mxQueue is an extension package that provides a new object type called
@@ -180,7 +180,7 @@ 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:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-Tools
 mxTools is an extension package that includes a collection of handy
@@ -212,7 +212,7 @@ Summary:    Support for Bastion like implementations for Python
 Summary(pl):   Wsparcie dla implementacji typu Bastion dla jêzyka Python
 Group:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-Proxy
 mxProxy is an extension package that provides a new type that is
@@ -248,7 +248,7 @@ 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:         Libraries/Python
 %pyrequires_eq python
-Requires:      python-%{module} = %{version}
+Requires:      python-%{module} = %{version}-%{release}
 
 %description -n python-mx-BeeBase
 mxBeeBase is a high performance construction kit for disk based
@@ -287,7 +287,10 @@ env CFLAGS="%{rpmcflags}" python setup.py build
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{py_incdir}/mx
-python setup.py install --root=$RPM_BUILD_ROOT
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --install-purelib=%{py_sitedir}
+
 find $RPM_BUILD_ROOT%{py_sitedir} -name \*.h \
        -exec mv {} $RPM_BUILD_ROOT%{py_incdir}/mx \;
 
This page took 0.034618 seconds and 4 git commands to generate.