[python-keyring/epel7: 1/2] Drop non-existing directory.

Christopher Meng cicku at fedoraproject.org
Tue May 13 01:30:06 UTC 2014


commit 507688c3e475ad2e3a49e31729544002ac63e72d
Author: Christopher Meng <i at cicku.me>
Date:   Tue May 13 09:29:10 2014 +0800

    Drop non-existing directory.

 python-keyring.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-keyring.spec b/python-keyring.spec
index c0ecf47..fcad053 100644
--- a/python-keyring.spec
+++ b/python-keyring.spec
@@ -98,14 +98,14 @@ popd
 #nosetests
 
 %files
-%doc CHANGES.rst README.rst CONTRIBUTORS.txt demo/
+%doc CHANGES.rst README.rst CONTRIBUTORS.txt
 %{_bindir}/keyring
 %{python2_sitelib}/keyring
 %{python2_sitelib}/keyring-%{version}-py%{python2_version}.egg-info
 
 %if 0%{?with_python3}
 %files -n python3-keyring
-%doc CHANGES.rst README.rst CONTRIBUTORS.txt demo/
+%doc CHANGES.rst README.rst CONTRIBUTORS.txt
 %{_bindir}/keyring-%{python3_version}
 %{python3_sitelib}/keyring-%{version}-py%{python3_version}.egg-info
 %{python3_sitelib}/keyring


More information about the scm-commits mailing list