summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-05-21 11:57:10 +0200
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-05-21 11:58:12 +0200
commit71b36b170c377bfd15cb5601c49340ba95a1a30d (patch)
tree8fb9ab7a6616559b0766260d4ec6ce64c5d102a0
parentb403d500f6122fefb99d3656b9bf5680900b8f4a (diff)
downloadbundle-tizen_3.0.2014.q3_common.tar.gz
bundle-tizen_3.0.2014.q3_common.tar.bz2
bundle-tizen_3.0.2014.q3_common.zip
Change-Id: I98dfd02c9a830db27537a70579e279a8e92b4dc7 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--packaging/bundle.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/packaging/bundle.spec b/packaging/bundle.spec
index 3fea01f..1128cf4 100644
--- a/packaging/bundle.spec
+++ b/packaging/bundle.spec
@@ -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