Changeset 173 for spec/trunk/SPECS/gcc4.spec
- Timestamp:
- Sep 3, 2011, 10:35:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/gcc4.spec
r168 r173 4 4 Name: gcc 5 5 Version: %{gcc_version} 6 Release: 5%{?dist}6 Release: 6%{?dist} 7 7 8 8 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have … … 34 34 This package contains GCC shared support library which is needed 35 35 e.g. for exception handling support. 36 37 %package stack-protector 38 Summary: GCC stack protector shared library 39 Group: System Environment/Libraries 40 41 %description stack-protector 42 This package contains GCC shared library which is needed 43 for stack protector. 36 44 37 45 %prep … … 68 76 %{_usr}/info 69 77 %{_libdir}/*.*a 70 %{_libdir}/ssp.dll71 78 %{_libdir}/*.spec 72 79 %{_libdir}/gcc/* … … 75 82 %{_usr}/share 76 83 84 %files stack-protector 85 %defattr(-,root,root,-) 86 %{_libdir}/ssp.dll 77 87 78 88 %files -n libgcc444
Note:
See TracChangeset
for help on using the changeset viewer.