From d047914e79e46c47ba9f6eceb905867b35e2c62f8f3ef155599d29b0589a4f95 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 13 Apr 2017 08:56:51 +0000 Subject: [PATCH] - 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 --- gcc.changes | 6 ++++++ gcc.spec | 23 ----------------------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/gcc.changes b/gcc.changes index 19939c9..9f19b1e 100644 --- a/gcc.changes +++ b/gcc.changes @@ -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 diff --git a/gcc.spec b/gcc.spec index 38c4674..44bc985 100644 --- a/gcc.spec +++ b/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