SPECS: gcc3.4.spec - renamed to gcc3.4

hawk hawk at pld-linux.org
Fri Feb 6 18:20:48 CET 2009


Author: hawk                         Date: Fri Feb  6 17:20:48 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- renamed to gcc3.4

---- Files affected:
SPECS:
   gcc3.4.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/gcc3.4.spec
diff -u SPECS/gcc3.4.spec:1.4 SPECS/gcc3.4.spec:1.5
--- SPECS/gcc3.4.spec:1.4	Fri Feb  6 18:15:53 2009
+++ SPECS/gcc3.4.spec	Fri Feb  6 18:20:42 2009
@@ -22,7 +22,7 @@
 Summary(es.UTF-8):	Colección de compiladores GNU: el compilador C y ficheros compartidos
 Summary(pl.UTF-8):	Kolekcja kompilatorów GNU: kompilator C i pliki współdzielone
 Summary(pt_BR.UTF-8):	Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
-Name:		gcc3
+Name:		gcc3.4
 Version:	3.4.6
 Release:	1
 License:	GPL
@@ -677,7 +677,7 @@
 	--libexecdir=%{_libdir} \
 	--infodir=%{_infodir} \
 	--mandir=%{_mandir} \
-	--program-suffix="3" \
+	--program-suffix="3.4" \
 	--enable-version-specific-runtime-libs \
 	--enable-shared \
 	--enable-threads=posix \
@@ -748,12 +748,12 @@
 	$RPM_BUILD_ROOT%{_bindir}/sparc-pld-linux-gcc
 %endif
 
-ln -sf gcc3 $RPM_BUILD_ROOT%{_bindir}/cc3
-echo ".so gcc3.1" > $RPM_BUILD_ROOT%{_mandir}/man1/cc3.1
+ln -sf gcc3.4 $RPM_BUILD_ROOT%{_bindir}/cc3.4
+echo ".so gcc3.4.1" > $RPM_BUILD_ROOT%{_mandir}/man1/cc3.4.1
 
 %if %{with fortran}
-ln -sf g773 $RPM_BUILD_ROOT%{_bindir}/f773
-echo ".so g773.1" > $RPM_BUILD_ROOT%{_mandir}/man1/f773.1
+ln -sf g773.4 $RPM_BUILD_ROOT%{_bindir}/f773.4
+echo ".so g773.4" > $RPM_BUILD_ROOT%{_mandir}/man1/f773.4
 %endif
 
 %if %{with ada}
@@ -761,11 +761,11 @@
 mv -f $RPM_BUILD_ROOT%{_libdir}/gcc/*/*/adalib/*.so.1 \
 	$RPM_BUILD_ROOT%{_libdir}
 # check if symlink to be made is valid
-test -f $RPM_BUILD_ROOT%{_libdir}/libgnat3.so.1
-ln -sf libgnat3.so.1 $RPM_BUILD_ROOT%{_libdir}/libgnat3.so
-ln -sf libgnarl3.so.1 $RPM_BUILD_ROOT%{_libdir}/libgnarl3.so
-ln -sf libgnat3.so $RPM_BUILD_ROOT%{_libdir}/libgnat3.so
-ln -sf libgnarl3.so $RPM_BUILD_ROOT%{_libdir}/libgnarl3.so
+test -f $RPM_BUILD_ROOT%{_libdir}/libgnat3.4.so.1
+ln -sf libgnat3.4.so.1 $RPM_BUILD_ROOT%{_libdir}/libgnat3.4.so
+ln -sf libgnarl3.4.so.1 $RPM_BUILD_ROOT%{_libdir}/libgnarl3.4.so
+ln -sf libgnat3.4.so $RPM_BUILD_ROOT%{_libdir}/libgnat3.4.so
+ln -sf libgnarl3.4.so $RPM_BUILD_ROOT%{_libdir}/libgnarl3.4.so
 %endif
 
 cd ..
@@ -854,16 +854,16 @@
 %{_aclocaldir}/gcc_visibility.m4
 
 %attr(755,root,root) %{_bindir}/*-gcc*
-%attr(755,root,root) %{_bindir}/gcc3
-%attr(755,root,root) %{_bindir}/gccbug3
-%attr(755,root,root) %{_bindir}/gcov3
-%attr(755,root,root) %{_bindir}/cc3
-%attr(755,root,root) %{_bindir}/cpp3
-
-%{_mandir}/man1/cc3.1*
-%{_mandir}/man1/cpp3.1*
-%{_mandir}/man1/gcc3.1*
-%{_mandir}/man1/gcov3.1*
+%attr(755,root,root) %{_bindir}/gcc3.4
+%attr(755,root,root) %{_bindir}/gccbug3.4
+%attr(755,root,root) %{_bindir}/gcov3.4
+%attr(755,root,root) %{_bindir}/cc3.4
+%attr(755,root,root) %{_bindir}/cpp3.4
+
+%{_mandir}/man1/cc3.4.1*
+%{_mandir}/man1/cpp3.4.1*
+%{_mandir}/man1/gcc3.4.1*
+%{_mandir}/man1/gcov3.4.1*
 
 %attr(755,root,root) %{_slibdir}/lib*.so
 %ifarch ia64
@@ -904,10 +904,10 @@
 %files c++
 %defattr(644,root,root,755)
 %doc gcc/cp/{ChangeLog,NEWS}
-%attr(755,root,root) %{_bindir}/g++3
-%attr(755,root,root) %{_bindir}/*-g++3
-%attr(755,root,root) %{_bindir}/c++3
-%attr(755,root,root) %{_bindir}/*-c++3
+%attr(755,root,root) %{_bindir}/g++3.4
+%attr(755,root,root) %{_bindir}/*-g++3.4
+%attr(755,root,root) %{_bindir}/c++3.4
+%attr(755,root,root) %{_bindir}/*-c++3.4
 %attr(755,root,root) %{_libdir}/gcc/*/*/cc1plus
 %{_libdir}/gcc/*/*/libsupc++.la
 %{_libdir}/gcc/*/*/libsupc++.a
@@ -919,11 +919,11 @@
 %{_libdir32}/gcc/*/*/libsupc++.la
 %{_libdir32}/gcc/*/*/libsupc++.a
 %endif
-%{_mandir}/man1/g++3.1*
+%{_mandir}/man1/g++3.4.1*
 
 %files libstdc++
 %defattr(644,root,root,755)
-%doc libstdc++-v3/{ChangeLog,README}
+%doc libstdc++-v3.4/{ChangeLog,README}
 %attr(755,root,root) %{_libdir}/gcc/*/*/libstdc++.so.*.*.*
 %ifarch ppc
 %attr(755,root,root) %{_libdir}/nof/gcc/*/*/libstdc++.so.*.*.*
@@ -934,7 +934,7 @@
 
 %files libstdc++-devel
 %defattr(644,root,root,755)
-%doc libstdc++-v3/docs/html
+%doc libstdc++-v3.4/docs/html
 %{_libdir}/gcc/*/*/include/c++
 %attr(755,root,root) %{_libdir}/gcc/*/*/libstdc++.so
 %{_libdir}/gcc/*/*/libstdc++.la
@@ -1167,6 +1167,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/02/06 17:20:42  hawk
+- renamed to gcc3.4
+
 Revision 1.4  2009/02/06 17:15:53  witekfl
 - utf8ized by spec_utf8.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gcc3.4.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list