]> git.pld-linux.org Git - packages/python-pyilmbase.git/blobdiff - python-pyilmbase.spec
- release 3 (boost 1.73)
[packages/python-pyilmbase.git] / python-pyilmbase.spec
index 8e24e5c95fe62b0aa1c987deb523a7dc29d9e5a0..9b24a1801603d8c1e5e5c89c693d877d7365acb7 100644 (file)
@@ -1,26 +1,25 @@
 Summary:       Python bindings for the IlmBase libraries
 Summary(pl.UTF-8):     Wiązania Pythona do bibliotek IlmBase
 Name:          python-pyilmbase
-Version:       2.1.0
-Release:       1
+Version:       2.2.1
+Release:       3
 License:       BSD
 Group:         Libraries/Python
 Source0:       http://download.savannah.gnu.org/releases/openexr/pyilmbase-%{version}.tar.gz
-# Source0-md5: af1115f4d759c574ce84efcde9845d29
+# Source0-md5: 363d99ecf7a4a03bb91ac427d86c01bd
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-am.patch
 URL:           http://www.openexr.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6.3
 BuildRequires: boost-python-devel
-BuildRequires: ilmbase-devel >= 2.1.0
+BuildRequires: ilmbase-devel >= 2.2.1
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
 BuildRequires: pkgconfig
 BuildRequires: python-devel
 BuildRequires: python-numpy-devel
 BuildRequires: rpm-pythonprov
-Requires:      ilmbase >= 2.1.0
+Requires:      ilmbase >= 2.2.1
 Requires:      python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,7 +36,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe wiązań Pyhona do bibliotek IlmBase
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      boost-python-devel
-Requires:      ilmbase-devel >= 2.1.0
+Requires:      ilmbase-devel >= 2.2.1
 Requires:      libstdc++-devel
 
 %description devel
@@ -49,14 +48,14 @@ Pliki nagłówkowe wiązań Pyhona do bibliotek IlmBase.
 %prep
 %setup -q -n pyilmbase-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --with-boost-python-libname=boost_python%(echo %{py_ver} | tr -d .)
 
 # g++ eats a lot of memory, don't run many in parallel
 %{__make} -j1
@@ -78,9 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libPyIex.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libPyIex.so.2
+%attr(755,root,root) %ghost %{_libdir}/libPyIex.so.23
 %attr(755,root,root) %{_libdir}/libPyImath.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libPyImath.so.2
+%attr(755,root,root) %ghost %{_libdir}/libPyImath.so.23
 %attr(755,root,root) %{py_sitedir}/iexmodule.so
 %attr(755,root,root) %{py_sitedir}/imathmodule.so
 %attr(755,root,root) %{py_sitedir}/imathnumpymodule.so
This page took 0.608311 seconds and 4 git commands to generate.