summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-05-29 19:43:22 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-05-29 20:01:54 +0200
commita0e470d7dc456ee210868628e000274f9c70e017 (patch)
treed945c566c453281567f9073aeef60ac051481096 /misc
parent5a092f802e89f2cb40ba79377c492e4f3fcc710a (diff)
downloadclufter-a0e470d7dc456ee210868628e000274f9c70e017.tar.gz
clufter-a0e470d7dc456ee210868628e000274f9c70e017.tar.xz
clufter-a0e470d7dc456ee210868628e000274f9c70e017.zip
clufter.spec: move completion module to clufter-cli sub-package
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/clufter.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/clufter.spec b/misc/clufter.spec
index 78a060a..7ce404f 100644
--- a/misc/clufter.spec
+++ b/misc/clufter.spec
@@ -320,6 +320,7 @@ EOF)
%{clufter_script}
%{python2_sitelib}/%{name}/__main__.py*
%{python2_sitelib}/%{name}/main.py*
+%{python2_sitelib}/%{name}/completion.py*
%endif
%files %{pkgsimple %{clufter_pylib}}
@@ -329,6 +330,7 @@ EOF)
%license %{_defaultdocdir}/%{clufter_source}/*[[:digit:]].txt
%exclude %{python2_sitelib}/%{name}/__main__.py*
%exclude %{python2_sitelib}/%{name}/main.py*
+%exclude %{python2_sitelib}/%{name}/completion.py*
%exclude %{python2_sitelib}/%{name}/ext-plugins/*/
%{python2_sitelib}/%{name}
%{python2_sitelib}/%{name}-*.egg-info
@@ -353,7 +355,7 @@ EOF)
%global cl_jp %(echo -n '%{cl_jp_r}' | sed 's| @at@ |@|;s| \.dot\. |.|g')
%changelog
%{cl_entry 2015-05-20 0.11.2-0.1.a %{cl_jp}
- TBD}
+ move completion module to %{pkgsimple %{clufter_cli}} sub-package}
%{cl_entry 2015-05-19 0.11.1-1 %{cl_jp}
bump upstream package}