diff options
author | Jeongho Mok <jho.mok@samsung.com> | 2017-03-22 17:00:16 +0900 |
---|---|---|
committer | Jeongho Mok <jho.mok@samsung.com> | 2017-03-22 18:01:09 +0900 |
commit | c393b9555d51d2ab2863d2e9e8f55de79b17f735 (patch) | |
tree | 52e9118bd7fefcebbe25e0cac3564af8b1665ad5 | |
parent | f43ca3e85c32c5790392c21b01f094421bc4b744 (diff) | |
download | audio-hal-sc7727-c393b9555d51d2ab2863d2e9e8f55de79b17f735.tar.gz audio-hal-sc7727-c393b9555d51d2ab2863d2e9e8f55de79b17f735.tar.bz2 audio-hal-sc7727-c393b9555d51d2ab2863d2e9e8f55de79b17f735.zip |
Use license macro in spec
[Version] 0.1.23
[Profile] Common
[Issue Type] License
Change-Id: If0183e24f406b54952cf0f15472c343a80143ecb
-rw-r--r-- | LICENSE.APLv2 (renamed from LICENSE.Apache-2.0) | 0 | ||||
-rw-r--r-- | packaging/audio-hal-sc7727.spec | 8 |
2 files changed, 3 insertions, 5 deletions
diff --git a/LICENSE.Apache-2.0 b/LICENSE.APLv2 index d645695..d645695 100644 --- a/LICENSE.Apache-2.0 +++ b/LICENSE.APLv2 diff --git a/packaging/audio-hal-sc7727.spec b/packaging/audio-hal-sc7727.spec index 74ff5d2..7e9421f 100644 --- a/packaging/audio-hal-sc7727.spec +++ b/packaging/audio-hal-sc7727.spec @@ -1,6 +1,6 @@ Name: audio-hal-sc7727 Summary: TIZEN Audio HAL for SC7727 -Version: 0.1.22 +Version: 0.1.23 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -33,9 +33,7 @@ export USE_TINYALSA="0" make %{?jobs:-j%jobs} %install -rm -rf %{buildroot} -mkdir -p %{buildroot}%{_datadir}/license -cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name} + %make_install %post @@ -48,4 +46,4 @@ cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name} %manifest audio-hal-sc7727.manifest %defattr(-,root,root,-) %{_libdir}/libtizen-audio.so -%{_datadir}/license/%{name} +%license LICENSE.APLv2 |