comparison libpst.spec.in @ 399:05753b1906f9 stable-0-6-74

changes to build on centos 6
author Carl Byington <carl@five-ten-sg.com>
date Sun, 12 Jan 2020 14:58:06 -0800
parents 1d28f978f57a
children c1b1bbd42696
comparison
equal deleted inserted replaced
398:bd462a6489e4 399:05753b1906f9
147 147
148 %if 0%{?fedora} > 27 148 %if 0%{?fedora} > 27
149 %files -n python3-%{name} 149 %files -n python3-%{name}
150 %defattr(-,root,root,-) 150 %defattr(-,root,root,-)
151 %{python3_sitearch}/_*.so 151 %{python3_sitearch}/_*.so
152 %exclude %{python3_sitearch}/*.a
153 %exclude %{python3_sitearch}/*.la
154 %else 152 %else
155 %files python 153 %files python
156 %{python_sitearch}/_*.so 154 %{python_sitearch}/_*.so
157 %exclude %{python_sitearch}/*.a
158 %exclude %{python_sitearch}/*.la
159 %endif 155 %endif
160 156
161 157
162 %files devel 158 %files devel
163 %{_libdir}/libpst.so 159 %{_libdir}/libpst.so