From f2b1cd8be5bafe08b749a2b8a419a67b2d3b9723 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sep 07 2018 17:30:54 +0000 Subject: Drop glade catalog to avoid conflicting with gtksourceview4 --- diff --git a/gtksourceview3.spec b/gtksourceview3.spec index f1a5d03..e2fd3a2 100644 --- a/gtksourceview3.spec +++ b/gtksourceview3.spec @@ -5,7 +5,7 @@ Name: gtksourceview3 Version: 3.24.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Source code editing widget License: LGPLv2+ @@ -13,7 +13,6 @@ URL: https://wiki.gnome.org/Projects/GtkSourceView Source0: https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-%{version}.tar.xz BuildRequires: pkgconfig(gdk-pixbuf-2.0) -BuildRequires: pkgconfig(gladeui-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(glib-2.0) >= %{glib_version} BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk_version} @@ -55,8 +54,7 @@ the functionality of the installed %{name} package. %setup -q -n gtksourceview-%{version} %build -%configure --disable-gtk-doc --disable-static --enable-glade-catalog \ - --enable-installed-tests +%configure --disable-gtk-doc --disable-static --enable-installed-tests make %{?_smp_mflags} @@ -83,9 +81,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so %{_datadir}/gir-1.0/GtkSource-3.0.gir -%dir %{_datadir}/glade -%dir %{_datadir}/glade/catalogs -%{_datadir}/glade/catalogs/gtksourceview.xml %dir %{_datadir}/vala %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/gtksourceview-3.0.deps @@ -96,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/installed-tests/gtksourceview-3.0/ %changelog +* Fri Sep 07 2018 Pete Walter - 3.24.9-3 +- Drop glade catalog to avoid conflicting with gtksourceview4 + * Fri Sep 07 2018 Pete Walter - 3.24.9-2 - Update description to match gtksourceview4