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 libver 1.0
|
||||||
%define modulesver 1.10.0
|
%define modulesver 1.10.0
|
||||||
|
|
||||||
%ifarch x86_64
|
|
||||||
%define arch_suffix -64
|
|
||||||
%else
|
|
||||||
%define arch_suffix -32
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: libpango
|
Name: libpango
|
||||||
Version: 1.48.0
|
Version: 1.48.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -45,6 +39,7 @@ BuildRequires: libz-devel
|
|||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libfribidi-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}
|
||||||
@ -85,6 +80,8 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
%{pkgname} API documentation.
|
%{pkgname} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pango-%{version}
|
%setup -q -n pango-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
@ -94,13 +91,6 @@ Requires: gtk-doc
|
|||||||
%meson \
|
%meson \
|
||||||
-Denable_docs=true
|
-Denable_docs=true
|
||||||
|
|
||||||
#autoreconf -f -i
|
|
||||||
#% configure \
|
|
||||||
# --program-suffix=%{arch_suffix} \
|
|
||||||
#%if "%{stage1}" == "1"
|
|
||||||
# --enable-introspection=no
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -117,17 +107,8 @@ install -d -m0755 %{buildroot}%{_sysconfdir}/pango
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
if [ $1 -ge 1 ]; then
|
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
|
ln -snf pango-view%{arch_suffix} %{_bindir}/pango-view
|
||||||
[ -L %{_bindir}/pango-querymodules ] && rm -f %{_bindir}/pango-querymodules
|
[ -L %{_bindir}/pango-querymodules ] && rm -f %{_bindir}/pango-querymodules
|
||||||
#%ifnarch x86_64
|
|
||||||
# fi
|
|
||||||
#%endif
|
|
||||||
fi
|
fi
|
||||||
# legacy cleanups
|
# legacy cleanups
|
||||||
rm -f /etc/pango/pango.modules
|
rm -f /etc/pango/pango.modules
|
||||||
@ -169,6 +150,9 @@ exit 0
|
|||||||
#%{_datadir}/gtk-doc/html/pango/*
|
#%{_datadir}/gtk-doc/html/pango/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 1.48.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user