]> git.pld-linux.org Git - packages/gcc4.git/blobdiff - gcc4.spec
libsupc++.a moved to gcc package (it should be here!)
[packages/gcc4.git] / gcc4.spec
index e5c70e39bb46cf213f8ddd274bbc5d3135aa6f4d..1399bf2e4714af3f42085d194e68f27b522c8aa5 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -5,7 +5,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       %{ver}
-Release:       20010305
+Release:       0.20010305
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -156,6 +156,11 @@ This package adds experimental support for compiling Java(tm) programs
 and bytecode into native code. To use this you will also need the
 libgcj package.
 
+%description -l pl java
+Wsparcie dla kompilowania programów Java(tm) zrówno do bajt-kodu jak
+i do natywnego kodu. Bêdziesz potrzebowa³ pakietu libgcj by móc przeprowadziæ
+kompilacjê.
+
 %package -n libgcj
 Summary:       Java Class Libraries
 Summary(pl):   Biblioteki Klas Javy
@@ -165,7 +170,7 @@ Version:    %{GCJ_VERSION}
 %description -n libgcj
 Java Class Libraries
 
-%description -n libcj -l pl
+%description -n libgcj -l pl
 Biblioteki Klass Javy
 
 %package -n libgcj-devel
@@ -348,13 +353,13 @@ TEXCONFIG=false ../configure \
 %endif
        --enable-threads=posix \
        --enable-haifa \
-       --with-gnu-as \
-       --with-gnu-ld \
-       --with-gxx-include-dir="%{_includedir}/g++" \
        --enable-languages="c,gcov,c++,java,f77" \
        --enable-long-long \
-       --enable-cshadow-headers \
        --enable-namespaces \
+       --enable-multilib \
+       --with-gnu-as \
+       --with-gnu-ld \
+       --with-system-zlib \
        --without-x \
        --disable-nls \
        %{_target_platform}
@@ -435,17 +440,23 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/gccbug
 %attr(755,root,root) %{_bindir}/gcov
 %attr(755,root,root) %{_bindir}/cc
+
 %{_mandir}/man1/gcc.1*
 %{_mandir}/man1/gcov.1*
 %{_infodir}/gcc*
+
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/libgcc.a
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/specs
-%ifnarch alpha
+#%ifnarch alpha
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/crt*.o
-%endif
+#%endif
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/cc1
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/collect2
 %attr(755,root,root) %{_libdir}/libgcc_s.so*
+
+%attr(755,root,root) %{_libdir}/libsupc++.la
+%{_libdir}/libsupc++.a
+
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/include/float.h
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/include/iso646.h
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/include/limits.h
@@ -464,7 +475,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
@@ -536,6 +547,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n libstdc++-devel
 %defattr(644,root,root,755)
 %{_includedir}/g++*
+%{_prefix}/{_target_cpu}*
 %attr(755,root,root) %{_libdir}/libstdc++.so
 
 %files -n libstdc++-static
This page took 0.07728 seconds and 4 git commands to generate.