mirror of
https://abf.rosa.ru/djam/gcc7.git
synced 2025-02-23 23:02:52 +00:00
Do not include the libraries and devel stuff into the "Provides"
...to avoid overriding the system libraries. Thanks to Andrey Bondrov for pointing that out.
This commit is contained in:
parent
c1d9a7b5bb
commit
3c577a2737
1 changed files with 6 additions and 1 deletions
7
gcc.spec
7
gcc.spec
|
@ -214,11 +214,16 @@
|
||||||
|
|
||||||
%bcond_with x32_bootstrap
|
%bcond_with x32_bootstrap
|
||||||
|
|
||||||
|
|
||||||
|
# Do not include the libraries and devel stuff into the "Provides" to avoid
|
||||||
|
# overriding the system libraries.
|
||||||
|
%define __noautoprov '(.*)\\.so(.*)|devel\\(.*'
|
||||||
|
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
|
|
||||||
Summary: GNU Compiler Collection
|
Summary: GNU Compiler Collection
|
||||||
Name: gcc%{majorver}
|
Name: gcc%{majorver}
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||||
Group: Development/C
|
Group: Development/C
|
||||||
Url: http://gcc.gnu.org/
|
Url: http://gcc.gnu.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue