forked from pool/python-pylint
- fix build on SLE10 by not including %{py_sitedir}/*egg-info in
the filelist there OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
8222dc8f48
commit
f994cbb786
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 22:47:49 CEST 2009 - poeml@suse.de
|
||||||
|
|
||||||
|
- fix build on SLE10 by not including %{py_sitedir}/*egg-info in
|
||||||
|
the filelist there
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 9 21:08:26 CEST 2009 - dmueller@suse.de
|
Wed Sep 9 21:08:26 CEST 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
@@ -85,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc TODO README ChangeLog examples/ doc/
|
%doc TODO README ChangeLog examples/ doc/
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{py_sitedir}/pylint
|
%{py_sitedir}/pylint
|
||||||
|
%if 0%suse_version > 1010
|
||||||
%{py_sitedir}/*egg-info
|
%{py_sitedir}/*egg-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user