summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/python-coverage.manifest5
-rw-r--r--packaging/python-coverage.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/python-coverage.manifest b/packaging/python-coverage.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/python-coverage.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python-coverage.spec b/packaging/python-coverage.spec
index 6858c29..df197a5 100644
--- a/packaging/python-coverage.spec
+++ b/packaging/python-coverage.spec
@@ -6,6 +6,7 @@ Url: http://nedbatchelder.com/code/coverage
License: BSD-3-Clause
Group: Platform Development/Python
Source: coverage-%{version}.tar.gz
+Source1001: python-coverage.manifest
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-xml
@@ -18,6 +19,7 @@ library to determine which lines are executable, and which have been executed.
%prep
%setup -q -n coverage-%{version}
+cp %{SOURCE1001} .
%build
python setup.py build
@@ -26,5 +28,6 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
+%manifest %{name}.manifest
%{_bindir}/coverage*
%{py_sitedir}/*