From 56b986b5c0fa3c3f2c0bb07139953d27a283ef8c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:44:30 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libthai.manifest | 5 +++++ packaging/libthai.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/libthai.manifest 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 -- 2.7.4