From: Alexandru Cornea Date: Fri, 28 Jun 2013 22:42:12 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220209^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fstable;p=platform%2Fupstream%2Flcms2.git resetting manifest requested domain to floor --- diff --git a/packaging/lcms2.manifest b/packaging/lcms2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/lcms2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/lcms2.spec b/packaging/lcms2.spec index 0d0067c..1091a66 100644 --- a/packaging/lcms2.spec +++ b/packaging/lcms2.spec @@ -11,6 +11,7 @@ BuildRequires: libtiff-devel BuildRequires: pkg-config BuildRequires: zlib-devel Source0: http://sourceforge.net/projects/lcms/files/lcms/%{version}/%{name}-%{version}.tar.gz +Source1001: lcms2.manifest %description Littlecms is a small speed optimized color management engine. @@ -39,6 +40,7 @@ to develop applications that require these. %prep %setup -q +cp %{SOURCE1001} . chmod a-x doc/* COPYING AUTHORS @@ -54,15 +56,18 @@ make %{?_smp_flags} %postun -n libcms2 -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/* %files -n libcms2 +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/liblcms2.so.2* %files -n liblcms2-devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/*.so