resetting manifest requested domain to floor 47/4647/1 accepted/tizen/20130710.220613 submit/tizen/20130710.130939
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:49:03 +0000 (21:49 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:49:03 +0000 (21:49 +0300)
packaging/gawk.manifest [new file with mode: 0644]
packaging/gawk.spec

diff --git a/packaging/gawk.manifest b/packaging/gawk.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 7b06576..e16f94d 100644 (file)
@@ -9,6 +9,7 @@ Summary:        GNU awk
 License:        GPL-3.0+
 Group:          Base/Tools
 Source:         gawk-%{version}.tar.bz2
+Source1001:    gawk.manifest
 
 # Temporary
 Provides:       /bin/awk
@@ -20,6 +21,7 @@ almost completely POSIX 1003.2 compliant.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 chmod -x COPYING
 # force rebuild with non-broken makeinfo
 rm -f doc/*.info
@@ -46,6 +48,7 @@ make check
 %docs_package
 
 %files 
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_bindir}/awk