summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:37:11 +0300
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2015-01-02 11:46:16 +0100
commit45d7debd313f9c89b671465f33e84b9abe5471c3 (patch)
tree5ac5628ec283b53c2c47c6123aa00e4f2e531175
parent641e1bd34c5cb05467f8f7d4eb76c2ec74f7ac05 (diff)
downloadmake-45d7debd313f9c89b671465f33e84b9abe5471c3.tar.gz
make-45d7debd313f9c89b671465f33e84b9abe5471c3.tar.bz2
make-45d7debd313f9c89b671465f33e84b9abe5471c3.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/make.manifest5
-rw-r--r--packaging/make.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/make.manifest b/packaging/make.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/make.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/make.spec b/packaging/make.spec
index 30be11a..e9d6889 100644
--- a/packaging/make.spec
+++ b/packaging/make.spec
@@ -7,12 +7,14 @@ Summary: GNU make
License: GPL-2.0+
Group: Development/Tools/Building
Source: make-%version.tar.bz2
+Source1001: make.manifest
%description
The GNU make command with extensive documentation.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
CFLAGS=$RPM_OPT_FLAGS \
@@ -27,6 +29,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
ln -s make $RPM_BUILD_ROOT/usr/bin/gmake
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
/usr/bin/make