diff options
-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 |