- 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:
parent
b727a94533
commit
c7f984eccf
@ -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
|
||||||
|
|
||||||
|
3
gcc.spec
3
gcc.spec
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user