Accepting request 55357 from devel:gcc
Accepted submit request 55357 from user rguenther OBS-URL: https://build.opensuse.org/request/show/55357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=24
This commit is contained in:
commit
c8a80b0c3a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 12:24:23 UTC 2010 - rguenther@novell.com
|
||||
|
||||
- Drop libffi packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 11:30:14 CET 2010 - rguenther@novell.com
|
||||
|
||||
|
44
gcc.spec
44
gcc.spec
@ -341,38 +341,6 @@ Authors:
|
||||
--------
|
||||
The GCC team.
|
||||
|
||||
%package -n libffi-devel
|
||||
License: BSD3c
|
||||
Group: System/Libraries
|
||||
Summary: The system GNU Foreign Function Interface library development files
|
||||
Requires: libffi%{gcc_version}-devel
|
||||
|
||||
%description -n libffi-devel
|
||||
The system GNU Foreign Function Interface library development files.
|
||||
|
||||
|
||||
|
||||
%package -n libffi-devel-32bit
|
||||
License: BSD3c
|
||||
Group: System/Libraries
|
||||
Summary: The system GNU Foreign Function Interface library development files
|
||||
Requires: libffi%{gcc_version}-devel-32bit
|
||||
|
||||
%description -n libffi-devel-32bit
|
||||
The system GNU Foreign Function Interface library development files.
|
||||
|
||||
|
||||
|
||||
%package -n libffi-devel-64bit
|
||||
License: BSD3c
|
||||
Group: System/Libraries
|
||||
Summary: The system GNU Foreign Function Interface library development files
|
||||
Requires: libffi%{gcc_version}-devel-64bit
|
||||
|
||||
%description -n libffi-devel-64bit
|
||||
The system GNU Foreign Function Interface library development files.
|
||||
|
||||
|
||||
|
||||
%package -n gcc-z9
|
||||
License: GPLv2+
|
||||
@ -574,10 +542,6 @@ EOF
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n libffi-devel
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
%if %{separate_bi32}
|
||||
|
||||
%files -n gcc-32bit
|
||||
@ -605,10 +569,6 @@ EOF
|
||||
%{_prefix}/bin/gij32
|
||||
%{_prefix}/bin/grmiregistry32
|
||||
|
||||
%files -n libffi-devel-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
%endif
|
||||
%if %{separate_bi64}
|
||||
|
||||
@ -637,10 +597,6 @@ EOF
|
||||
%{_prefix}/bin/gij64
|
||||
%{_prefix}/bin/grmiregistry64
|
||||
|
||||
%files -n libffi-devel-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user