Mercurial > libpst
comparison libpst.spec.in @ 318:b08fd8813ffe
filter_provides is a regex, not a path, and is not available on el5
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 24 Dec 2012 18:49:59 -0800 |
parents | af6ae20be5ba |
children | 6fc49b69b1dc |
comparison
equal
deleted
inserted
replaced
317:af6ae20be5ba | 318:b08fd8813ffe |
---|---|
36 Summary: Python bindings for libpst | 36 Summary: Python bindings for libpst |
37 Group: Development/Libraries | 37 Group: Development/Libraries |
38 Requires: python | 38 Requires: python |
39 Requires: %{name}-libs = %{version}-%{release} | 39 Requires: %{name}-libs = %{version}-%{release} |
40 | 40 |
41 %filter_provides_in %{python_sitearch}/_*.so | 41 %{?filter_setup: |
42 %filter_provides_in %{python_sitearch}/_.*\.so$ | |
43 %filter_setup | |
44 } | |
42 | 45 |
43 %description python | 46 %description python |
44 The libpst-python package allows you to use the libpst shared object | 47 The libpst-python package allows you to use the libpst shared object |
45 from python code. | 48 from python code. |
46 | 49 |