Author: maciek2w Date: Thu Aug 16 20:27:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.6
---- Files affected: SPECS: ncc.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/ncc.spec diff -u SPECS/ncc.spec:1.6 SPECS/ncc.spec:1.7 --- SPECS/ncc.spec:1.6 Tue Mar 20 11:04:09 2007 +++ SPECS/ncc.spec Thu Aug 16 22:27:01 2007 @@ -2,12 +2,12 @@ Summary: C source code analyzer Summary(pl.UTF-8): Analizator kodu źródłowego w C Name: ncc -Version: 2.3 +Version: 2.6 Release: 1 License: Artistic Group: Development/Languages Source0: http://students.ceid.upatras.gr/~sxanth/ncc/%{name}-%{version}.tar.gz -# Source0-md5: 295d59078009f31f454b4cc4f4838624 +# Source0-md5: 0d506b66c68708252733cf99605d8016 URL: http://students.ceid.upatras.gr/~sxanth/ncc/index.html BuildRequires: libstdc++-devel BuildRequires: ncurses-devel @@ -42,12 +42,14 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_mandir}/man1} install objdir/ncc $RPM_BUILD_ROOT%{_bindir} +install doc/nognu $RPM_BUILD_ROOT%{_includedir} for nccs in ar c++ g++ ld; do ln -sf /usr/bin/ncc $RPM_BUILD_ROOT%{_bindir}/ncc$nccs done install nccnav/nccnav $RPM_BUILD_ROOT%{_bindir} +install scripts/gengraph.py $RPM_BUILD_ROOT%{_bindir} ln -sf %{_bindir}/nccnav $RPM_BUILD_ROOT%{_bindir}/nccnavi install ncc.1 $RPM_BUILD_ROOT%{_mandir}/man1 @@ -58,6 +60,8 @@ %defattr(644,root,root,755) %doc doc/* %attr(755,root,root) %{_bindir}/ncc* +%attr(755,root,root) %{_bindir}/gengraph.py +%{_includedir}/nognu %{_mandir}/man1/ncc.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -66,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/08/16 20:27:01 maciek2w +- updated to 2.6 + Revision 1.6 2007/03/20 10:04:09 undefine - release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ncc.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
