source: projects/specs/trunk/c/cccc/cccc-vl.spec @ 8244

Revision 8244, 1.2 KB checked in by yasumichi, 10 years ago (diff)

rebuild with new tool chain

Line 
1Name:           cccc
2Version:        3.1.4
3Release:        2%{_dist_release}
4Summary:        C and C++ Code Counter
5Group:          Development/Tools
6License:        GPL
7Url:            http://cccc.sourceforge.net/
8
9Vendor:         Project Vine
10Distribution:   Vine Linux
11Packager:       yasumichi
12
13Source:         http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16Patch0:         correct-modification.patch
17
18%description
19This is a new version of the program CCCC (C and C++ Code Counter).  This
20program exists to analyze and report measurements on source code in C, C++
21and Java.  The languages Ada83 and Ada95, which were supported in previous
22versions are presently not supported.
23
24%prep
25%setup -q
26%patch0 -p1
27
28%build
29make pccts
30make cccc
31
32%install
33rm -fr %{buildroot}
34
35cd install
36%{__make} INSTDIR=%{buildroot}%{_bindir} MKDIR='mkdir -p' -f install.mak install_cccc
37
38%check
39make test
40
41%clean
42rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root)
46%doc cccc/COPYING cccc/*.html
47%{_bindir}/%{name}
48
49%changelog
50* Sat Feb 08 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.4-2
51- rebuild with new tool chain
52- add Patch0
53- devide check script
54
55* Fri Jul 20 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> -1
56- Initial build for Vine Linux
57
Note: See TracBrowser for help on using the repository browser.