summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:37:11 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:37:11 +0300
commit2f141cdc89534c622a1f7d1691bb405dcfeb8291 (patch)
treeb80306609e50a8fd68d043cada340f2d949ef150
parentcc6b68b48859797ff95650463529e29c81c515ea (diff)
downloadmake-accepted/tizen/ivi/stable.tar.gz
make-accepted/tizen/ivi/stable.tar.bz2
make-accepted/tizen/ivi/stable.zip
-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