diff options
-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 |