- Add gcc-devel package.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=68
This commit is contained in:
Richard Biener 2016-08-18 07:32:48 +00:00 committed by Git OBS Bridge
parent 4b43e1a559
commit 10c7e9a95d
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 18 07:32:25 UTC 2016 - rguenther@suse.com
- Add gcc-devel package.
-------------------------------------------------------------------
Wed Apr 27 11:11:52 UTC 2016 - rguenther@suse.com

View File

@ -93,6 +93,16 @@ Requires: cpp%{gcc_version}
The system GNU Preprocessor.
%package -n gcc-devel
Summary: The system GNU C Compiler Plugin development files
License: GPL-3.0+
Group: Development/Languages/C and C++
Requires: gcc = %{version}
Requires: gcc%{gcc_version}-devel
%description -n gcc-devel
The system GNU C Compiler Plugin development files.
%package -n gcc-locale
Summary: The system GNU Compiler locale files
@ -515,6 +525,11 @@ EOF
%{_prefix}/bin/cpp
%doc %{_mandir}/man1/cpp.1.gz
%files -n gcc-devel
%defattr(-,root,root)
# empty - only for the dependency
%doc README
%files -n gcc-c++
%defattr(-,root,root)
%{_prefix}/bin/g++