- Move gcc-ar, gcc-nm and gcc-ranlib to the gcc package instead
of packaging them separately. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=42
This commit is contained in:
45
gcc.spec
45
gcc.spec
@@ -341,36 +341,6 @@ Requires: gcc
|
||||
The system GNU C Compiler.
|
||||
|
||||
|
||||
%package -n gcc-ar
|
||||
Summary: Plugin aware AR utility
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc
|
||||
|
||||
%description -n gcc-ar
|
||||
Linker plugin aware AR utility.
|
||||
|
||||
|
||||
%package -n gcc-nm
|
||||
Summary: Plugin aware NM utility
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc
|
||||
|
||||
%description -n gcc-nm
|
||||
Linker plugin aware NM utility.
|
||||
|
||||
|
||||
%package -n gcc-ranlib
|
||||
Summary: Plugin aware RANLIB utility
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc
|
||||
|
||||
%description -n gcc-ranlib
|
||||
Linker plugin aware RANLIB utility.
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
@@ -451,6 +421,9 @@ EOF
|
||||
%{_prefix}/bin/gcc
|
||||
%{_prefix}/bin/cc
|
||||
%{_prefix}/bin/gcov
|
||||
%{_prefix}/bin/gcc-ar
|
||||
%{_prefix}/bin/gcc-nm
|
||||
%{_prefix}/bin/gcc-ranlib
|
||||
%doc %{_mandir}/man1/gcc.1.gz
|
||||
%doc %{_mandir}/man1/cc.1.gz
|
||||
%doc %{_mandir}/man1/gcov.1.gz
|
||||
@@ -632,16 +605,4 @@ EOF
|
||||
/usr/lib*/gcc/*-suse-linux/*/defaults.spec
|
||||
%endif
|
||||
|
||||
%files -n gcc-ar
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/bin/gcc-ar
|
||||
|
||||
%files -n gcc-nm
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/bin/gcc-nm
|
||||
|
||||
%files -n gcc-ranlib
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/bin/gcc-ranlib
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user