commit a692271cbf22b93ca232037b5f7b439cca33c4f4 Author: MSVSphere Packaging Team Date: Fri Oct 25 15:08:32 2024 +0300 import gtksourceview5-5.11.0-3.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..beff929 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gtksourceview-5.11.0.tar.xz diff --git a/.gtksourceview5.metadata b/.gtksourceview5.metadata new file mode 100644 index 0000000..274ce9a --- /dev/null +++ b/.gtksourceview5.metadata @@ -0,0 +1 @@ +2c88b4e17bb0caf2a9381a0892ad9b9cd5995e38 SOURCES/gtksourceview-5.11.0.tar.xz diff --git a/SPECS/gtksourceview5.spec b/SPECS/gtksourceview5.spec new file mode 100644 index 0000000..3edeaf2 --- /dev/null +++ b/SPECS/gtksourceview5.spec @@ -0,0 +1,180 @@ +%global glib_version 2.72 +%global gtk_version 4.6 + +%global api_ver 5 + +Name: gtksourceview5 +Version: 5.11.0 +Release: 3%{?dist} +Summary: Source code editing widget + +License: LGPL-2.1-or-later +URL: https://wiki.gnome.org/Projects/GtkSourceView +Source0: https://download.gnome.org/sources/gtksourceview/5.11/gtksourceview-%{version}.tar.xz + +BuildRequires: gcc +BuildRequires: gettext +BuildRequires: gi-docgen +BuildRequires: itstool +BuildRequires: meson +BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(fribidi) +BuildRequires: pkgconfig(gio-2.0) >= %{glib_version} +BuildRequires: pkgconfig(glib-2.0) >= %{glib_version} +BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version} +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk4) >= %{gtk_version} +BuildRequires: pkgconfig(libpcre2-8) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(pangoft2) +BuildRequires: pkgconfig(sysprof-capture-4) +BuildRequires: vala + +Requires: glib2%{?_isa} >= %{glib_version} +Requires: gtk4%{?_isa} >= %{gtk_version} +Requires: hicolor-icon-theme + +%description +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 %{api_ver} of GtkSourceView. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%package tests +Summary: Tests for the %{name} package +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description tests +The %{name}-tests package contains tests that can be used to verify +the functionality of the installed %{name} package. + +%prep +%autosetup -n gtksourceview-%{version} -p1 + +%build +%meson -Dgtk_doc=true -Dsysprof=true -Dinstall_tests=true +%meson_build + +%install +%meson_install + +%find_lang gtksourceview-%{api_ver} + +%files -f gtksourceview-%{api_ver}.lang +%license COPYING +%doc NEWS README.md +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/GtkSource-%{api_ver}.typelib +%{_libdir}/libgtksourceview-%{api_ver}.so.0* +%{_datadir}/gtksourceview-%{api_ver}/ +%{_datadir}/icons/hicolor/scalable/actions/* + +%files devel +%{_includedir}/gtksourceview-%{api_ver}/ +%{_libdir}/pkgconfig/*.pc +%{_libdir}/libgtksourceview-%{api_ver}.so +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/GtkSource-%{api_ver}.gir +%{_datadir}/doc/gtksourceview5 +%{_datadir}/vala + +%files tests +%{_bindir}/gtksourceview%{api_ver}-widget +%{_libexecdir}/installed-tests +%{_datadir}/installed-tests + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 5.11.0-3 +- Rebuilt for MSVSphere 10 + +* Mon Jun 24 2024 Troy Dawson - 5.11.0-3 +- Bump release for June 2024 mass rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 5.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 20 2024 David King - 5.11.0-1 +- Update to 5.11.0 + +* Sat Jan 20 2024 Fedora Release Engineering - 5.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Sep 19 2023 Kalev Lember - 5.10.0-1 +- Update to 5.10.0 + +* Tue Sep 05 2023 Kalev Lember - 5.9.0-1 +- Update to 5.9.0 + +* Thu Jul 20 2023 Fedora Release Engineering - 5.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Mar 18 2023 David King - 5.8.0-1 +- Update to 5.8.0 + +* Sat Mar 04 2023 David King - 5.7.2-1 +- Update to 5.7.2 + +* Thu Feb 16 2023 David King - 5.7.1-1 +- Update to 5.7.1 + +* Mon Feb 06 2023 David King - 5.7.0-1 +- Update to 5.7.0 + +* Thu Jan 19 2023 Fedora Release Engineering - 5.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Sep 27 2022 Kalev Lember - 5.6.1-2 +- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it + +* Thu Sep 22 2022 Kalev Lember - 5.6.1-1 +- Update to 5.6.1 + +* Mon Sep 19 2022 Kalev Lember - 5.6.0-1 +- Update to 5.6.0 + +* Mon Aug 08 2022 Kalev Lember - 5.5.1-1 +- Update to 5.5.1 + +* Thu Jul 21 2022 Fedora Release Engineering - 5.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jul 15 2022 Kalev Lember - 5.5.0-1 +- Update to 5.5.0 + +* Tue Jun 14 2022 David King - 5.4.2-1 +- Update to 5.4.2 (#2096086) + +* Tue May 10 2022 Adam Williamson - 5.4.1-2 +- Backport fix for dark theme Markdown highlighting + +* Fri Apr 22 2022 David King - 5.4.1-1 +- Update to 5.4.1 (#2077674) + +* Fri Mar 25 2022 David King - 5.4.0-1 +- Update to 5.4.0 (#2065873) + +* Thu Jan 20 2022 Fedora Release Engineering - 5.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jan 11 2022 Neal Gompa - 5.3.2-2 +- Remove usage of undefined macros + +* Sun Jan 09 2022 David King - 5.3.2-1 +- Update to 5.3.2 + +* Sat Jan 08 2022 David King - 5.3.1-1 +- Update to 5.3.1 + +* Mon Oct 25 2021 Amanda Graven - 5.2.0-1 +- Initial packaging of GtkSourceView 5