]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- java subpackage provides jar; libstdc++ locale is back GCC31
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Aug 2002 12:47:05 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.81.2.49.2.50

gcc4.spec

index 702835f4a2c6208c9619428edb8dc1be036d7fc8..9366d07c50d7e2f4c2f9fa27efba6fdff8cfdc07 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -7,7 +7,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       3.2
+Release:       3.3
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/%{name}-%{GCC_VERSION}.tar.bz2
@@ -207,6 +207,7 @@ Version:        %{GCC_VERSION}
 Requires:      %{name} = %{version}
 Requires:      libgcj >= 3.0.0
 Provides:      gcj = %{epoch}:%{GCC_VERSION}-%{release}
+Provides:      jar = %{epoch}:%{GCC_VERSION}-%{release}
 
 %description java
 This package adds experimental support for compiling Java(tm) programs
@@ -557,7 +558,7 @@ cp -f libffi/LICENSE java-doc/LICENSE.libffi
 cp -f libobjc/README gcc/objc/README.libobjc
 
 %find_lang %{name}
-#%%find_lang libstdc++
+%find_lang libstdc\+\+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -673,8 +674,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libsupc++.a
 %{_mandir}/man1/g++.1*
 
-%files -n libstdc++
-#-f libstdc++.lang
+%files -n libstdc++ -f libstdc++.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libstdc++.so.*.*.*
 %ifarch ppc
This page took 0.089029 seconds and 4 git commands to generate.