From 77f8d5323b56c56eb667e0d8869a5cac94766204 Mon Sep 17 00:00:00 2001 From: Jae-young Hwang Date: Wed, 25 Sep 2013 17:23:23 +0900 Subject: [PATCH] Add license file into rpm package License file must be included in Tizen SDK release binary because Tizen SDK license is deleted. Change-Id: I605eb8477623b161006170402b12e400e9c4f3ba Signed-off-by: Jae-young Hwang --- packaging/gzip.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/gzip.spec b/packaging/gzip.spec index d3bf74a..091cfb3 100755 --- a/packaging/gzip.spec +++ b/packaging/gzip.spec @@ -105,6 +105,10 @@ do done; done +# license +mkdir -p %{buildroot}/usr/share/license +cp COPYING %{buildroot}/usr/share/license/%{name} + %docs_package %files @@ -123,7 +127,7 @@ done %{_bindir}/zfgrep %{_bindir}/zgrep %{_bindir}/zmore - +/usr/share/license/%{name} %files -n zless %manifest gzip.manifest -- 2.7.4