From 23d6c1572ece5bb74ba5d2ac27faa92df1d5d562 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:09:24 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/links.manifest | 5 +++++ packaging/links.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/links.manifest diff --git a/packaging/links.manifest b/packaging/links.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/links.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/links.spec b/packaging/links.spec index 33eb547..50ce131 100644 --- a/packaging/links.spec +++ b/packaging/links.spec @@ -10,6 +10,7 @@ Summary: Text-Based WWW Browser License: GPL-2.0+ Group: Productivity/Networking/Web/Browsers Source: links-%{version}.tar.bz2 +Source1001: links.manifest %description Links is like Lynx--an easy-to-use browser for HTML documents and other @@ -20,6 +21,7 @@ frames, supports ssl, and has a little bit of JavaScript support. %prep %setup -q -n links-%{version} +cp %{SOURCE1001} . %build autoreconf -ifv @@ -36,6 +38,7 @@ make EXTRAA="-DSHOW_COLOR=TRUE" install links $RPM_BUILD_ROOT/usr/bin/links %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) /usr/bin/links -- 2.7.4