From 56b986b5c0fa3c3f2c0bb07139953d27a283ef8c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:44:30 +0300 Subject: resetting manifest requested domain to floor --- packaging/libthai.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packaging/libthai.spec') 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 -- cgit v1.2.3