Ignore:
Timestamp:
Sep 3, 2011, 10:35:57 AM (14 years ago)
Author:
Yuri Dario
Message:

spec: move stack protector library to a sub package, to avoid triggering whole gcc installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/gcc4.spec

    r168 r173  
    44Name: gcc
    55Version: %{gcc_version}
    6 Release: 5%{?dist}
     6Release: 6%{?dist}
    77
    88# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
     
    3434This package contains GCC shared support library which is needed
    3535e.g. for exception handling support.
     36
     37%package stack-protector
     38Summary: GCC stack protector shared library
     39Group: System Environment/Libraries
     40
     41%description stack-protector
     42This package contains GCC shared library which is needed
     43for stack protector.
    3644
    3745%prep
     
    6876%{_usr}/info
    6977%{_libdir}/*.*a
    70 %{_libdir}/ssp.dll
    7178%{_libdir}/*.spec
    7279%{_libdir}/gcc/*
     
    7582%{_usr}/share
    7683
     84%files stack-protector
     85%defattr(-,root,root,-)
     86%{_libdir}/ssp.dll
    7787
    7888%files -n libgcc444
Note: See TracChangeset for help on using the changeset viewer.