diff options
-rw-r--r-- | packaging/dash.changes | 6 | ||||
-rw-r--r-- | packaging/dash.spec | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/packaging/dash.changes b/packaging/dash.changes new file mode 100644 index 0000000..8f1de8a --- /dev/null +++ b/packaging/dash.changes @@ -0,0 +1,6 @@ +* Thu Sep 05 2013 Maciej Wereski <m.wereski@partner.samsung.com> accepted/tizen/20130710.220938@1e64104 +- RMPLINT fixes and docs package +- resetting manifest requested domain to floor +- add packaging +- Imported Upstream version 0.5.7 + diff --git a/packaging/dash.spec b/packaging/dash.spec index 1081dab..41eae19 100644 --- a/packaging/dash.spec +++ b/packaging/dash.spec @@ -2,8 +2,8 @@ Name: dash Version: 0.5.7 Release: 4 Summary: Small and fast POSIX-compliant shell -Group: System/Shells -License: BSD and GPLv2+ +Group: Base/Utilities +License: BSD-3-Clause and GPL-2.0+ URL: http://gondor.apana.org.au/~herbert/dash/ Source0: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz Source1001: dash.manifest @@ -35,9 +35,10 @@ if [ $1 -eq 0 ]; then sed -i '/^\/bin\/dash$/d' /etc/shells fi +%docs_package + %files %manifest %{name}.manifest -%doc COPYING +%license COPYING /bin/dash -%{_datadir}/man/man1/dash.1.gz |