require vte3 instead of vte (RHBZ#1245831)

- do not require gtk3-devel for libgeany subpackage
epel8
Dominic Hopf 10 years ago
parent e9bd4e1cde
commit f7f9345540

@ -5,7 +5,7 @@
Name: geany Name: geany
Version: 1.25 Version: 1.25
Release: 3%{?dist} Release: 4%{?dist}
Summary: A fast and lightweight IDE using GTK2 Summary: A fast and lightweight IDE using GTK2
Group: Development/Tools Group: Development/Tools
@ -40,7 +40,7 @@ Source22: http://advamacs.com/pub/tcl.tcl.tags
BuildRequires: desktop-file-utils, gettext, gtk3-devel, glib2-devel, pango-devel, intltool BuildRequires: desktop-file-utils, gettext, gtk3-devel, glib2-devel, pango-devel, intltool
BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Parser)
Requires: vte Requires: vte3
Requires: geany-libgeany = %{version}-%{release} Requires: geany-libgeany = %{version}-%{release}
Provides: bundled(scintilla) = 3.5.6 Provides: bundled(scintilla) = 3.5.6
@ -67,7 +67,6 @@ Some features:
Summary: Core functions of Geany Summary: Core functions of Geany
Group: Development/Tools Group: Development/Tools
Requires: geany = %{version}-%{release} Requires: geany = %{version}-%{release}
Requires: pkgconfig gtk3-devel
%description libgeany %description libgeany
This package contains the core functions of Geany which will be used by This package contains the core functions of Geany which will be used by
@ -195,6 +194,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/pkgconfig/geany.pc %{_libdir}/pkgconfig/geany.pc
%changelog %changelog
* Mon Jul 27 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.25-4
- require vte3 instead of vte (RHBZ#1245831)
- do not require gtk3-devel for libgeany subpackage
* Tue Jul 14 2015 François Cami <fcami@fedoraproject.org> - 1.25-3 * Tue Jul 14 2015 François Cami <fcami@fedoraproject.org> - 1.25-3
- Geany 1.25 bundles scintilla 3.5.6. - Geany 1.25 bundles scintilla 3.5.6.
- Fix the included AppData file (GTK2 => GTK3). - Fix the included AppData file (GTK2 => GTK3).

Loading…
Cancel
Save