summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2016-01-29 12:17:17 +0100
committerJan Pokorný <jpokorny@redhat.com>2016-02-01 23:54:19 +0100
commit3767f27abf3899a15b9839abe13b1502dfc470ce (patch)
tree0e63229d3c0a25ed8ed77879d928e16709abf504
parent1fb9317a17e3cb1eb01fcc7e2189b9bcca48a846 (diff)
downloadclufter-3767f27abf3899a15b9839abe13b1502dfc470ce.tar.gz
clufter-3767f27abf3899a15b9839abe13b1502dfc470ce.tar.xz
clufter-3767f27abf3899a15b9839abe13b1502dfc470ce.zip
clufters.spec: move egg-info/entry_points.txt to -cli RPM
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--misc/clufter.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/clufter.spec b/misc/clufter.spec
index 3724d4b..1d2f16b 100644
--- a/misc/clufter.spec
+++ b/misc/clufter.spec
@@ -368,6 +368,8 @@ EOF)
%{python2_sitelib}/%{name}/__main__.py*
%{python2_sitelib}/%{name}/main.py*
%{python2_sitelib}/%{name}/completion.py*
+# only useful here, rest of egg-info pulled through internal dependency
+%{python2_sitelib}/%{name}-*.egg-info/entry_points.txt
%endif
%files %{pkgsimple %{clufter_pylib}}
@@ -381,6 +383,8 @@ EOF)
%exclude %{python2_sitelib}/%{name}/ext-plugins/*/
%{python2_sitelib}/%{name}
%{python2_sitelib}/%{name}-*.egg-info
+# entry_points.txt only useful for -cli package
+%exclude %{python2_sitelib}/%{name}-*.egg-info/entry_points.txt
# /usr/libexec/clufter/ccs_flatten -> /usr/libexec/clufter
# /usr/libexec/ccs_flatten -> /usr/libexec/ccs_flatten
%(echo '%{clufter_ccs_flatten}' | sed 's|\(%{_libexecdir}/[^/]\+\).*|\1|')