SPECS: ncc.spec - pl, cosmetics

qboosh qboosh at pld-linux.org
Sun Jun 4 00:02:12 CEST 2006


Author: qboosh                       Date: Sat Jun  3 22:02:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cosmetics

---- Files affected:
SPECS:
   ncc.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/ncc.spec
diff -u SPECS/ncc.spec:1.1 SPECS/ncc.spec:1.2
--- SPECS/ncc.spec:1.1	Mon May 29 02:59:53 2006
+++ SPECS/ncc.spec	Sun Jun  4 00:02:06 2006
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
 Summary:	C source code analyzer
+Summary(pl):	Analizator kodu źródłowego w C
 Name:		ncc
 Version:	2.3
 Release:	0.1
 License:	Artistic
 Group:		Development/Languages
-URL:		http://students.ceid.upatras.gr/~sxanth/ncc/index.html
 Source0:	http://students.ceid.upatras.gr/~sxanth/ncc/%{name}-%{version}.tar.gz
 # Source0-md5:	295d59078009f31f454b4cc4f4838624
+URL:		http://students.ceid.upatras.gr/~sxanth/ncc/index.html
 BuildRequires:	libstdc++-devel
 BuildRequires:	ncurses-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -17,9 +18,17 @@
 variable usage information. Using it should be as easy as changing
 CC=gcc to CC=ncc in makefiles, and effort has been made to support
 most common gcc extensions. ncc has been tested with the sources of
-the Linux kernel, gtk, gcc, gdb, bind, mpg123, ncftp, and many other
+the Linux kernel, gtk+, gcc, gdb, bind, mpg123, ncftp, and many other
 famous projects.
 
+%description -l pl
+ncc to analizator kodu źródłowego w C generujący informacje o
+przepływie sterowania i użyciu zmiennych. Wykorzystanie go powinno być
+tak łatwe, jak zmiana CC=gcc na CC=ncc w plikach makefile, dołożono
+też starań, aby obsłużyć większość popularnych rozszerzeń gcc. ncc był
+testowany ze źródłami jądra Linuksa, pakietów gtk+, gcc, gdb, bind,
+mpg123, ncftp i wielu innych znanych projektów.
+
 %prep
 %setup -q
 
@@ -39,7 +48,7 @@
 	ln -sf /usr/bin/ncc $RPM_BUILD_ROOT%{_bindir}/ncc$nccs
 done
 install nccnav/nccnav $RPM_BUILD_ROOT%{_bindir}
-ln -sf /usr/bin/nccnav $RPM_BUILD_ROOT%{_bindir}/nccnavi
+ln -sf %{_bindir}/nccnav $RPM_BUILD_ROOT%{_bindir}/nccnavi
 install ncc.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
@@ -48,8 +57,8 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/*
-%{_mandir}/man?/ncc*
 %attr(755,root,root) %{_bindir}/ncc*
+%{_mandir}/man1/ncc.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +66,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/03 22:02:06  qboosh
+- pl, cosmetics
+
 Revision 1.1  2006/05/29 00:59:53  zbyniu
 - new, based on http://dag.wieers.com/packages/ncc/ncc.spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ncc.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list