SHA256
3
0
forked from pool/gcc

- 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:
Richard Biener 2013-12-02 15:35:21 +00:00 committed by Git OBS Bridge
parent 8cc13ba008
commit abdec0efe0
2 changed files with 9 additions and 42 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 2 15:34:27 UTC 2013 - rguenther@suse.com
- Move gcc-ar, gcc-nm and gcc-ranlib to the gcc package instead
of packaging them separately.
-------------------------------------------------------------------
Wed Jun 19 12:24:24 UTC 2013 - rguenther@suse.com

View File

@ -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