executable and configuration support for biarch environment [release 1.36.8-2mamba;Thu Mar 26 2015]
This commit is contained in:
parent
a11c2f6dd8
commit
3ad78f2ee9
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: libpango
|
Name: libpango
|
||||||
Version: 1.36.8
|
Version: 1.36.8
|
||||||
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
|
||||||
@ -78,9 +78,11 @@ Requires: gtk-doc
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
--program-suffix=-%{_target_cpu} \
|
||||||
%if "%{stage1}" == "1"
|
%if "%{stage1}" == "1"
|
||||||
--enable-introspection=no
|
--enable-introspection=no
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
|
# --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -98,14 +100,26 @@ install -d -m0755 %{buildroot}%{_sysconfdir}/pango
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.modules
|
%ifarch %{ix86}
|
||||||
|
if [ -e %{_bindir}/pango-querymodules-x86_64 ]; then
|
||||||
|
mkdir %{_sysconfdir}/pango/i686-pc-linux-gnu
|
||||||
|
%{_bindir}/pango-querymodules-%{_target_cpu} > %{_sysconfdir}/pango/i686-pc-linux-gnu/pango.modules
|
||||||
|
else
|
||||||
|
%endif
|
||||||
|
%{_bindir}/pango-querymodules-%{_target_cpu} > %{_sysconfdir}/pango/pango.modules
|
||||||
|
ln -snf pango-querymodules-%{_target_cpu} %{_bindir}/pango-querymodules
|
||||||
|
ln -snf pango-view-%{_target_cpu} %{_bindir}/pango-view
|
||||||
|
%ifarch %{ix86}
|
||||||
|
fi
|
||||||
|
%else
|
||||||
|
%endif
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/pango
|
%dir %{_sysconfdir}/pango
|
||||||
%{_bindir}/pango-querymodules
|
%{_bindir}/pango-querymodules-%{_target_cpu}
|
||||||
%{_bindir}/pango-view
|
%{_bindir}/pango-view-%{_target_cpu}
|
||||||
%{_libdir}/libpango-%{libver}.so.*
|
%{_libdir}/libpango-%{libver}.so.*
|
||||||
%{_libdir}/libpangocairo-%{libver}.so.*
|
%{_libdir}/libpangocairo-%{libver}.so.*
|
||||||
%{_libdir}/libpangoft2-%{libver}.so.*
|
%{_libdir}/libpangoft2-%{libver}.so.*
|
||||||
@ -116,8 +130,8 @@ exit 0
|
|||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
%{_libdir}/girepository-1.0/Pango*.typelib
|
%{_libdir}/girepository-1.0/Pango*.typelib
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/pango-querymodules.1.gz
|
%{_mandir}/man1/pango-querymodules-%{_target_cpu}.1*
|
||||||
%{_mandir}/man1/pango-view.1.gz
|
%{_mandir}/man1/pango-view-%{_target_cpu}.1*
|
||||||
#%{_mandir}/man1/preload.1.gz
|
#%{_mandir}/man1/preload.1.gz
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
|
|
||||||
@ -142,6 +156,9 @@ exit 0
|
|||||||
%{_datadir}/gtk-doc/html/pango/*
|
%{_datadir}/gtk-doc/html/pango/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36.8-2mamba
|
||||||
|
- executable and configuration support for biarch environment
|
||||||
|
|
||||||
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 1.36.8-1mamba
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 1.36.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user