- Remove README in empty packages only required for SLE11 and older.
- Remove now empty %build section. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=76
This commit is contained in:
parent
ade6869ee8
commit
d047914e79
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 08:52:35 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove README in empty packages only required for SLE11 and older.
|
||||
- Remove now empty %build section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 07:16:09 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
23
gcc.spec
23
gcc.spec
@ -372,9 +372,6 @@ The system GNU Go Compiler 64bit support.
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
echo "This is a dummy package to provide a dependency on the system compiler." > README
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/lib
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin
|
||||
@ -452,7 +449,6 @@ EOF
|
||||
%files -n gcc-devel
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-c++
|
||||
%defattr(-,root,root)
|
||||
@ -469,12 +465,10 @@ EOF
|
||||
%files -n gcc-objc
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-obj-c++
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-PIE
|
||||
%defattr(-,root,root)
|
||||
@ -483,7 +477,6 @@ EOF
|
||||
%files -n gcc-locale
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-info
|
||||
%defattr(-,root,root)
|
||||
@ -514,51 +507,42 @@ EOF
|
||||
%files -n libstdc++-devel
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-go
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%if %{separate_bi32}
|
||||
|
||||
%files -n gcc-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-c++-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n libstdc++-devel-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-fortran-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-objc-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%if %{build_ada}
|
||||
%files -n gcc-ada-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
%endif
|
||||
|
||||
%files -n gcc-go-32bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%endif
|
||||
%if %{separate_bi64}
|
||||
@ -566,39 +550,32 @@ EOF
|
||||
%files -n gcc-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-c++-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n libstdc++-devel-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-fortran-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%files -n gcc-objc-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%if %{build_ada}
|
||||
%files -n gcc-ada-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
%endif
|
||||
|
||||
%files -n gcc-go-64bit
|
||||
%defattr(-,root,root)
|
||||
# empty - only for the dependency
|
||||
%doc README
|
||||
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user