summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 23:05:25 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 23:05:25 +0300
commit58f0b94aebd4220cd073ec7931e2066baa9ba8d7 (patch)
tree92018233d8bfcf5e7a36dc2c740171b9bb1a5a02
parent115c871daba5d53ac049362c84bef771e2301c86 (diff)
downloadharfbuzz-tizen_3.0.m14.2_ivi.tar.gz
harfbuzz-tizen_3.0.m14.2_ivi.tar.bz2
harfbuzz-tizen_3.0.m14.2_ivi.zip
-rw-r--r--packaging/harfbuzz.manifest5
-rw-r--r--packaging/harfbuzz.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/harfbuzz.manifest b/packaging/harfbuzz.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/harfbuzz.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/harfbuzz.spec b/packaging/harfbuzz.spec
index e6c2cdc..7eeaf94 100644
--- a/packaging/harfbuzz.spec
+++ b/packaging/harfbuzz.spec
@@ -7,6 +7,7 @@ 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)
@@ -43,6 +44,7 @@ HarfBuzz is an OpenType text shaping engine.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure \
@@ -57,17 +59,20 @@ make %{?_smp_mflags}
%postun -n libharfbuzz -p /sbin/ldconfig
%files -n libharfbuzz
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_libdir}/libharfbuzz.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