|
|
|
@ -4,16 +4,15 @@
|
|
|
|
|
%global po_package gtksourceview-3.0
|
|
|
|
|
|
|
|
|
|
Name: gtksourceview3
|
|
|
|
|
Version: 3.24.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for viewing source files
|
|
|
|
|
Version: 3.24.11
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Source code editing widget
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
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}
|
|
|
|
@ -22,40 +21,41 @@ BuildRequires: pkgconfig(pango)
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib_version}
|
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk_version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GtkSourceView is a text widget that extends the standard GTK+
|
|
|
|
|
GtkTextView widget. It improves GtkTextView by implementing
|
|
|
|
|
syntax highlighting and other features typical of a source code editor.
|
|
|
|
|
GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+
|
|
|
|
|
widget for multiline text editing. GtkSourceView adds support for syntax
|
|
|
|
|
highlighting, undo/redo, file loading and saving, search and replace, a
|
|
|
|
|
completion system, printing, displaying line numbers, and other features
|
|
|
|
|
typical of a source code editor.
|
|
|
|
|
|
|
|
|
|
This package contains version 3 of GtkSourceView. The older version
|
|
|
|
|
2 is contains in the gtksourceview2 package.
|
|
|
|
|
This package contains version 3 of GtkSourceView.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Files to compile applications that use gtksourceview3
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
gtksourceview3-devel contains the files required to compile
|
|
|
|
|
applications which use GtkSourceView 3.
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
|
Summary: Tests for the gtksourceview3 package
|
|
|
|
|
Summary: Tests for the %{name} package
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
The gtksourceview3-tests package contains tests that can be used to verify
|
|
|
|
|
the functionality of the installed gtksourceview package.
|
|
|
|
|
The %{name}-tests package contains tests that can be used to verify
|
|
|
|
|
the functionality of the installed %{name} package.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%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}
|
|
|
|
|
|
|
|
|
@ -82,9 +82,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
|
|
|
|
@ -95,9 +92,51 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
%{_datadir}/installed-tests/gtksourceview-3.0/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.24.11-7
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.11-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.11-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.11-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.11-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.11-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 06 2019 Kalev Lember <klember@redhat.com> - 3.24.11-1
|
|
|
|
|
- Update to 3.24.11
|
|
|
|
|
|
|
|
|
|
* Sat Mar 16 2019 Kalev Lember <klember@redhat.com> - 3.24.10-1
|
|
|
|
|
- Update to 3.24.10
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.9-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.24.9-4
|
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Pete Walter <pwalter@fedoraproject.org> - 3.24.9-3
|
|
|
|
|
- Drop glade catalog to avoid conflicting with gtksourceview4
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Pete Walter <pwalter@fedoraproject.org> - 3.24.9-2
|
|
|
|
|
- Update description to match gtksourceview4
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.24.9-1
|
|
|
|
|
- Update to 3.24.9
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 3.24.8-1
|
|
|
|
|
- Update to 3.24.8
|
|
|
|
|
|
|
|
|
|