automatic version update by autodist [release 1.44.1-1mamba;Thu Aug 01 2019]

This commit is contained in:
Automatic Build System 2024-01-06 05:19:49 +01:00
parent e968378f20
commit 76680e5d59

View File

@ -9,8 +9,8 @@
%endif
Name: libpango
Version: 1.42.4
Release: 2mamba
Version: 1.44.1
Release: 1mamba
Summary: System for layout and rendering of internationalized text
Group: System/Internationalization
Vendor: openmamba
@ -48,11 +48,8 @@ BuildRequires: gobject-introspection-devel
BuildRequires: libfontconfig-devel >= 2.10.91
Obsoletes: pango
Provides: pango = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
#checking Carbon/Carbon.h usability... no
#checking Carbon/Carbon.h presence... no
#checking for Carbon/Carbon.h... no
#checking for LIBTHAI... no
%description
A library to handle unicode strings as well as complex bidirectional or context dependent shaped strings.
@ -72,6 +69,14 @@ The pango-devel package includes the static libraries and header files for the p
This package contains static libraries and header files need for development.
%package tools
Summary: %{summary}
Group: System/Tools
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
The libpango-tools package includes the tools for the pango package.
%package apidocs
Summary: %{pkgname} API documentation
Group: Documentation
@ -82,23 +87,25 @@ Requires: gtk-doc
%prep
%setup -q -n pango-%{version}
%patch0 -p1
#%patch0 -p1
%build
# for patch0
autoreconf -f -i
%configure \
--program-suffix=%{arch_suffix} \
%if "%{stage1}" == "1"
--enable-introspection=no
%endif
%meson \
-Denable_docs=true
# --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
%make
#autoreconf -f -i
#% configure \
# --program-suffix=%{arch_suffix} \
#%if "%{stage1}" == "1"
# --enable-introspection=no
#%endif
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
install -d -m0755 %{buildroot}%{_sysconfdir}/pango
@ -131,41 +138,40 @@ exit 0
%files
%defattr(-,root,root)
%dir %{_sysconfdir}/pango
#%{_bindir}/pango-querymodules%{arch_suffix}
%{_bindir}/pango-list%{arch_suffix}
%{_bindir}/pango-view%{arch_suffix}
%{_libdir}/libpango-%{libver}.so.*
%{_libdir}/libpangocairo-%{libver}.so.*
%{_libdir}/libpangoft2-%{libver}.so.*
#%{_libdir}/libpangox-%{libver}.so.*
%{_libdir}/libpangoxft-%{libver}.*
%if "%{stage1}" != "1"
%{_libdir}/girepository-1.0/Pango*.typelib
%endif
%{_mandir}/man1/pango-view%{arch_suffix}.1*
%doc AUTHORS COPYING
%doc COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/pango-%{libver}/pango/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libpango-%{libver}.la
%{_libdir}/libpangocairo-%{libver}.la
%{_libdir}/libpangoft2-%{libver}.la
#%{_libdir}/libpangox-%{libver}.la
%{_libdir}/libpango-%{libver}.so
%{_libdir}/libpangocairo-%{libver}.so
%{_libdir}/libpangoft2-%{libver}.so
#%{_libdir}/libpangox-%{libver}.so
%{_datadir}/gir-1.0/Pango*.gir
%doc NEWS README ChangeLog
%{_libdir}/pkgconfig/*.pc
%doc NEWS
%files apidocs
%files tools
%defattr(-,root,root)
%dir %{_datadir}/gtk-doc/html/pango
%{_datadir}/gtk-doc/html/pango/*
%{_bindir}/pango-list
%{_bindir}/pango-view
%{_mandir}/man1/pango-view.1*
#%files apidocs
#%defattr(-,root,root)
#%dir %{_datadir}/gtk-doc/html/pango
#%{_datadir}/gtk-doc/html/pango/*
%changelog
* Thu Aug 01 2019 Automatic Build System <autodist@mambasoft.it> 1.44.1-1mamba
- automatic version update by autodist
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.42.4-2mamba
- fix displaying an error in postrans script