- Add gcc-ada-32bit and gcc-ada-64bit packages.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=55
This commit is contained in:
parent
4ac7216a8d
commit
46f353c273
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 25 14:21:45 UTC 2015 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Add gcc-ada-32bit and gcc-ada-64bit packages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 4 07:29:43 UTC 2015 - meissner@suse.com
|
Wed Feb 4 07:29:43 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
34
gcc.spec
34
gcc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc
|
# spec file for package gcc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -341,6 +341,8 @@ Requires: gcc-objc = %{version}
|
|||||||
%description -n gcc-obj-c++
|
%description -n gcc-obj-c++
|
||||||
The system GNU Objective C++ Compiler.
|
The system GNU Objective C++ Compiler.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%package -n gcc-PIE
|
%package -n gcc-PIE
|
||||||
Summary: A default configuration to build all binaries in PIE mode
|
Summary: A default configuration to build all binaries in PIE mode
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -364,6 +366,26 @@ Requires: gcc%{gcc_version}-ada
|
|||||||
|
|
||||||
%description -n gcc-ada
|
%description -n gcc-ada
|
||||||
The system GNU Ada Compiler.
|
The system GNU Ada Compiler.
|
||||||
|
|
||||||
|
%package -n gcc-ada-32bit
|
||||||
|
Summary: The system GNU Ada Compiler
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Requires: gcc%{gcc_version}-ada-32bit
|
||||||
|
Requires: gcc-ada = %{version}
|
||||||
|
|
||||||
|
%description -n gcc-ada-32bit
|
||||||
|
The system GNU Ada Compiler 32 bit support.
|
||||||
|
|
||||||
|
%package -n gcc-ada-64bit
|
||||||
|
Summary: The system GNU Ada Compiler
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Requires: gcc%{gcc_version}-ada-64bit
|
||||||
|
Requires: gcc-ada = %{version}
|
||||||
|
|
||||||
|
%description -n gcc-ada-64bit
|
||||||
|
The system GNU Ada Compiler 64 bit support.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -607,6 +629,11 @@ EOF
|
|||||||
%{_prefix}/bin/gij32
|
%{_prefix}/bin/gij32
|
||||||
%{_prefix}/bin/grmiregistry32
|
%{_prefix}/bin/grmiregistry32
|
||||||
|
|
||||||
|
%files -n gcc-ada-32bit
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
%if %{separate_bi64}
|
%if %{separate_bi64}
|
||||||
|
|
||||||
@ -640,6 +667,11 @@ EOF
|
|||||||
%{_prefix}/bin/gij64
|
%{_prefix}/bin/gij64
|
||||||
%{_prefix}/bin/grmiregistry64
|
%{_prefix}/bin/grmiregistry64
|
||||||
|
|
||||||
|
%files -n gcc-ada-64bit
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user