From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:03:35 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20200225.010716~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed9328216a2553f9e7eb9196209e67213cb8ef8d;p=platform%2Fupstream%2Fpixman.git resetting manifest requested domain to floor --- diff --git a/packaging/pixman.manifest b/packaging/pixman.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/pixman.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/pixman.spec b/packaging/pixman.spec index 352b4f5..cf55942 100644 --- a/packaging/pixman.spec +++ b/packaging/pixman.spec @@ -7,6 +7,7 @@ Url: http://www.x.org/ Group: Graphics/Libraries Source: %{name}-%{version}.tar.gz Source1: baselibs.conf +Source1001: pixman.manifest BuildRequires: pkgconfig(libpng12) %description @@ -24,6 +25,7 @@ Development components for the pixman library. %prep %setup -q +cp %{SOURCE1001} . %build @@ -38,11 +40,13 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libpixman-1*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/pixman-1 %{_includedir}/pixman-1/pixman.h