- Update to 0.19.2

epel9
Matthew Barnes 15 years ago
parent 9d5ef2e112
commit c23a8e4216

@ -1,4 +1,4 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
### Abstract ###
@ -94,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/omf/gnome-doc-xslt
%{_datadir}/gnome-doc-utils
%doc %{_mandir}/man1/xml2po.1.gz
%{python_sitearch}/xml2po/
%{python_sitelib}/xml2po/
%files stylesheets
%defattr(-,root,root,-)

Loading…
Cancel
Save