From: Alexandru Cornea Date: Mon, 1 Jul 2013 18:06:54 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215428^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_generic;p=platform%2Fupstream%2Fmtools.git resetting manifest requested domain to floor --- diff --git a/packaging/mtools.manifest b/packaging/mtools.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/mtools.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/mtools.spec b/packaging/mtools.spec index 4d59247..c85fcf1 100644 --- a/packaging/mtools.spec +++ b/packaging/mtools.spec @@ -6,6 +6,7 @@ Summary: Access Files on an MS-DOS File System Url: http://mtools.linux.lu/ Group: System/Filesystems Source: %{name}-%{version}.tar.bz2 +Source1001: mtools.manifest BuildRequires: autoconf BuildRequires: makeinfo @@ -31,6 +32,7 @@ XDF support for OS/2 is also provided. %prep %setup -q +cp %{SOURCE1001} . %build autoconf --force @@ -50,6 +52,7 @@ rm -rf %{buildroot}%{_bindir}/f* %docs_package %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) %config %{_sysconfdir}/mtools.conf