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

Revision 10488, 1.3 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Name:           cccc
2Version:        3.1.4
3Release:        3%{_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 Jul 02 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-3
51- rebuild with gcc-5.4.0
52
53* Sat Feb 08 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.4-2
54- rebuild with new tool chain
55- add Patch0
56- devide check script
57
58* Fri Jul 20 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> -1
59- Initial build for Vine Linux
60
Note: See TracBrowser for help on using the repository browser.