]> git.pld-linux.org Git - packages/python-pyilmbase.git/blob - python-pyilmbase.spec
- rebuild with boost 1.71
[packages/python-pyilmbase.git] / python-pyilmbase.spec
1 Summary:        Python bindings for the IlmBase libraries
2 Summary(pl.UTF-8):      Wiązania Pythona do bibliotek IlmBase
3 Name:           python-pyilmbase
4 Version:        2.2.1
5 Release:        2
6 License:        BSD
7 Group:          Libraries/Python
8 Source0:        http://download.savannah.gnu.org/releases/openexr/pyilmbase-%{version}.tar.gz
9 # Source0-md5:  363d99ecf7a4a03bb91ac427d86c01bd
10 Patch0:         %{name}-link.patch
11 URL:            http://www.openexr.com/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake >= 1.6.3
14 BuildRequires:  boost-python-devel
15 BuildRequires:  ilmbase-devel >= 2.2.1
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libtool >= 2:1.5
18 BuildRequires:  pkgconfig
19 BuildRequires:  python-devel
20 BuildRequires:  python-numpy-devel
21 BuildRequires:  rpm-pythonprov
22 Requires:       ilmbase >= 2.2.1
23 Requires:       python-modules
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 The PyIlmBase package provides python bindings for the IlmBase
28 libraries.
29
30 %description -l pl.UTF-8
31 Pakiet PyIlmBase dostarcza wiązania Pythona do bibliotek IlmBase.
32
33 %package devel
34 Summary:        Header files for IlmBase Python bindings
35 Summary(pl.UTF-8):      Pliki nagłówkowe wiązań Pyhona do bibliotek IlmBase
36 Group:          Development/Libraries
37 Requires:       %{name} = %{version}-%{release}
38 Requires:       boost-python-devel
39 Requires:       ilmbase-devel >= 2.2.1
40 Requires:       libstdc++-devel
41
42 %description devel
43 Header files for IlmBase Python bindings.
44
45 %description devel -l pl.UTF-8
46 Pliki nagłówkowe wiązań Pyhona do bibliotek IlmBase.
47
48 %prep
49 %setup -q -n pyilmbase-%{version}
50 %patch0 -p1
51
52 %build
53 %{__libtoolize}
54 %{__aclocal} -I m4
55 %{__autoconf}
56 %{__automake}
57 %configure \
58         --with-boost-python-libname=boost_python%(echo %{py_ver} | tr -d .)
59
60 # g++ eats a lot of memory, don't run many in parallel
61 %{__make} -j1
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 # parallel build fails at libPyImath/imathmodule install
67 %{__make} -j1 install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libPy*.la \
71         $RPM_BUILD_ROOT%{py_sitedir}/*.la
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc AUTHORS COPYING ChangeLog NEWS README
79 %attr(755,root,root) %{_libdir}/libPyIex.so.*.*.*
80 %attr(755,root,root) %ghost %{_libdir}/libPyIex.so.23
81 %attr(755,root,root) %{_libdir}/libPyImath.so.*.*.*
82 %attr(755,root,root) %ghost %{_libdir}/libPyImath.so.23
83 %attr(755,root,root) %{py_sitedir}/iexmodule.so
84 %attr(755,root,root) %{py_sitedir}/imathmodule.so
85 %attr(755,root,root) %{py_sitedir}/imathnumpymodule.so
86
87 %files devel
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_libdir}/libPyIex.so
90 %attr(755,root,root) %{_libdir}/libPyImath.so
91 %{_includedir}/OpenEXR/PyIex*.h
92 %{_includedir}/OpenEXR/PyIlmBaseConfig.h
93 %{_includedir}/OpenEXR/PyImath*.h
94 %{_pkgconfigdir}/PyIlmBase.pc
95 %{_aclocaldir}/pyilmbase.m4
This page took 0.027499 seconds and 3 git commands to generate.