From e64d83ae4bad318d2f3609a08fa29c6afc58615a Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Mon, 25 Jun 2018 16:20:48 +0900 Subject: [PATCH] Renamed file name to display license info at webpage This PR is to replace `LICENSE.LGPLv2.1` with `LICENSE` in order to display official license of this repository automatically. **Changes proposed in this PR:** 1. Replaced LICENSE.LGPLv2.1 with LICENSE 2. Updated nnstreamer.spec Signed-off-by: Geunsik Lim --- LICENSE.LGPLv2.1 => LICENSE | 0 packaging/nnstreamer.spec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE.LGPLv2.1 => LICENSE (100%) diff --git a/LICENSE.LGPLv2.1 b/LICENSE similarity index 100% rename from LICENSE.LGPLv2.1 rename to LICENSE diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 609a4ebbd8..ae65e298a9 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -115,7 +115,7 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/ %manifest nnstreamer.manifest %defattr(-,root,root,-) # The libraries are in LGPLv2.1 (testcases and non GST-plugin components are APL2) -%license LICENSE.LGPLv2.1 +%license LICENSE %{_libdir}/*.so %{_libdir}/*.so* # TODO generate .so files with version info. Migrate symbolic-link .so to devel.