summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/ug-myfile-efl.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/ug-myfile-efl.spec b/packaging/ug-myfile-efl.spec
index 01a4461..5df9403 100644
--- a/packaging/ug-myfile-efl.spec
+++ b/packaging/ug-myfile-efl.spec
@@ -1,7 +1,7 @@
#sbs-git:slp/pkgs/u/ug-myfile-efl ug-myfile-efl 0.0.1 1b44640a2e59d1af1ab0792e39a73bf3680b25c9
Name: ug-myfile-efl
Summary: Myfile UI Gadget (EFL)
-Version: 0.0.48
+Version: 0.0.49
Release: 1
Group: misc
License: Flora
@@ -43,6 +43,8 @@ mkdir -p /usr/ug/bin/
ln -sf /usr/bin/ug-client /usr/ug/bin/myfile-efl
%install
rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE.Flora %{buildroot}/usr/share/license/%{name}
%make_install
%files
@@ -51,3 +53,5 @@ rm -rf %{buildroot}
/usr/ug/lib/*
/usr/ug/res/*
/usr/share/packages/*.xml
+/usr/share/license/%{name}
+