diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-12 01:51:05 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-12 01:51:05 +0000 |
commit | 34488ace9ccee5f72b222fcba4f35fe6ccf474ea (patch) | |
tree | cba36575005f19643da55883f095f149a887584e /scite-el | |
parent | scite 4.1.6 and merged rpm specs (diff) | |
parent | scite: merge el7,fc specs into one (diff) | |
download | stackrpms-34488ace9ccee5f72b222fcba4f35fe6ccf474ea.tar.gz stackrpms-34488ace9ccee5f72b222fcba4f35fe6ccf474ea.tar.bz2 stackrpms-34488ace9ccee5f72b222fcba4f35fe6ccf474ea.zip |
Merge branch 'scite-bump' into 'master'
scite: merge el7,fc specs into one
See merge request bgstack15/stackrpms!63
Diffstat (limited to 'scite-el')
-rw-r--r-- | scite-el/scite.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scite-el/scite.spec b/scite-el/scite.spec index 8f66f20..7edf8fc 100644 --- a/scite-el/scite.spec +++ b/scite-el/scite.spec @@ -24,11 +24,10 @@ Patch0: scite-utf8.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: %{scl_buildreq} -%if 0%{?el6} -BuildRequires: gtk2-devel -%else +%if !0%{?el6} BuildRequires: gtk3-devel %endif +BuildRequires: gtk2-devel Provides: bundled(scintilla) = %{version} |