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