SPECS: lcov.spec - added perl deps - removed TODO line
pawelz
pawelz at pld-linux.org
Tue Dec 16 00:10:31 CET 2008
Author: pawelz Date: Mon Dec 15 23:10:31 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added perl deps
- removed TODO line
---- Files affected:
SPECS:
lcov.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/lcov.spec
diff -u SPECS/lcov.spec:1.4 SPECS/lcov.spec:1.5
--- SPECS/lcov.spec:1.4 Sun Dec 14 18:09:17 2008
+++ SPECS/lcov.spec Tue Dec 16 00:10:25 2008
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO:
-# - add perl dependencies
#
Summary: LTP GCOV extension code coverage tool
Name: lcov
@@ -13,6 +11,11 @@
URL: http://ltp.sourceforge.net/coverage/lcov.php
# /usr/bin/gcov is provided by gcc package
Requires: gcc
+Requires: perl(Digest::MD5)
+Requires: perl(File::Basename)
+Requires: perl(GD)
+Requires: perl(Getopt::Long)
+Requires: perl(strict)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -57,6 +60,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008/12/15 23:10:25 pawelz
+- added perl deps
+- removed TODO line
+
Revision 1.4 2008/12/14 17:09:17 pawelz
- R: gcc (because of /usr/bin/gcov file)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lcov.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list