[python-coverage-test-runner/f16] Make file listing more specific

Michel Alexandre Salim salimma at fedoraproject.org
Tue Jun 5 04:20:52 UTC 2012


commit 6bfa8a9aba9257169eec5019688f81e43f84fa20
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Jun 5 11:20:36 2012 +0700

    Make file listing more specific

 python-coverage-test-runner.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python-coverage-test-runner.spec b/python-coverage-test-runner.spec
index c5da2a4..5770d76 100644
--- a/python-coverage-test-runner.spec
+++ b/python-coverage-test-runner.spec
@@ -44,7 +44,8 @@ make check
 
 %files
 %doc COPYING NEWS README
-%{python_sitelib}/*
+%{python_sitelib}/%{pkgname}.py*
+%{python_sitelib}/%{pkgname}-%{version}-py?.?.egg-info
 
 
 %changelog


More information about the scm-commits mailing list