resetting manifest requested domain to floor 18/5018/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_generic accepted/tizen_ivi tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.214509 accepted/tizen/20130912.185414 accepted/tizen/20130912.193642 accepted/tizen/20130913.063142 accepted/tizen/ivi/genivi/20140131.041123 ivi_oct_m2 submit/tizen/20130710.135343 submit/tizen/20130912.080507 submit/tizen/20130912.090806 submit/tizen_ivi_genivi/20140131.033251 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 03:18:59 +0000 (06:18 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 03:18:59 +0000 (06:18 +0300)
packaging/unzip.manifest [new file with mode: 0644]
packaging/unzip.spec

diff --git a/packaging/unzip.manifest b/packaging/unzip.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3949373..c2de67c 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A utility for unpacking zip files
 Url:            http://www.info-zip.org/pub/infozip/UnZip.html
 Group:          Applications/Archiving
 Source:         ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tar.gz
+Source1001:    unzip.manifest
 
 %description
 The unzip utility is used to list, test, or extract files from a zip
@@ -20,6 +21,7 @@ a zip archive.
 
 %prep
 %setup -q -n %{name}60
+cp %{SOURCE1001} .
 
 
 
@@ -32,6 +34,7 @@ make CFLAGS="-D_LARGEFILE64_SOURCE" linux_noasm LF2="" %{?_smp_mflags}
 make prefix=%{buildroot}%{_prefix} MANDIR=%{buildroot}/%{_mandir}/man1 INSTALL="cp -p" install LF2=""
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc LICENSE
 %{_bindir}/*