SPECS: lcov.spec (NEW) - initital PLD release - based on spec file provided...

pawelz pawelz at pld-linux.org
Sun Dec 14 17:39:09 CET 2008


Author: pawelz                       Date: Sun Dec 14 16:39:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initital PLD release
- based on spec file provided by lcov authors
- NFY

---- Files affected:
SPECS:
   lcov.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/lcov.spec
diff -u /dev/null SPECS/lcov.spec:1.1
--- /dev/null	Sun Dec 14 17:39:09 2008
+++ SPECS/lcov.spec	Sun Dec 14 17:39:03 2008
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#
+Summary:	LTP GCOV extension code coverage tool
+Name:		lcov
+Version:	1.6
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/ltp/%{name}-%{version}.tar.gz
+# Source0-md5:	dd3efb076efd812c32285815f12a2935
+URL:		http://ltp.sourceforge.net/coverage/lcov.php
+#BuildRequires:	-
+#BuildRequires:	autoconf
+#BuildRequires:	automake
+#BuildRequires:	intltool
+#BuildRequires:	libtool
+#Requires(postun):	-
+#Requires(pre,post):	-
+#Requires(preun):	-
+#Requires:	-
+#Provides:	-
+#Provides:	group(foo)
+#Provides:	user(foo)
+#Obsoletes:	-
+#Conflicts:	-
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LCOV is an extension of GCOV, a GNU tool which provides information
+about what parts of a program are actually executed (i.e. "covered")
+while running a particular test case. The extension consists of a set
+of PERL scripts which build on the textual GCOV output to implement
+HTML output and support for large projects.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	PREFIX=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README example
+%{_sysconfdir}/lcovrc
+%attr(755,root,root) %{_bindir}/gendesc
+%attr(755,root,root) %{_bindir}/genhtml
+%attr(755,root,root) %{_bindir}/geninfo
+%attr(755,root,root) %{_bindir}/genpng
+%attr(755,root,root) %{_bindir}/lcov
+%{_mandir}/man1/gendesc.1*
+%{_mandir}/man1/genhtml.1*
+%{_mandir}/man1/geninfo.1*
+%{_mandir}/man1/genpng.1*
+%{_mandir}/man1/lcov.1*
+%{_mandir}/man5/lcovrc.5*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/12/14 16:39:03  pawelz
+- initital PLD release
+- based on spec file provided by lcov authors
+- NFY
+
================================================================


More information about the pld-cvs-commit mailing list