- Add gcc-devel package.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=68
This commit is contained in:
parent
4b43e1a559
commit
10c7e9a95d
@ -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
|
Wed Apr 27 11:11:52 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
15
gcc.spec
15
gcc.spec
@ -93,6 +93,16 @@ Requires: cpp%{gcc_version}
|
|||||||
The system GNU Preprocessor.
|
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
|
%package -n gcc-locale
|
||||||
Summary: The system GNU Compiler locale files
|
Summary: The system GNU Compiler locale files
|
||||||
@ -515,6 +525,11 @@ EOF
|
|||||||
%{_prefix}/bin/cpp
|
%{_prefix}/bin/cpp
|
||||||
%doc %{_mandir}/man1/cpp.1.gz
|
%doc %{_mandir}/man1/cpp.1.gz
|
||||||
|
|
||||||
|
%files -n gcc-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%files -n gcc-c++
|
%files -n gcc-c++
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/bin/g++
|
%{_prefix}/bin/g++
|
||||||
|
Loading…
Reference in New Issue
Block a user