Mercurial > libpst
comparison libpst.spec.in @ 337:387655bdc5cb
Old dependency filter breaks file coloring
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 Sep 2013 16:54:25 -0700 |
parents | f1595a84790b |
children | fab6df5d16d4 |
comparison
equal
deleted
inserted
replaced
336:f1595a84790b | 337:387655bdc5cb |
---|---|
37 Summary: Python bindings for libpst | 37 Summary: Python bindings for libpst |
38 Group: Development/Libraries | 38 Group: Development/Libraries |
39 Requires: python | 39 Requires: python |
40 Requires: %{name}-libs = %{version}-%{release} | 40 Requires: %{name}-libs = %{version}-%{release} |
41 | 41 |
42 %global __provides_exclude_from | 42 %if 0%{?fedora} >= 20 |
43 %{?__provides_exclude_from:%__provides_exclude_from|}^ | 43 %global __provides_exclude_from |
44 %{python_sitearch}/_.*\.so$ | 44 %{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$ |
45 %else | |
46 %{?filter_setup: | |
47 %filter_provides_in %{python_sitearch}/_.*\.so$ | |
48 %filter_setup | |
49 %endif | |
50 | |
45 | 51 |
46 %description python | 52 %description python |
47 The libpst-python package allows you to use the libpst shared object | 53 The libpst-python package allows you to use the libpst shared object |
48 from python code. | 54 from python code. |
49 | 55 |