- Add libstdc++-devel-32bit and libstdc++-devel-64bit packages.
[bnc#890226] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=52
This commit is contained in:
parent
62364118bb
commit
69a18be16c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 13:29:20 UTC 2014 - rguenther@suse.com
|
||||
|
||||
- Add libstdc++-devel-32bit and libstdc++-devel-64bit packages.
|
||||
[bnc#890226]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 12:29:29 UTC 2014 - rguenther@suse.com
|
||||
|
||||
|
30
gcc.spec
30
gcc.spec
@ -180,6 +180,26 @@ Requires: libstdc++%{gcc_version}-devel
|
||||
The system GNU C++ development files.
|
||||
|
||||
|
||||
%package -n libstdc++-devel-32bit
|
||||
Summary: The system GNU C++ 32bit development files
|
||||
License: GPL-3.0-with-GCC-exception
|
||||
Group: System/Libraries
|
||||
Requires: libstdc++%{gcc_version}-devel-32bit
|
||||
|
||||
%description -n libstdc++-devel-32bit
|
||||
The system GNU C++ 32bit development files.
|
||||
|
||||
|
||||
%package -n libstdc++-devel-64bit
|
||||
Summary: The system GNU C++ 64bit development files
|
||||
License: GPL-3.0-with-GCC-exception
|
||||
Group: System/Libraries
|
||||
Requires: libstdc++%{gcc_version}-devel-64bit
|
||||
|
||||
%description -n libstdc++-devel-64bit
|
||||
The system GNU C++ 64bit development files.
|
||||
|
||||
|
||||
|
||||
%package -n gcc-fortran
|
||||
Summary: The system GNU Fortran Compiler
|
||||
@ -543,6 +563,11 @@ ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so.0.0.0` $RPM_BUILD_ROO
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n libstdc++-devel-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-fortran-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
@ -571,6 +596,11 @@ ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so.0.0.0` $RPM_BUILD_ROO
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n libstdc++-devel-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-fortran-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
|
Loading…
Reference in New Issue
Block a user