Skip to content

Commit 97c717e

Browse files
authored
Add files via upload
Signed-off-by: Vladyyy <51840210+Vladyyy@users.noreply.github.com>
1 parent 79e574b commit 97c717e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

patch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
diff --git a/rpm/lcov.spec b/rpm/lcov.spec
2+
index f7af637..ec00e03 100644
3+
--- a/rpm/lcov.spec
4+
+++ b/rpm/lcov.spec
5+
@@ -15,9 +15,10 @@ Prefix: /etc
6+
# Force older/more compatible payload compression and digest versions
7+
%define _binary_filedigest 1
8+
%define _binary_payload w9.gzdio
9+
+%global __python %{__python3}
10+
11+
# lcov Perl modules are not intended for use by other packages
12+
-%define __requires_exclude ^perl\\(lcovutil\\)$
13+
+%define __requires_exclude ^perl\\(lcovutil\\)$|^perl\\((criteria)\\)$|^perl\\((annotateutil)\\)$|^perl\\((gitblame)\\)$|^perl\\((gitversion)\\)$|^perl\\((p4annotate)\\)
14+
%define __provides_exclude ^perl.*$
15+
16+
%description
17+
@@ -48,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
18+
/usr/bin/*
19+
/usr/lib/*
20+
/usr/share/man/man*/*
21+
-/usr/share/lcov/support-scripts/*
22+
+/usr/share/lcov/*
23+
%config /etc/*
24+
25+
%changelog

0 commit comments

Comments
 (0)