From 231af7f45a0d646d95ec5e4eddef9be25aee5ef9 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:06:54 +0300 Subject: resetting manifest requested domain to floor --- packaging/mtools.manifest | 5 +++++ packaging/mtools.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/mtools.manifest 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 -- cgit v1.2.3