From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:58:42 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220042^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2FlibXmu.git;a=commitdiff_plain;h=131e92ff834dd0dd01eb72e18f0f3444fee3990c resetting manifest requested domain to floor --- diff --git a/packaging/libXmu.manifest b/packaging/libXmu.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libXmu.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libXmu.spec b/packaging/libXmu.spec index 5d2059e..a961671 100644 --- a/packaging/libXmu.spec +++ b/packaging/libXmu.spec @@ -7,6 +7,7 @@ Url: http://www.x.org Group: Graphics/X Window System Source: %{name}-%{version}.tar.bz2 +Source1001: libXmu.manifest BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -26,6 +27,7 @@ X.Org X11 libXmu development package. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static @@ -40,6 +42,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libXmu.so.6 @@ -48,6 +51,7 @@ make %{?_smp_mflags} %{_libdir}/libXmuu.so.1.0.0 %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/X11/Xmu %{_includedir}/X11/Xmu/Atoms.h