14
0
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:
Peter Poeml
2009-09-16 20:48:20 +00:00
committed by Git OBS Bridge
parent 8222dc8f48
commit f994cbb786
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -85,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT
%doc TODO README ChangeLog examples/ doc/
%{_bindir}/*
%{py_sitedir}/pylint
%if 0%suse_version > 1010
%{py_sitedir}/*egg-info
%endif
%changelog