projects
/
platform
/
core
/
system
/
swap-probe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca77d85
)
[FIX] build. spec license problems.
48/28448/1
author
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Tue, 7 Oct 2014 10:53:47 +0000
(14:53 +0400)
committer
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Tue, 7 Oct 2014 10:53:47 +0000
(14:53 +0400)
Change-Id: I07df72890db4161c1e7fb6bc751056f7c1205835
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
packaging/swap-probe.spec
patch
|
blob
|
history
diff --git
a/packaging/swap-probe.spec
b/packaging/swap-probe.spec
index c2eb3d99db6951f63837f3d1f1394557f19ddeb6..190fd3134081e2cbfd48ed6f0602aaeeed578e2e 100644
(file)
--- a/
packaging/swap-probe.spec
+++ b/
packaging/swap-probe.spec
@@
-27,7
+27,8
@@
make -j
%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
+cp LICENSE.MIT %{buildroot}/usr/share/license/%{name}
+cat LICENSE.LGPLv2.1 >> %{buildroot}/usr/share/license/%{name}
%make_install
%files