Author: pawelz Date: Sun Dec 14 16:46:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - lcovrc marked as config in %%files - added TODO line
---- Files affected: SPECS: lcov.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/lcov.spec diff -u SPECS/lcov.spec:1.1 SPECS/lcov.spec:1.2 --- SPECS/lcov.spec:1.1 Sun Dec 14 17:39:03 2008 +++ SPECS/lcov.spec Sun Dec 14 17:46:18 2008 @@ -1,4 +1,6 @@ # $Revision$, $Date$ +# TODO: +# - add perl dependencies # Summary: LTP GCOV extension code coverage tool Name: lcov @@ -9,20 +11,6 @@ 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) @@ -48,7 +36,7 @@ %files %defattr(644,root,root,755) %doc CHANGES README example -%{_sysconfdir}/lcovrc +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lcovrc %attr(755,root,root) %{_bindir}/gendesc %attr(755,root,root) %{_bindir}/genhtml %attr(755,root,root) %{_bindir}/geninfo @@ -67,6 +55,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/12/14 16:46:18 pawelz +- lcovrc marked as config in %%files +- added TODO line + Revision 1.1 2008/12/14 16:39:03 pawelz - initital PLD release - based on spec file provided by lcov authors ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lcov.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
