Correct license information 58/17958/3
authorJuhyeon Yun <juhyeon.yun@samsung.com>
Wed, 15 Jan 2014 08:14:39 +0000 (17:14 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Mon, 17 Mar 2014 10:39:32 +0000 (19:39 +0900)
Change the license field to spdx-compliant identifier.
Use %license macro to install license files.

Change-Id: Ibde2a85a8692c58e0be7ff15b8b5b1054e382f84
Signed-off-by: Juhyeon Yun <juhyeon.yun@samsung.com>
packaging/gconf-dbus.spec

index 7a2b00b52222dfbf98392d3c08c4bb58099ba563..b1d029765964ea61c823fc3674ab9f3867efa65e 100644 (file)
@@ -2,7 +2,7 @@
 Name:           gconf-dbus
 Version: 2.16.0
 Release:        2
-License:        LGPLv2+
+License:        LGPL-2.0+
 Summary:        A process-transparent configuration system
 Url:            http://www.gnome.org
 Group:          System/Base
@@ -66,9 +66,6 @@ make
 rm -fr %{buildroot}
 %make_install
 
-mkdir -p %{buildroot}/usr/share/license
-install COPYING %{buildroot}/usr/share/license/%{name}
-
 %find_lang GConf2
 
 %clean
@@ -84,7 +81,7 @@ rm -rf %{buildroot}
 %{_bindir}/gconf-merge-tree
 %{_bindir}/gconftool-2
 %manifest gconf-dbus.manifest
-
+%license COPYING
 
 %files  -f GConf2.lang
 %manifest %{name}.manifest
@@ -103,7 +100,7 @@ rm -rf %{buildroot}
 %{_datadir}/dbus-1/services/gconf.service
 %{_sysconfdir}/dbus-1/system.d/gconfd.conf
 %manifest gconf-dbus.manifest
-/usr/share/license/%{name}
+%license COPYING
 
 %files devel
 %manifest %{name}.manifest
@@ -113,4 +110,4 @@ rm -rf %{buildroot}
 %{_includedir}/gconf
 %{_datadir}/aclocal/*.m4
 %{_libdir}/pkgconfig/*
-
+%license COPYING