Changeset 100 for spec/trunk/SPECS/gcc4.spec
- Timestamp:
- Nov 8, 2010, 10:47:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/gcc4.spec
r11 r100 15 15 16 16 Obsoletes: gcc < %{gcc_version} 17 Requires: libgcc = %{gcc_version}17 Requires: libgcc444 = %{gcc_version} 18 18 Requires: libc-devel >= 0.6.3 19 19 … … 22 22 You'll need this package in order to compile C code. 23 23 24 %package -n libgcc 24 %package -n libgcc444 25 25 Summary: GCC version 4.4 shared support library 26 26 Group: System Environment/Libraries 27 27 Autoreq: false 28 28 29 %description -n libgcc 29 %description -n libgcc444 30 30 This package contains GCC shared support library which is needed 31 31 e.g. for exception handling support. … … 54 54 55 55 56 %files -n libgcc 56 %files -n libgcc444 57 57 %defattr(-,root,root,-) 58 58 %{_libdir}/gcc444.dll
Note:
See TracChangeset
for help on using the changeset viewer.