rebuilt with debug package [release 1.48.0-2mamba;Tue Dec 01 2020]
This commit is contained in:
parent
cec8cffb92
commit
dee980635c
@ -2,15 +2,9 @@
|
||||
%define libver 1.0
|
||||
%define modulesver 1.10.0
|
||||
|
||||
%ifarch x86_64
|
||||
%define arch_suffix -64
|
||||
%else
|
||||
%define arch_suffix -32
|
||||
%endif
|
||||
|
||||
Name: libpango
|
||||
Version: 1.48.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Group: System/Internationalization
|
||||
Vendor: openmamba
|
||||
@ -45,6 +39,7 @@ BuildRequires: libz-devel
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: gobject-introspection-devel
|
||||
%endif
|
||||
BuildRequires: libfribidi-devel
|
||||
BuildRequires: libfontconfig-devel >= 2.10.91
|
||||
Obsoletes: pango
|
||||
Provides: pango = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -85,6 +80,8 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
%{pkgname} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pango-%{version}
|
||||
#%patch0 -p1
|
||||
@ -94,13 +91,6 @@ Requires: gtk-doc
|
||||
%meson \
|
||||
-Denable_docs=true
|
||||
|
||||
#autoreconf -f -i
|
||||
#% configure \
|
||||
# --program-suffix=%{arch_suffix} \
|
||||
#%if "%{stage1}" == "1"
|
||||
# --enable-introspection=no
|
||||
#%endif
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -117,17 +107,8 @@ install -d -m0755 %{buildroot}%{_sysconfdir}/pango
|
||||
|
||||
%posttrans
|
||||
if [ $1 -ge 1 ]; then
|
||||
# mkdir -p %{_sysconfdir}/pango/%{_target_platform}
|
||||
# %{_bindir}/pango-querymodules%{arch_suffix} > %{_sysconfdir}/pango/%{_target_platform}/pango.modules
|
||||
#%ifnarch x86_64
|
||||
# if [ ! -e /usr/bin/pango-querymodules-64 ]; then
|
||||
#%endif
|
||||
# ln -snf pango-querymodules%{arch_suffix} %{_bindir}/pango-querymodules
|
||||
ln -snf pango-view%{arch_suffix} %{_bindir}/pango-view
|
||||
[ -L %{_bindir}/pango-querymodules ] && rm -f %{_bindir}/pango-querymodules
|
||||
#%ifnarch x86_64
|
||||
# fi
|
||||
#%endif
|
||||
fi
|
||||
# legacy cleanups
|
||||
rm -f /etc/pango/pango.modules
|
||||
@ -169,6 +150,9 @@ exit 0
|
||||
#%{_datadir}/gtk-doc/html/pango/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.48.0-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 1.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user