From 283335b508d6069106ad0272411e343f6220c815 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:32:17 +0100 Subject: [PATCH] update to 4.2.0 [release 4.2.0-1mamba;Sun Aug 18 2019] --- libgtksourceview.spec | 45 +++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/libgtksourceview.spec b/libgtksourceview.spec index 4ae54a6..a9affea 100644 --- a/libgtksourceview.spec +++ b/libgtksourceview.spec @@ -1,7 +1,7 @@ %define majversion %(echo %version | cut -d. -f 1-2) Name: libgtksourceview -Version: 3.22.2 +Version: 4.2.0 Release: 1mamba Summary: A text widget that extends the standard GTK+ 2.x text widget Group: System/Libraries @@ -14,11 +14,10 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatk-devel +BuildRequires: libblkid-devel BuildRequires: libbzip2-devel BuildRequires: libcairo-devel -BuildRequires: libexpat-devel BuildRequires: libffi-devel -BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel @@ -26,11 +25,13 @@ BuildRequires: libgraphite2-devel BuildRequires: libgtk-devel BuildRequires: libharfbuzz-devel BuildRequires: liblzma-devel +BuildRequires: libmount-devel BuildRequires: libpango-devel BuildRequires: libpcre-devel BuildRequires: libpng-devel BuildRequires: libselinux-devel -BuildRequires: libthai-devel +BuildRequires: libsepol-devel +BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END @@ -73,16 +74,17 @@ This package contains the API documentation need for development. %setup -q -n gtksourceview-%{version} %build -%configure +%configure ##\ ## --enable-gtk-doc + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -%find_lang gtksourceview-3.0 +%find_lang gtksourceview-4 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -90,35 +92,40 @@ This package contains the API documentation need for development. %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f gtksourceview-3.0.lang +%files -f gtksourceview-4.lang %defattr(-,root,root) -%{_libdir}/*.so.* -%{_libdir}/girepository-1.0/GtkSource-3.0.typelib -%{_datadir}/gtksourceview-?.? +%{_libdir}/libgtksourceview-4.so.* +%{_libdir}/girepository-1.0/GtkSource-4.typelib +%dir %{_datadir}/gtksourceview-4 +%dir %{_datadir}/gtksourceview-4/language-specs +%{_datadir}/gtksourceview-4/language-specs/* +%dir %{_datadir}/gtksourceview-4/styles +%{_datadir}/gtksourceview-4/styles/* %doc AUTHORS COPYING %files devel %defattr(-,root,root) -%dir %{_includedir}/gtksourceview-?.? -%{_includedir}/gtksourceview-?.? -%{_libdir}/*.la -%{_libdir}/*.so -%{_datadir}/gir-1.0/GtkSource-3.0.gir -%{_datadir}/vala/vapi/gtksourceview-3.0.deps -%{_datadir}/vala/vapi/gtksourceview-3.0.vapi +%dir %{_includedir}/gtksourceview-4 +%{_includedir}/gtksourceview-4 +%{_libdir}/libgtksourceview-4.la +%{_libdir}/libgtksourceview-4.so +%{_datadir}/gir-1.0/GtkSource-4.gir +%{_datadir}/vala/vapi/gtksourceview-4.deps +%{_datadir}/vala/vapi/gtksourceview-4.vapi %{_libdir}/pkgconfig/*.pc %doc NEWS README %files apidocs %defattr(-,root,root) %{_datadir}/gtk-doc/html/gtksourceview-?.?/*.html -#%{_datadir}/gtk-doc/html/gtksourceview-?.?/index.sgml %{_datadir}/gtk-doc/html/gtksourceview-?.?/style.css %{_datadir}/gtk-doc/html/gtksourceview-?.?/*.png -#%{_datadir}/gtk-doc/html/gtksourceview-?.?/gtksourceview-?.?.devhelp %{_datadir}/gtk-doc/html/gtksourceview-?.?/gtksourceview-?.?.devhelp2 %changelog +* Sun Aug 18 2019 Silvan Calarco 4.2.0-1mamba +- update to 4.2.0 + * Fri Oct 27 2017 Automatic Build System 3.22.2-1mamba - automatic update by autodist