Set valid license tag 79/21479/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140930.171020 accepted/tizen/ivi/20141009.080613 submit/tizen_common/20140930.151659 submit/tizen_ivi/20141007.444444 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 21 May 2014 09:57:10 +0000 (11:57 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 21 May 2014 09:58:12 +0000 (11:58 +0200)
Change-Id: I98dfd02c9a830db27537a70579e279a8e92b4dc7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/bundle.spec

index 3fea01f..1128cf4 100644 (file)
@@ -1,11 +1,11 @@
 Name:       bundle
 Summary:    String key-val dictionary ADT
 Version:    0.1.31
-Release:    1
+Release:    0
 Group:      System/Libraries
-License:    Apache License, Version 2.0
-Source0:    bundle-%{version}.tar.gz
-Source1001:    bundle.manifest
+License:    Apache-2.0
+Source0:        bundle-%{version}.tar.gz
+Source1001:     bundle.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dlog)
@@ -34,7 +34,6 @@ make %{?jobs:-j%jobs}
 %make_install
 
 mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
 
 %post -p /sbin/ldconfig
 
@@ -45,7 +44,7 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libbundle.so.*
-/usr/share/license/%{name}
+%license LICENSE
 
 
 %files devel