Changeset 277 for spec/trunk/SPECS/gcc4.spec
- Timestamp:
- Jan 11, 2012, 5:49:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/gcc4.spec
r276 r277 26 26 Requires: libc-devel >= 0.6.3 27 27 Requires: binutils 28 Requires: gcc-stack-protector, gcc-stdc++-shared-library, gcc-supc++-shared-library28 Requires: libssp, libstdc++, libsupc++ 29 29 30 30 %description … … 41 41 e.g. for exception handling support. 42 42 43 %package stack-protector43 %package -n libssp 44 44 Summary: GCC stack protector shared library 45 45 Group: System Environment/Libraries 46 46 47 %description stack-protector47 %description -n libssp 48 48 This package contains GCC shared library which is needed 49 49 for stack protector. 50 50 51 %package stdc++-shared-library51 %package -n libstdc++ 52 52 Summary: GNU Standard C++ Library v3 53 53 Group: System Environment/Libraries 54 54 55 %description stdc++-shared-library55 %description -n libstdc++ 56 56 This package contains GNU Standard C++ Library v3 shared library. 57 57 58 %package supc++-shared-library58 %package -n libsupc++ 59 59 Summary: GNU Standard C++ Library v3 subset 60 60 Group: System Environment/Libraries 61 61 62 %description supc++-shared-library62 %description -n libsupc++ 63 63 This package contains GNU Standard C++ Library v3 subset shared library. 64 64 … … 229 229 %{_usr}/share 230 230 231 %files stack-protector231 %files -n libssp 232 232 %defattr(-,root,root,-) 233 233 %{_libdir}/ssp.dll 234 234 235 %files stdc++-shared-library235 %files -n libstdc++ 236 236 %defattr(-,root,root,-) 237 237 %{_libdir}/stdcpp.dll 238 238 239 %files supc++-shared-library239 %files -n libsupc++ 240 240 %defattr(-,root,root,-) 241 241 %{_libdir}/supcpp.dll … … 253 253 254 254 %changelog 255 * Wed Jan 11 2012 yd 256 - use more conventionional names for shared libraries packages. 257 255 258 * Mon Jan 09 2012 yd 256 259 - install also dlls with main package.
Note:
See TracChangeset
for help on using the changeset viewer.