From 512287cadcc31d9bc0a5702ff4ca5aa5155d7fd2 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:19:07 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/nano.manifest | 5 +++++ packaging/nano.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/nano.manifest diff --git a/packaging/nano.manifest b/packaging/nano.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/nano.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/nano.spec b/packaging/nano.spec index 2ea673e..1679d0f 100644 --- a/packaging/nano.spec +++ b/packaging/nano.spec @@ -7,6 +7,7 @@ License: GPL-3.0+ Url: http://www.nano-editor.org/ Group: Productivity/Editors/Other Source0: %{name}-%{version}.tar.bz2 +Source1001: nano.manifest BuildRequires: file-devel BuildRequires: pkgconfig(ncurses) @@ -18,6 +19,7 @@ Pico text editor while also offering a few enhancements. %prep %setup -q +cp %{SOURCE1001} . # Remove build time references so build-compare can do its work FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') @@ -43,6 +45,7 @@ rm -rf %{buildroot}%{_mandir}/fr %lang_package %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_bindir}/nano -- 2.7.4