automatic version update by autodist [release 1.14.0-1mamba;Fri Sep 13 2024]

This commit is contained in:
Automatic Build System 2024-09-22 19:09:49 +02:00
parent e04163fbed
commit 311dbb75a7

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gspell
Version: 1.12.2
Version: 1.14.0
Release: 1mamba
Summary: A spell-checking library for GTK+ applications
Group: System/Libraries
@ -12,13 +12,9 @@ Source: https://download.gnome.org/sources/gspell/%{majver}/gspell-%{vers
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libenchant-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libicu-devel
BuildRequires: libpango-devel
## AUTOBUILDREQ-END
@ -59,26 +55,26 @@ This package includes the %{name} API documentation.
%setup -q
%build
%configure --enable-gtk-doc
%make
%meson \
-D install_tests=false
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%find_lang %{name}-1
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name} -f %{name}-1.lang
%defattr(-,root,root)
%{_libdir}/libgspell-1.so.*
%{_libdir}/girepository-1.0/Gspell-1.typelib
%doc AUTHORS COPYING
%doc AUTHORS LICENSES
%files -n lib%{name}-devel
%defattr(-,root,root)
@ -91,14 +87,20 @@ This package includes the %{name} API documentation.
%{_datadir}/vala/vapi/gspell-1.vapi
%{_libdir}/pkgconfig/gspell-1.pc
%{_datadir}/gir-1.0/Gspell-1.gir
%doc ChangeLog NEWS README
%doc NEWS README.md
%files apidocs
%defattr(-,root,root)
%dir %{_datadir}/gtk-doc/html/gspell-1.0
%{_datadir}/gtk-doc/html/gspell-1.0/*
%dir %{_datadir}/gtk-doc/html/gspell-1
%{_datadir}/gtk-doc/html/gspell-1/*
%changelog
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 1.14.0-1mamba
- automatic version update by autodist
* Tue Aug 20 2024 Automatic Build System <autodist@openmamba.org> 1.13.1-1mamba
- automatic version update by autodist
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
- automatic version update by autodist