diff options
-rw-r--r-- | packaging/nano.manifest | 5 | ||||
-rw-r--r-- | packaging/nano.spec | 3 |
2 files changed, 8 insertions, 0 deletions
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 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> 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 |