From a3988cb22c3494014516ca9b4cacb8ee3eb03b11 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:44:21 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/gnome-common.manifest | 5 +++++ packaging/gnome-common.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/gnome-common.manifest diff --git a/packaging/gnome-common.manifest b/packaging/gnome-common.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/gnome-common.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/gnome-common.spec b/packaging/gnome-common.spec index 6c11e71..a1c3f79 100644 --- a/packaging/gnome-common.spec +++ b/packaging/gnome-common.spec @@ -13,6 +13,7 @@ License: GPL-2.0+ Group: System/GUI/GNOME Release: 0 Source: http://download.gnome.org/sources/gnome-common/3.4/%{name}-%{version}.tar.xz +Source1001: gnome-common.manifest Url: http://www.gnome.org/ BuildArch: noarch @@ -21,6 +22,7 @@ Gnome-common includes files used by to build GNOME and GNOME applications. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -30,6 +32,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %defattr (-, root, root) #%license COPYING %{_bindir}/gnome-autogen.sh -- 2.7.4