]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- pass pymoddir (for lib64 support), strict internal deps
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Mar 2004 23:36:06 +0000 (23:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal.spec -> 1.8

gdal.spec

index 04a6787fa3e42e403c70752638efed0c9312dc3a..4116d716809337ca963f387cd4e119d0f0743e71 100644 (file)
--- a/gdal.spec
+++ b/gdal.spec
@@ -56,7 +56,7 @@ mo
 Summary:       GDAL library header files
 Summary(pl):   Pliki nag³ówkowe biblioteki GDAL
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 GDAL library header files.
@@ -68,7 +68,7 @@ Pliki nag
 Summary:       GDAL static libraries
 Summary(pl):   Statyczne biblioteki GDAL
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 GDAL static libraries.
@@ -80,7 +80,7 @@ Statyczne biblioteki GDAL.
 Summary:       GDAL Python module
 Summary(pl):   Modu³ Pythona GDAL
 Group:         Libraries/Python
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description -n python-gdal
 GDAL Python module.
@@ -98,6 +98,7 @@ Modu
 %build
 %{__autoconf}
 %configure \
+       --with-pymoddir=%{py_sitedir} \
        --with-xerces \
        --with-xerces-inc=/usr/include/xercesc \
        --with-xerces-lib="-lxerces-c" \
This page took 0.079117 seconds and 4 git commands to generate.