]> git.pld-linux.org Git - packages/gcc.git/commitdiff
c++ headers are now located in proper directory
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 12 Mar 2001 15:59:14 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.81.2.9

gcc.spec

index 6f7eb72cf19ec904c2279753ac9f53f06b8acea4..acd6d091a7122d70c7d86cd8ad4e6e10792fc9e4 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -396,6 +396,10 @@ ln -sf g77 $RPM_BUILD_ROOT%{_bindir}/f77
 
 ln -sf %{_bindir}/cpp $RPM_BUILD_ROOT/lib/cpp
 
+cp -a  $RPM_BUILD_ROOT%{_includedir}/g++*/%{_target_cpu}-*/bits/* \
+       $RPM_BUILD_ROOT%{_includedir}/g++*/bits/
+rm -rf $RPM_BUILD_ROOT%{_includedir}/g++/%{_target_cpu}-*
+
 gzip -9nf ../READ* ../ChangeLog ../gcc/ch/chill.brochure
 
 %post
@@ -469,7 +473,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/c++filt
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/cc1plus
 %{_infodir}/c-tree*
-%{_indodir}/g++int*
+%{_infodir}/g++int*
 
 %ifarch temporary_disabled_does_not_compile
 %files objc
@@ -546,6 +550,9 @@ rm -rf $RPM_BUILD_ROOT
 %files -n libstdc++-static
 %defattr(644,root,root,755)
 %attr(644,root,root) %{_libdir}/libstdc++.a
+%attr(755,root,root) %{_libdir}/libsupc++.la
+%{_libdir}/libsupc++.a
+
 
 %files -n cpp
 %defattr(644,root,root,755)
This page took 0.038629 seconds and 4 git commands to generate.