From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:44:30 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215717^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0_ivi;p=platform%2Fupstream%2Flibthai.git resetting manifest requested domain to floor --- diff --git a/packaging/libthai.manifest b/packaging/libthai.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libthai.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libthai.spec b/packaging/libthai.spec index dae8dc1..c868385 100644 --- a/packaging/libthai.spec +++ b/packaging/libthai.spec @@ -7,6 +7,7 @@ Url: http://linux.thai.net/plone/TLWG/libthai/ Group: System/Libraries Source: %{name}-%{version}.tar.gz Source99: baselibs.conf +Source1001: libthai.manifest BuildRequires: pkgconfig(datrie-0.2) BuildRequires: pkg-config Requires: libthai-data >= %{version} @@ -48,6 +49,7 @@ software using libthai. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static --with-pic @@ -62,15 +64,18 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) %{_libdir}/libthai.so.* %files data +%manifest %{name}.manifest %defattr(-, root, root) %{_datadir}/libthai/ %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/thai/ %{_libdir}/libthai.so