]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- removed es c++filt(1) manual (c++filt has been moved to binutils)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 May 2003 06:29:21 +0000 (06:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed version.c changes in %%prep

Changed files:
    gcc.spec -> 1.168

gcc.spec

index e09fea2c4fbda8b22f8821e11d8a0f3a34e7aa45..9b6fe5bb3e9e0eac9da395a74d66637bb458e85f 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -577,7 +577,9 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %patch40
 %patch41
 
-perl -p -i -e 's/";/ (PLD Linux)";/' gcc/version.c
+# because we distribute modified version of gcc...
+perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
+perl -pi -e 's@(bug_report_url.*<URL:).*";@$1http://bugs.pld.org.pl/>";@' gcc/version.c
 
 %build
 # cd gcc && autoconf; cd ..
@@ -791,7 +793,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/%{_target_cpu}*-g++
 %attr(755,root,root) %{_bindir}/c++
 %attr(755,root,root) %{_bindir}/%{_target_cpu}*-c++
-#%%attr(755,root,root) %{_bindir}/c++filt
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/cc1plus
 %{_libdir}/libsupc++.la
 %ifarch ppc
@@ -800,7 +801,6 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_libdir}/libsupc++.a
 %{_mandir}/man1/g++.1*
-%lang(es) %{_mandir}/es/man1/c++filt.1*
 %lang(ja) %{_mandir}/ja/man1/g++.1*
 
 %files -n libstdc++ -f libstdc++.lang
This page took 0.044201 seconds and 4 git commands to generate.