pango: Update to 1.40

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-15 18:51:13 -04:00
parent e0d5e2d86e
commit 3f607d2a8d
1 changed files with 6 additions and 20 deletions

View File

@ -5,11 +5,9 @@
name = pango
version = %{ver_major}.%{ver_minor}
ver_major = 1.36
ver_minor = 8
release = 2
bin_version = 1.8.0
ver_major = 1.40
ver_minor = 3
release = 1
groups = System/Libraries
url = http://www.pango.org/
@ -39,26 +37,14 @@ build
end
configure_options += \
--enable-introspection=yes
--enable-introspection=yes \
--enable-installed-tests
install_cmds
touch %{BUILDROOT}%{libdir}/pango/%{bin_version}/modules.cache
end
export LD_LIBRARY_PATH = %{DIR_APP}/pango/.libs
end
packages
package %{name}
script postin
/usr/bin/pango-querymodules --update-cache || :
end
script postup
if [ ! -e "%{libdir}/pango/%{bin_version}/modules.cache" ]; then
/usr/bin/pango-querymodules --update-cache || :
fi
end
end
package %{name}-devel
template DEVEL