diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 23:28:37 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 23:28:37 +0300 |
commit | 04c5e31f622fc5f946d4043109ba4c24beef7692 (patch) | |
tree | cc0443109a863af1988211e0db29db0ae0eba281 | |
parent | 0d5aec19add2ae26a3df78765010744118d8b808 (diff) | |
download | dash-04c5e31f622fc5f946d4043109ba4c24beef7692.tar.gz dash-04c5e31f622fc5f946d4043109ba4c24beef7692.tar.bz2 dash-04c5e31f622fc5f946d4043109ba4c24beef7692.zip |
resetting manifest requested domain to floorsubmit/tizen/20130710.130116accepted/tizen/20130710.220938
-rw-r--r-- | packaging/dash.manifest | 5 | ||||
-rw-r--r-- | packaging/dash.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/dash.manifest b/packaging/dash.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/dash.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/dash.spec b/packaging/dash.spec index 822548e..1081dab 100644 --- a/packaging/dash.spec +++ b/packaging/dash.spec @@ -6,6 +6,7 @@ Group: System/Shells License: BSD and GPLv2+ URL: http://gondor.apana.org.au/~herbert/dash/ Source0: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz +Source1001: dash.manifest %description DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as @@ -14,6 +15,7 @@ significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -34,6 +36,7 @@ if [ $1 -eq 0 ]; then fi %files +%manifest %{name}.manifest %doc COPYING /bin/dash %{_datadir}/man/man1/dash.1.gz |