Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: third_party/lcov-1.9/rpm/lcov.spec

Issue 23189008: Upgrades lcov to 1.10, removes lcov-1.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-adds UNKNOWN suppression Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/lcov-1.9/man/lcovrc.5 ('k') | third_party/lcov/CHANGES » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Summary: A graphical GCOV front-end
2 Name: lcov
3 Version: 1.9
4 Release: 1
5 License: GPL
6 Group: Development/Tools
7 URL: http://ltp.sourceforge.net/coverage/lcov.php
8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
9 BuildRoot: /var/tmp/%{name}-%{version}-root
10 BuildArch: noarch
11
12 %description
13 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
14 gcov data for multiple source files and creates HTML pages containing the
15 source code annotated with coverage information. It also adds overview pages
16 for easy navigation within the file structure.
17
18 %prep
19 %setup -q -n lcov-%{version}
20
21 %build
22 exit 0
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 make install PREFIX=$RPM_BUILD_ROOT
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(-,root,root)
33 /usr/bin
34 /usr/share
35 /etc
36
37 %changelog
38 * Wed Aug 13 2008 Peter Oberparleiter (Peter.Oberparleiter@de.ibm.com)
39 - changed description + summary text
40 * Mon Aug 20 2007 Peter Oberparleiter (Peter.Oberparleiter@de.ibm.com)
41 - fixed "Copyright" tag
42 * Mon Jul 14 2003 Peter Oberparleiter (Peter.Oberparleiter@de.ibm.com)
43 - removed variables for version/release to support source rpm building
44 - added initial rm command in install section
45 * Mon Apr 7 2003 Peter Oberparleiter (Peter.Oberparleiter@de.ibm.com)
46 - implemented variables for version/release
47 * Fri Oct 8 2002 Peter Oberparleiter (Peter.Oberparleiter@de.ibm.com)
48 - created initial spec file
OLDNEW
« no previous file with comments | « third_party/lcov-1.9/man/lcovrc.5 ('k') | third_party/lcov/CHANGES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698