SPECS: kgcc.spec - simple descs

qboosh qboosh at pld-linux.org
Thu Feb 15 11:05:44 CET 2007


Author: qboosh                       Date: Thu Feb 15 10:05:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- simple descs

---- Files affected:
SPECS:
   kgcc.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/kgcc.spec
diff -u SPECS/kgcc.spec:1.7 SPECS/kgcc.spec:1.8
--- SPECS/kgcc.spec:1.7	Tue Feb 13 09:06:37 2007
+++ SPECS/kgcc.spec	Thu Feb 15 11:05:35 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	Kernel GNU C Compiler
-Summary(pl.UTF-8):	Kompilator GNU C dla jadra
+Summary(pl.UTF-8):	Kompilator GNU C dla jądra
 Name:		kgcc
 Version:	3.2.2
 Release:	2
@@ -8,14 +8,16 @@
 Group:		Development/Languages
 Source0:	ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
 # Source0-md5:	962a2057a2572226bc99aaeba4255e9b
-Requires:	binutils
-BuildRequires:	bison
 URL:		http://gcc.gnu.org/
+BuildRequires:	bison
+Requires:	binutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Kernel GNU C Compiler.
 
 %description -l pl.UTF-8
+Kompilator GNU C dla jądra.
 
 %prep
 %setup -q -n gcc-%{version}
@@ -54,7 +56,9 @@
 cd obj-%{_target_platform}
 PATH=$PATH:/sbin:%{_sbindir}
 
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} infodir=$RPM_BUILD_ROOT%{_prefix} install
+%{__make} install \
+	prefix=$RPM_BUILD_ROOT%{_prefix} \
+	infodir=$RPM_BUILD_ROOT%{_prefix}
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/gcc $RPM_BUILD_ROOT%{_bindir}/kgcc
 
@@ -85,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/02/15 10:05:35  qboosh
+- simple descs
+
 Revision 1.7  2007/02/13 08:06:37  glen
 - tabs in preamble
 
@@ -140,7 +147,6 @@
 - added using %%{rpmcflags} macro.
 
 Revision 1.48  2001/01/25 20:03:22  misiek
-
 Massive attack. We use -O0 instead -O flags while debug enabled.
 
 Revision 1.47  2000/12/23 00:48:43  michuz
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kgcc.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list