From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:33:17 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220136^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2FlibXaw.git;a=commitdiff_plain;h=c08b117096b40678053d47f6239de2cfeef015ac resetting manifest requested domain to floor --- diff --git a/packaging/libXaw.manifest b/packaging/libXaw.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libXaw.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libXaw.spec b/packaging/libXaw.spec index 369c8d2..8659395 100644 --- a/packaging/libXaw.spec +++ b/packaging/libXaw.spec @@ -6,6 +6,7 @@ Summary: X Athena Widget Set Url: http://www.x.org Group: Graphics/X Window System Source: %{name}-%{version}.tar.bz2 +Source1001: libXaw.manifest BuildRequires: ed BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -33,6 +34,7 @@ X.Org X11 libXaw development package %prep %setup -q +cp %{SOURCE1001} . %build export CFLAGS="${CFLAGS} %{optflags} -Os" @@ -52,6 +54,7 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libXaw.so.7 @@ -59,6 +62,7 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/libXaw7.so.7.0.0 %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/X11/Xaw %{_includedir}/X11/Xaw/*.h