Skip to content

Commit 6af00fa

Browse files
Peter Oberparleiteroberpar
authored andcommitted
lcov.spec: fix Perl dependency
1 parent 4eac16e commit 6af00fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rpm/lcov.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Summary: A graphical GCOV front-end
22
Name: lcov
3-
Version: 1.11
4-
Release: pre1
3+
Version: 1.10
4+
Release: 1
55
License: GPL
66
Group: Development/Tools
77
URL: http://ltp.sourceforge.net/coverage/lcov.php
88
Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
99
BuildRoot: /var/tmp/%{name}-%{version}-root
1010
BuildArch: noarch
11-
Requires: perl >= 4:5.8.8
11+
Requires: perl >= 5.8.8
1212

1313
%description
1414
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects

0 commit comments

Comments
 (0)