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