From 35f10bd929361351c2519785326079ca120b1466 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 4 Nov 2012 19:00:25 -0800 Subject: [PATCH] add packaging --- packaging/baselibs.conf | 6 ++++++ packaging/fontconfig.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 packaging/baselibs.conf diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf new file mode 100644 index 0000000..ce12525 --- /dev/null +++ b/packaging/baselibs.conf @@ -0,0 +1,6 @@ +fontconfig + +/usr/bin/fc-cache -> /usr/bin/fc-cache + +/usr/bin/fc-cat -> /usr/bin/fc-cat + +/usr/bin/fc-list -> /usr/bin/fc-list + +/usr/bin/fc-match -> /usr/bin/fc-match +fontconfig-devel diff --git a/packaging/fontconfig.spec b/packaging/fontconfig.spec index 154e014..dec412a 100644 --- a/packaging/fontconfig.spec +++ b/packaging/fontconfig.spec @@ -1,11 +1,7 @@ -# -# Please submit bugfixes or comments via http://bugs.tizen.org/ -# - %global freetype_version 2.1.4 Name: fontconfig -Version: 2.9.0 +Version: 2.10.0 Release: 2 License: MIT Summary: Font configuration and customization library -- 2.7.4