SHA256
3
0
forked from pool/gcc

- Guard gcc-devel so it is only built on Tumbleweed.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=79
This commit is contained in:
Richard Biener 2017-06-07 11:40:15 +00:00 committed by Git OBS Bridge
parent b727a94533
commit c7f984eccf
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 7 11:39:55 UTC 2017 - rguenther@suse.com
- Guard gcc-devel so it is only built on Tumbleweed.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 6 09:55:59 UTC 2017 - mliska@suse.cz Tue Jun 6 09:55:59 UTC 2017 - mliska@suse.cz

View File

@ -450,9 +450,12 @@ EOF
%{_prefix}/bin/cpp %{_prefix}/bin/cpp
%doc %{_mandir}/man1/cpp.1.gz %doc %{_mandir}/man1/cpp.1.gz
# Plugins are only enabled for Tumbleweed
%if %{suse_version} == 1330
%files -n gcc-devel %files -n gcc-devel
%defattr(-,root,root) %defattr(-,root,root)
# empty - only for the dependency # empty - only for the dependency
%endif
%files -n gcc-c++ %files -n gcc-c++
%defattr(-,root,root) %defattr(-,root,root)