Merge branch 'upstream' into tizen
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 22 Aug 2016 02:27:37 +0000 (11:27 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 22 Aug 2016 02:27:37 +0000 (11:27 +0900)
packaging/baselibs.conf [new file with mode: 0644]
packaging/harfbuzz.changes [new file with mode: 0644]
packaging/harfbuzz.manifest [new file with mode: 0644]
packaging/harfbuzz.spec [new file with mode: 0644]

diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
new file mode 100644 (file)
index 0000000..0f8119e
--- /dev/null
@@ -0,0 +1 @@
+libharfbuzz
diff --git a/packaging/harfbuzz.changes b/packaging/harfbuzz.changes
new file mode 100644 (file)
index 0000000..05ee083
--- /dev/null
@@ -0,0 +1,8 @@
+* Thu Nov 13 2014 Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> upstream/0.9.35@4a63fee
+
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130129.152715@5c3b7d6
+- Fixed package groups
+
+* Tue Jan 29 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130129.151939@7bdec5c
+- update to 0.9.12
+
diff --git a/packaging/harfbuzz.manifest b/packaging/harfbuzz.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/harfbuzz.spec b/packaging/harfbuzz.spec
new file mode 100644 (file)
index 0000000..b128bc4
--- /dev/null
@@ -0,0 +1,80 @@
+Name:           harfbuzz
+Version:        0.9.40
+Release:        0
+License:        MIT
+Summary:        An OpenType text shaping engine
+Url:            http://www.freedesktop.org/wiki/Software/HarfBuzz
+Group:          Graphics/Font Management
+Source:         %{name}-%{version}.tar.bz2
+Source99:       baselibs.conf
+Source1001:    harfbuzz.manifest
+BuildRequires:  gcc-c++
+#BuildRequires:  pkgconfig(cairo) >= 1.8.0
+#BuildRequires:  pkgconfig(cairo-ft)
+BuildRequires:  pkgconfig(freetype2) >= 2.3.8
+BuildRequires:  pkgconfig(glib-2.0) >= 2.16
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(icu-uc)
+
+%description
+HarfBuzz is an OpenType text shaping engine.
+
+%package -n libharfbuzz
+Summary:        An OpenType text shaping engine
+Group:          Graphics/Font Management
+
+%description -n libharfbuzz
+HarfBuzz is an OpenType text shaping engine.
+
+%package tools
+Summary:        An OpenType text shaping engine -- Tools
+Group:          Graphics/Font Management
+
+%description tools
+HarfBuzz is an OpenType text shaping engine.
+
+%package devel
+Summary:        An OpenType text shaping engine -- Development Files
+Group:          Development/Libraries
+Requires:       libharfbuzz = %{version}
+
+%description devel
+HarfBuzz is an OpenType text shaping engine.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%configure \
+        --disable-static
+make %{?_smp_mflags}
+
+%install
+%make_install
+rm -rf %{buildroot}/%{_datadir}/gtk-doc
+
+%post -n libharfbuzz -p /sbin/ldconfig
+
+%postun -n libharfbuzz -p /sbin/ldconfig
+
+%files -n libharfbuzz
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%license COPYING
+%{_libdir}/*.so.0*
+
+%files tools
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%{_bindir}/hb-ot-shape-closure
+%{_bindir}/hb-shape
+#%{_bindir}/hb-view
+
+%files devel
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%{_includedir}/harfbuzz/
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc